]> git.sven.stormbind.net Git - sven/vym.git/blobdiff - warningdialog.h
New upstream version 2.9.22
[sven/vym.git] / warningdialog.h
diff --git a/warningdialog.h b/warningdialog.h
deleted file mode 100644 (file)
index a3c30ae..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-#ifndef WARNINGDIALOG_H
-#define WARNINGDIALOG_H
-
-#include "ui_warningdialog.h"
-
-class WarningDialog : public QDialog
-{
-    Q_OBJECT
-
-public:
-    WarningDialog(QWidget* parent = 0);
-    int exec();
-
-public slots:
-    virtual void showCancelButton( bool b );
-    virtual void setShowAgainName( const QString & s );
-    virtual void setText( const QString & s );
-    virtual void setCaption( const QString & s );
-
-private:
-    void init();
-    bool useShowAgain;
-    QString showAgainName;
-    Ui::WarningDialog ui;
-
-};
-
-#endif // WARNINGDIALOG_H