diff options
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; |