summaryrefslogtreecommitdiffstats
path: root/akregator/src/progressmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/progressmanager.h')
-rw-r--r--akregator/src/progressmanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/akregator/src/progressmanager.h b/akregator/src/progressmanager.h
index 2b5598f3..361c326b 100644
--- a/akregator/src/progressmanager.h
+++ b/akregator/src/progressmanager.h
@@ -35,7 +35,7 @@ class ProgressItemHandler;
class ProgressManager : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -66,7 +66,7 @@ class ProgressManager : public TQObject
class ProgressItemHandler : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
ProgressItemHandler(Feed* feed);