Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent 19ef6524e1
commit 35df0971f2

@ -2,7 +2,7 @@
Encoding=UTF-8 Encoding=UTF-8
Type=Service Type=Service
Icon=kopete_otr Icon=kopete_otr
ServiceTypes=KCModule ServiceTypes=TDECModule
X-TDE-ModuleType=Library X-TDE-ModuleType=Library
X-TDE-Library=kopete_otr X-TDE-Library=kopete_otr

@ -58,7 +58,7 @@ typedef KGenericFactory<OTRPreferences> OTRPreferencesFactory;
K_EXPORT_COMPONENT_FACTORY( kcm_kopete_otr, OTRPreferencesFactory("kcm_kopete_otr")) K_EXPORT_COMPONENT_FACTORY( kcm_kopete_otr, OTRPreferencesFactory("kcm_kopete_otr"))
OTRPreferences::OTRPreferences(TQWidget *parent, const char* /*name*/, const TQStringList &args) 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 ); ( new TQVBoxLayout( this ) )->setAutoAdd( true );
preferencesDialog = new OTRPrefsUI(this); preferencesDialog = new OTRPrefsUI(this);

@ -29,7 +29,7 @@
* @author Michael Zanetti * @author Michael Zanetti
*/ */
class OTRPreferences : public KCModule { class OTRPreferences : public TDECModule {
Q_OBJECT Q_OBJECT

Loading…
Cancel
Save