diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-10-08 00:13:25 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-10-08 05:14:53 +0200 |
commit | 84f5a315c3429b47a7eff15e626e2efdbe4f6e5e (patch) | |
tree | 770861aa9033e1dc6c5168358194ff85b32dd429 /src/progressdlg.h | |
parent | 57d8bb3d12aed373eee08915f0ff19f5233aabe3 (diff) | |
download | kscope-84f5a315c3429b47a7eff15e626e2efdbe4f6e5e.tar.gz kscope-84f5a315c3429b47a7eff15e626e2efdbe4f6e5e.zip |
Initial TQt conversion
Diffstat (limited to 'src/progressdlg.h')
-rw-r--r-- | src/progressdlg.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/progressdlg.h b/src/progressdlg.h index d5f0e6b..3b29df6 100644 --- a/src/progressdlg.h +++ b/src/progressdlg.h @@ -28,8 +28,8 @@ #ifndef PROGRESSDLG_H #define PROGRESSDLG_H -#include <qwidget.h> -#include <qtimer.h> +#include <ntqwidget.h> +#include <ntqtimer.h> #include <kprogress.h> /** @@ -44,7 +44,7 @@ class ProgressDlg : public KProgressDialog Q_OBJECT public: - ProgressDlg(const QString&, const QString&, QWidget* pParent = 0, const + ProgressDlg(const TQString&, const TQString&, TQWidget* pParent = 0, const char* szName = 0); ~ProgressDlg(); @@ -54,7 +54,7 @@ public: private: /** When the value is 0, this timer initiates value changes that cause the progress-bar to move. */ - QTimer* m_pIdleTimer; + TQTimer* m_pIdleTimer; /** A dummy value used to move the progress-bar while the value is 0. */ int m_nIdleValue; |