summaryrefslogtreecommitdiffstats
path: root/src/otrpreferences.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:11:38 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:11:38 -0600
commit35df0971f262a07f137a148f6d754d13751d0cd7 (patch)
treedb6075278c8d1f41ef40bb42fdae2ec87928412c /src/otrpreferences.cpp
parent19ef6524e14e2c318f0b88b2d348e1bf31c50cbe (diff)
downloadkopete-otr-35df0971f262a07f137a148f6d754d13751d0cd7.tar.gz
kopete-otr-35df0971f262a07f137a148f6d754d13751d0cd7.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/otrpreferences.cpp')
-rw-r--r--src/otrpreferences.cpp2
1 files changed, 1 insertions, 1 deletions
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<OTRPreferences> 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);