diff options
Diffstat (limited to 'akregator/src/progressmanager.h')
-rw-r--r-- | akregator/src/progressmanager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/akregator/src/progressmanager.h b/akregator/src/progressmanager.h index 2b5598f31..361c326b3 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); |