summaryrefslogtreecommitdiffstats
path: root/akregator/src/actionmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/actionmanager.cpp')
-rw-r--r--akregator/src/actionmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/src/actionmanager.cpp b/akregator/src/actionmanager.cpp
index 5598457a..2dcdeb59 100644
--- a/akregator/src/actionmanager.cpp
+++ b/akregator/src/actionmanager.cpp
@@ -43,7 +43,7 @@ void ActionManager::setInstance(ActionManager* manager)
}
-ActionManager::ActionManager(TQObject* tqparent, const char* name) : TQObject(tqparent, name), d(new ActionManagerPrivate)
+ActionManager::ActionManager(TQObject* parent, const char* name) : TQObject(parent, name), d(new ActionManagerPrivate)
{}
ActionManager::~ActionManager()