summaryrefslogtreecommitdiffstats
path: root/src/function.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/function.cpp')
-rw-r--r--src/function.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/function.cpp b/src/function.cpp
index 9cab08a..2de6c3e 100644
--- a/src/function.cpp
+++ b/src/function.cpp
@@ -70,8 +70,8 @@ FunctionManager *FunctionManager::instance()
return m_manager;
}
-FunctionManager::FunctionManager(TQObject *tqparent, const char *name) :
- TQObject(tqparent, name)
+FunctionManager::FunctionManager(TQObject *parent, const char *name) :
+ TQObject(parent, name)
{
m_dict.setAutoDelete(true);
}