summaryrefslogtreecommitdiffstats
path: root/src/gui/general/ProgressReporter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/general/ProgressReporter.cpp')
-rw-r--r--src/gui/general/ProgressReporter.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/general/ProgressReporter.cpp b/src/gui/general/ProgressReporter.cpp
index 0d9e896..3fdfacc 100644
--- a/src/gui/general/ProgressReporter.cpp
+++ b/src/gui/general/ProgressReporter.cpp
@@ -25,14 +25,14 @@
#include "ProgressReporter.h"
-#include <qobject.h>
+#include <tqobject.h>
namespace Rosegarden
{
-ProgressReporter::ProgressReporter(QObject* parent, const char* name)
- : QObject(parent, name), m_isCancelled(false)
+ProgressReporter::ProgressReporter(TQObject* parent, const char* name)
+ : TQObject(parent, name), m_isCancelled(false)
{}