diff options
Diffstat (limited to 'src/gui/general/ProgressReporter.cpp')
-rw-r--r-- | src/gui/general/ProgressReporter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/general/ProgressReporter.cpp b/src/gui/general/ProgressReporter.cpp index 94fbb40..3fdfacc 100644 --- a/src/gui/general/ProgressReporter.cpp +++ b/src/gui/general/ProgressReporter.cpp @@ -31,8 +31,8 @@ namespace Rosegarden { -ProgressReporter::ProgressReporter(TQObject* tqparent, const char* name) - : TQObject(tqparent, name), m_isCancelled(false) +ProgressReporter::ProgressReporter(TQObject* parent, const char* name) + : TQObject(parent, name), m_isCancelled(false) {} |