summaryrefslogtreecommitdiffstats
path: root/src/AboutDialog.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-06 09:43:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-06 10:14:28 +0900
commit0204f596eb83c452ae7ffeefc728668b414b1f16 (patch)
tree71805578b857be9ba33c9d3223e6e935026e389d /src/AboutDialog.h
parent075471f041516c31c7ea976dae03b5a771d6910d (diff)
downloaduniversal-indent-gui-tqt-0204f596eb83c452ae7ffeefc728668b414b1f16.tar.gz
universal-indent-gui-tqt-0204f596eb83c452ae7ffeefc728668b414b1f16.zip
Finish off About dialog code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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