diff options
Diffstat (limited to 'src/gui/widgets/CurrentProgressDialog.h')
-rw-r--r-- | src/gui/widgets/CurrentProgressDialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/widgets/CurrentProgressDialog.h b/src/gui/widgets/CurrentProgressDialog.h index d0eea2e..2ca0838 100644 --- a/src/gui/widgets/CurrentProgressDialog.h +++ b/src/gui/widgets/CurrentProgressDialog.h @@ -26,7 +26,7 @@ #ifndef _RG_CURRENTPROGRESSDIALOG_H_ #define _RG_CURRENTPROGRESSDIALOG_H_ -#include <qobject.h> +#include <tqobject.h> @@ -64,8 +64,8 @@ public slots: void slotCurrentProgressDialogDestroyed(); protected: - CurrentProgressDialog(QObject* parent, const char* name = 0) - : QObject(parent, name) {} + CurrentProgressDialog(TQObject* parent, const char* name = 0) + : TQObject(parent, name) {} //--------------- Data members --------------------------------- static CurrentProgressDialog* m_instance; |