]> git.sven.stormbind.net Git - sven/vym.git/blobdiff - showtextdialog.h
New upstream version 2.9.22
[sven/vym.git] / showtextdialog.h
diff --git a/showtextdialog.h b/showtextdialog.h
deleted file mode 100644 (file)
index e5ab728..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-#ifndef SHOWTEXTDIALOG_H
-#define SHOWTEXTDIALOG_H
-
-#include "ui_showtextdialog.h"
-
-// #include <QLayout>
-// #include <QTextBrowser>
-
-class ShowTextDialog:public QDialog
-{
-    Q_OBJECT
-public:
-    ShowTextDialog (QWidget *parent=0);
-    void append     (const QString &);
-    void setHtml    (const QString &);
-    void setText    (const QString &);
-    void useFixedFont (bool);
-    
-private:
-    Ui::ShowTextDialog ui;
-};
-
-#endif // SHOWTEXTDIALOG_H
-