From 35df0971f262a07f137a148f6d754d13751d0cd7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:11:38 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- src/otrpreferences.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/otrpreferences.cpp') diff --git a/src/otrpreferences.cpp b/src/otrpreferences.cpp index 98247f0..f591113 100644 --- a/src/otrpreferences.cpp +++ b/src/otrpreferences.cpp @@ -58,7 +58,7 @@ typedef KGenericFactory OTRPreferencesFactory; K_EXPORT_COMPONENT_FACTORY( kcm_kopete_otr, OTRPreferencesFactory("kcm_kopete_otr")) OTRPreferences::OTRPreferences(TQWidget *parent, const char* /*name*/, const TQStringList &args) - : KCModule(OTRPreferencesFactory::instance(), parent, args) + : TDECModule(OTRPreferencesFactory::instance(), parent, args) { ( new TQVBoxLayout( this ) )->setAutoAdd( true ); preferencesDialog = new OTRPrefsUI(this); -- cgit v1.2.3