summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/config/plugins/kopetepluginconfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/config/plugins/kopetepluginconfig.cpp')
-rw-r--r--kopete/kopete/config/plugins/kopetepluginconfig.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/kopete/config/plugins/kopetepluginconfig.cpp b/kopete/kopete/config/plugins/kopetepluginconfig.cpp
index 973eadd7..7f790a0b 100644
--- a/kopete/kopete/config/plugins/kopetepluginconfig.cpp
+++ b/kopete/kopete/config/plugins/kopetepluginconfig.cpp
@@ -39,9 +39,9 @@ KopetePluginConfig::~KopetePluginConfig()
delete d;
}
-KopetePluginConfig::KopetePluginConfig( TQWidget *tqparent, const char *name )
+KopetePluginConfig::KopetePluginConfig( TQWidget *parent, const char *name )
: KDialogBase( Plain, i18n( "Configure Plugins" ), /*Help |*/ Cancel | Apply | Ok | User1,
- Ok, tqparent, name, false, true, KGuiItem( i18n( "&Reset" ), "undo" ) )
+ Ok, parent, name, false, true, KGuiItem( i18n( "&Reset" ), "undo" ) )
{
d = new KopetePluginConfigPrivate;
showButton( User1, false );