summaryrefslogtreecommitdiffstats
path: root/src/commandline_part.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commandline_part.cpp')
-rw-r--r--src/commandline_part.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commandline_part.cpp b/src/commandline_part.cpp
index 46a02b0..33b7e53 100644
--- a/src/commandline_part.cpp
+++ b/src/commandline_part.cpp
@@ -23,8 +23,8 @@
#include <kstandarddirs.h>
-commandline_part::commandline_part(TQObject *tqparent, const char *name,KCmdLineArgs *args)
- : TQObject(tqparent, name)
+commandline_part::commandline_part(TQObject *parent, const char *name,KCmdLineArgs *args)
+ : TQObject(parent, name)
{
KGlobal::locale()->insertCatalogue("kdesvn");
KInstance * inst = kdesvnPartFactory::instance();