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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/general/ProgressReporter.h b/src/gui/general/ProgressReporter.h
index d8aa306..3e87ba0 100644
--- a/src/gui/general/ProgressReporter.h
+++ b/src/gui/general/ProgressReporter.h
@@ -26,7 +26,7 @@
#ifndef _RG_PROGRESSREPORTER_H_
#define _RG_PROGRESSREPORTER_H_
-#include <qobject.h>
+#include <tqobject.h>
@@ -40,7 +40,7 @@ class ProgressReporter : public QObject
{
Q_OBJECT
public:
- ProgressReporter(QObject* parent, const char* name = 0);
+ ProgressReporter(TQObject* parent, const char* name = 0);
// exception class for cancellations
class Cancelled { };
@@ -66,7 +66,7 @@ signals:
/// Report progress
void setProgress(int);
void incrementProgress(int);
- void setOperationName(QString);
+ void setOperationName(TQString);
protected:
//--------------- Data members ---------------------------------