summaryrefslogtreecommitdiffstats
path: root/src
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
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')
-rw-r--r--src/kopete_otr_config.desktop2
-rw-r--r--src/otrpreferences.cpp2
-rw-r--r--src/otrpreferences.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/kopete_otr_config.desktop b/src/kopete_otr_config.desktop
index 7a723f9..bc26164 100644
--- a/src/kopete_otr_config.desktop
+++ b/src/kopete_otr_config.desktop
@@ -2,7 +2,7 @@
Encoding=UTF-8
Type=Service
Icon=kopete_otr
-ServiceTypes=KCModule
+ServiceTypes=TDECModule
X-TDE-ModuleType=Library
X-TDE-Library=kopete_otr
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);
diff --git a/src/otrpreferences.h b/src/otrpreferences.h
index 204c286..68b89ed 100644
--- a/src/otrpreferences.h
+++ b/src/otrpreferences.h
@@ -29,7 +29,7 @@
* @author Michael Zanetti
*/
-class OTRPreferences : public KCModule {
+class OTRPreferences : public TDECModule {
Q_OBJECT