summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/CurrentProgressDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/CurrentProgressDialog.h')
-rw-r--r--src/gui/widgets/CurrentProgressDialog.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gui/widgets/CurrentProgressDialog.h b/src/gui/widgets/CurrentProgressDialog.h
index 2ca0838..90823ea 100644
--- a/src/gui/widgets/CurrentProgressDialog.h
+++ b/src/gui/widgets/CurrentProgressDialog.h
@@ -37,9 +37,10 @@ namespace Rosegarden
class ProgressDialog;
-class CurrentProgressDialog : public QObject
+class CurrentProgressDialog : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
static CurrentProgressDialog* getInstance();
@@ -64,8 +65,8 @@ public slots:
void slotCurrentProgressDialogDestroyed();
protected:
- CurrentProgressDialog(TQObject* parent, const char* name = 0)
- : TQObject(parent, name) {}
+ CurrentProgressDialog(TQObject* tqparent, const char* name = 0)
+ : TQObject(tqparent, name) {}
//--------------- Data members ---------------------------------
static CurrentProgressDialog* m_instance;