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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/general/ProgressReporter.cpp b/src/gui/general/ProgressReporter.cpp
index 3fdfacc..94fbb40 100644
--- a/src/gui/general/ProgressReporter.cpp
+++ b/src/gui/general/ProgressReporter.cpp
@@ -31,8 +31,8 @@
namespace Rosegarden
{
-ProgressReporter::ProgressReporter(TQObject* parent, const char* name)
- : TQObject(parent, name), m_isCancelled(false)
+ProgressReporter::ProgressReporter(TQObject* tqparent, const char* name)
+ : TQObject(tqparent, name), m_isCancelled(false)
{}