summaryrefslogtreecommitdiffstats
path: root/src/AboutDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/AboutDialog.h')
-rw-r--r--src/AboutDialog.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/AboutDialog.h b/src/AboutDialog.h
index 9cfb375..a4073e7 100644
--- a/src/AboutDialog.h
+++ b/src/AboutDialog.h
@@ -30,21 +30,8 @@ class AboutDialog : public AboutDialogBase
public:
AboutDialog(TQWidget *parent = NULL, WFlags flags = 0);
- public slots:
- void show();
-
- protected slots:
- void accept();
-
- private slots:
- void scroll();
-
private:
void changeEvent(TQEvent *event);
-
- int m_scrollDirection;
- int m_scrollSpeed;
- TQTimer *m_timer;
};
#endif // ABOUTDIALOG_H