diff options
Diffstat (limited to 'src/AboutDialog.h')
-rwxr-xr-x | src/AboutDialog.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/AboutDialog.h b/src/AboutDialog.h index adbdf13..ce30bad 100755 --- a/src/AboutDialog.h +++ b/src/AboutDialog.h @@ -20,19 +20,19 @@ #ifndef ABOUTDIALOG_H #define ABOUTDIALOG_H -#include <tqdialog.h> +#include <tntqdialog.h> namespace Ui { class AboutDialog; } -class AboutDialog : public QDialog +class AboutDialog : public TQDialog { Q_OBJECT public: - AboutDialog(QWidget *parent = NULL, Qt::WindowFlags flags = 0); + AboutDialog(TQWidget *parent = NULL, TQt::WindowFlags flags = 0); public slots: int exec(); @@ -42,12 +42,12 @@ private slots: void scroll(); private: - void changeEvent(QEvent *event); + void changeEvent(TQEvent *event); Ui::AboutDialog* _dialogForm; int _scrollDirection; int _scrollSpeed; - QTimer *_timer; + TQTimer *_timer; }; #endif // ABOUTDIALOG_H |