diff options
Diffstat (limited to 'src/otrpreferences.cpp')
-rw-r--r-- | src/otrpreferences.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/otrpreferences.cpp b/src/otrpreferences.cpp index c904475..65dca42 100644 --- a/src/otrpreferences.cpp +++ b/src/otrpreferences.cpp @@ -57,8 +57,8 @@ typedef KGenericFactory<OTRPreferences> OTRPreferencesFactory; K_EXPORT_COMPONENT_FACTORY( kcm_kopete_otr, OTRPreferencesFactory("kcm_kopete_otr")) -OTRPreferences::OTRPreferences(TQWidget *tqparent, const char* /*name*/, const TQStringList &args) - : KCModule(OTRPreferencesFactory::instance(), tqparent, args) +OTRPreferences::OTRPreferences(TQWidget *parent, const char* /*name*/, const TQStringList &args) + : KCModule(OTRPreferencesFactory::instance(), parent, args) { ( new TQVBoxLayout( this ) )->setAutoAdd( true ); preferencesDialog = new OTRPrefsUI(this); |