summaryrefslogtreecommitdiffstats
path: root/wizards/servertypemanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/servertypemanager.cpp')
-rw-r--r--wizards/servertypemanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/servertypemanager.cpp b/wizards/servertypemanager.cpp
index fec5bd12..3e55a394 100644
--- a/wizards/servertypemanager.cpp
+++ b/wizards/servertypemanager.cpp
@@ -28,8 +28,8 @@
ServerTypeManager* ServerTypeManager::mSelf = 0;
static KStaticDeleter<ServerTypeManager> serverManagerDeleter;
-ServerTypeManager::ServerTypeManager( TQObject *tqparent, const char *name )
- : TQObject( tqparent, name )
+ServerTypeManager::ServerTypeManager( TQObject *parent, const char *name )
+ : TQObject( parent, name )
{
loadPlugins();
}