diff options
Diffstat (limited to 'wizards/servertypemanager.cpp')
-rw-r--r-- | wizards/servertypemanager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/servertypemanager.cpp b/wizards/servertypemanager.cpp index fec5bd120..3e55a3947 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(); } |