summaryrefslogtreecommitdiffstats
path: root/src/locater.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/locater.cpp')
-rw-r--r--src/locater.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/locater.cpp b/src/locater.cpp
index f221a6e..120ec99 100644
--- a/src/locater.cpp
+++ b/src/locater.cpp
@@ -31,8 +31,8 @@
#include "locater.h"
-Locater::Locater(TQObject *tqparent, const char *name)
- : TQObject(tqparent, name), m_process(TQTextCodec::codecForLocale())
+Locater::Locater(TQObject *parent, const char *name)
+ : TQObject(parent, name), m_process(TQTextCodec::codecForLocale())
{
DEBUGSTR << "Locater::Locater" << endl;