summaryrefslogtreecommitdiffstats
path: root/src/function.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/function.h')
-rw-r--r--src/function.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/function.h b/src/function.h
index 2bf7b2d..3210432 100644
--- a/src/function.h
+++ b/src/function.h
@@ -88,7 +88,7 @@ class FunctionManager : public TQObject
void signalFunctionRemoved(const TQString &name);
private:
- FunctionManager(TQObject *tqparent = 0, const char *name = "function manager");
+ FunctionManager(TQObject *parent = 0, const char *name = "function manager");
static FunctionManager *m_manager;
functionDict m_dict;