From b10a61b1fd2fe561ba61a384d4a344bae2a4aa29 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:04:58 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- kopete/kopete/config/appearance/appearanceconfig.cpp | 10 +++++----- kopete/kopete/config/appearance/emoticonseditdialog.cpp | 4 ++-- kopete/kopete/config/avdevice/avdeviceconfig.cpp | 2 +- kopete/kopete/config/behavior/behaviorconfig.cpp | 2 +- kopete/kopete/config/identity/kopeteidentityconfig.cpp | 4 ++-- kopete/kopete/config/identity/kopeteidentityconfig.h | 2 +- .../config/identity/kopeteidentityconfigpreferences.kcfgc | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) (limited to 'kopete/kopete/config') diff --git a/kopete/kopete/config/appearance/appearanceconfig.cpp b/kopete/kopete/config/appearance/appearanceconfig.cpp index 63c51b89..0aff7691 100644 --- a/kopete/kopete/config/appearance/appearanceconfig.cpp +++ b/kopete/kopete/config/appearance/appearanceconfig.cpp @@ -43,11 +43,11 @@ #include #include #include -#include // for KNewStuff emoticon fetching +#include // for KNewStuff emoticon fetching #include #include #include -#include +#include #include #include #include @@ -59,7 +59,7 @@ #include #include #include -#include +#include #include // knewstuff emoticon and chatwindow fetching #include // " @@ -696,7 +696,7 @@ void AppearanceConfig::slotGetChatStyles() // you have to do this by hand when providing your own Engine KNS::ProviderLoader *provider = new KNS::ProviderLoader( this ); TQObject::connect( provider, TQT_SIGNAL( providersLoaded(Provider::List*) ), downloadDialog, TQT_SLOT( slotProviders (Provider::List *) ) ); - provider->load( "kopete/chatstyle", "http://download.kde.org/khotnewstuff/kopetestyles12-providers.xml" ); + provider->load( "kopete/chatstyle", "http://download.kde.org/tdehotnewstuff/kopetestyles12-providers.xml" ); downloadDialog->exec(); } @@ -856,7 +856,7 @@ void AppearanceConfig::slotGetEmoticonThemes() TDEConfig* config = TDEGlobal::config(); config->setGroup( "KNewStuff" ); config->writeEntry( "ProvidersUrl", - "http://download.kde.org/khotnewstuff/emoticons-providers.xml" ); + "http://download.kde.org/tdehotnewstuff/emoticons-providers.xml" ); config->writeEntry( "StandardResource", "emoticons" ); config->writeEntry( "Uncompress", "application/x-gzip" ); config->sync(); diff --git a/kopete/kopete/config/appearance/emoticonseditdialog.cpp b/kopete/kopete/config/appearance/emoticonseditdialog.cpp index d432d22e..f0510a5f 100644 --- a/kopete/kopete/config/appearance/emoticonseditdialog.cpp +++ b/kopete/kopete/config/appearance/emoticonseditdialog.cpp @@ -23,8 +23,8 @@ #include #include #include -#include -#include +#include +#include #include #include #include diff --git a/kopete/kopete/config/avdevice/avdeviceconfig.cpp b/kopete/kopete/config/avdevice/avdeviceconfig.cpp index cf619fd7..cf5f98ed 100644 --- a/kopete/kopete/config/avdevice/avdeviceconfig.cpp +++ b/kopete/kopete/config/avdevice/avdeviceconfig.cpp @@ -32,7 +32,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kopete/kopete/config/behavior/behaviorconfig.cpp b/kopete/kopete/config/behavior/behaviorconfig.cpp index bae2d832..f3d61b44 100644 --- a/kopete/kopete/config/behavior/behaviorconfig.cpp +++ b/kopete/kopete/config/behavior/behaviorconfig.cpp @@ -33,7 +33,7 @@ #include #include #include -#include +#include #include #include "kopeteprefs.h" diff --git a/kopete/kopete/config/identity/kopeteidentityconfig.cpp b/kopete/kopete/config/identity/kopeteidentityconfig.cpp index da13d3cc..1d513964 100644 --- a/kopete/kopete/config/identity/kopeteidentityconfig.cpp +++ b/kopete/kopete/config/identity/kopeteidentityconfig.cpp @@ -30,7 +30,7 @@ // KDE includes #include -#include +#include #include #include #include @@ -45,7 +45,7 @@ #include // KDE KIO includes -#include +#include // KDE KABC(AddressBook) includes #include diff --git a/kopete/kopete/config/identity/kopeteidentityconfig.h b/kopete/kopete/config/identity/kopeteidentityconfig.h index d0795412..37f4e7df 100644 --- a/kopete/kopete/config/identity/kopeteidentityconfig.h +++ b/kopete/kopete/config/identity/kopeteidentityconfig.h @@ -19,7 +19,7 @@ #define _IDENTITYCONFIG_H #include -#include +#include #include "kopetemetacontact.h" diff --git a/kopete/kopete/config/identity/kopeteidentityconfigpreferences.kcfgc b/kopete/kopete/config/identity/kopeteidentityconfigpreferences.kcfgc index 6f93d40f..ffa89670 100644 --- a/kopete/kopete/config/identity/kopeteidentityconfigpreferences.kcfgc +++ b/kopete/kopete/config/identity/kopeteidentityconfigpreferences.kcfgc @@ -1,4 +1,4 @@ -# Code generation options for kconfig_compiler +# Code generation options for tdeconfig_compiler File=kopeteidentityconfigpreferences.kcfg ClassName=KopeteIdentityConfigPreferences Singleton=true -- cgit v1.2.3