summaryrefslogtreecommitdiffstats
path: root/src/gui/general/ProgressReporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/general/ProgressReporter.h')
-rw-r--r--src/gui/general/ProgressReporter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/general/ProgressReporter.h b/src/gui/general/ProgressReporter.h
index 7039e92..6d2f18f 100644
--- a/src/gui/general/ProgressReporter.h
+++ b/src/gui/general/ProgressReporter.h
@@ -41,7 +41,7 @@ class ProgressReporter : public TQObject
Q_OBJECT
TQ_OBJECT
public:
- ProgressReporter(TQObject* tqparent, const char* name = 0);
+ ProgressReporter(TQObject* parent, const char* name = 0);
// exception class for cancellations
class Cancelled { };