diff options
Diffstat (limited to 'src/AboutDialog.h')
-rw-r--r--[-rwxr-xr-x] | src/AboutDialog.h | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/src/AboutDialog.h b/src/AboutDialog.h index ce30bad..c849f7b 100755..100644 --- a/src/AboutDialog.h +++ b/src/AboutDialog.h @@ -22,32 +22,33 @@ #include <tntqdialog.h> -namespace Ui { +namespace Ui +{ class AboutDialog; } class AboutDialog : public TQDialog { - Q_OBJECT + Q_OBJECT -public: - AboutDialog(TQWidget *parent = NULL, TQt::WindowFlags flags = 0); + public: + AboutDialog(TQWidget *parent = NULL, TQt::WindowFlags flags = 0); -public slots: - int exec(); - void show(); + public slots: + int exec(); + void show(); -private slots: - void scroll(); + private slots: + void scroll(); -private: - void changeEvent(TQEvent *event); + private: + void changeEvent(TQEvent *event); - Ui::AboutDialog* _dialogForm; - int _scrollDirection; - int _scrollSpeed; - TQTimer *_timer; + Ui::AboutDialog *_dialogForm; + int _scrollDirection; + int _scrollSpeed; + TQTimer *_timer; }; #endif // ABOUTDIALOG_H |