summaryrefslogtreecommitdiffstats
path: root/src/AboutDialog.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2022-07-16 15:44:05 +0900
committerMichele Calgaro <[email protected]>2022-07-16 15:44:05 +0900
commita30a266067d9d952edc91305bef757557c03717e (patch)
tree7bcabd84594f751001c66b16f3c42a8d459b7773 /src/AboutDialog.h
parentd017bd37253ae35b29d82e3277b9adcbb4517dd0 (diff)
downloaduniversal-indent-gui-tqt-a30a266067d9d952edc91305bef757557c03717e.tar.gz
universal-indent-gui-tqt-a30a266067d9d952edc91305bef757557c03717e.zip
Raw Qt->TQt conversion using tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/AboutDialog.h')
-rwxr-xr-xsrc/AboutDialog.h10
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