diff options
Diffstat (limited to 'akregator/src/actionmanagerimpl.h')
-rw-r--r-- | akregator/src/actionmanagerimpl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/akregator/src/actionmanagerimpl.h b/akregator/src/actionmanagerimpl.h index eefa3525e..ecf964780 100644 --- a/akregator/src/actionmanagerimpl.h +++ b/akregator/src/actionmanagerimpl.h @@ -52,11 +52,11 @@ class ActionManagerImpl : public ActionManager Q_OBJECT public: - ActionManagerImpl(Part* part, QObject* parent=0, const char* name=0); + ActionManagerImpl(Part* part, TQObject* parent=0, const char* name=0); virtual ~ActionManagerImpl(); virtual KAction* action(const char* name, const char* classname=0); - virtual QWidget* container(const char* name); + virtual TQWidget* container(const char* name); void initView(View* view); void initTrayIcon(TrayIcon* trayIcon); @@ -70,7 +70,7 @@ class ActionManagerImpl : public ActionManager /** fills the remove tag menu with the given tags enables/disables tag menu action according to @c enabled */ - void slotUpdateTagActions(bool enabled, const QStringList& tagIds); + void slotUpdateTagActions(bool enabled, const TQStringList& tagIds); void slotNodeSelected(TreeNode* node); |