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
Type=Service
Icon=kopete_otr
ServiceTypes=KCModule
ServiceTypes=TDECModule
X-TDE-ModuleType=Library
X-TDE-Library=kopete_otr

@ -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);

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

Loading…
Cancel
Save