diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 16:28:34 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 16:28:34 -0600 |
commit | ccfaeb9b831a41e93e777b041cdf33a7d40a0e0b (patch) | |
tree | bf50f381bae726615cec4d7174f7bb4d0f20051d | |
parent | 4816c4a735e1704c433dbe42155bf3887180d8ea (diff) | |
download | tdenetwork-ccfaeb9b831a41e93e777b041cdf33a7d40a0e0b.tar.gz tdenetwork-ccfaeb9b831a41e93e777b041cdf33a7d40a0e0b.zip |
Fix FTBFS resulting from KCModule rename
29 files changed, 29 insertions, 29 deletions
diff --git a/filesharing/advanced/kcm_sambaconf/kcmsambaconf.h b/filesharing/advanced/kcm_sambaconf/kcmsambaconf.h index bfc93fb0..c5f25e94 100644 --- a/filesharing/advanced/kcm_sambaconf/kcmsambaconf.h +++ b/filesharing/advanced/kcm_sambaconf/kcmsambaconf.h @@ -31,7 +31,7 @@ #ifndef KCMSAMBACONF_H_ #define KCMSAMBACONF_H_ -#include <kcmodule.h> +#include <tdecmodule.h> #include <kcminterface.h> #include <share.h> #include <tqptrlist.h> diff --git a/filesharing/simple/fileshare.h b/filesharing/simple/fileshare.h index b007af1e..283d5125 100644 --- a/filesharing/simple/fileshare.h +++ b/filesharing/simple/fileshare.h @@ -21,7 +21,7 @@ #include <kfileitem.h> -#include "kcmodule.h" +#include "tdecmodule.h" class TQRadioButton; class TQLabel; class TQBoxLayout; diff --git a/kopete/kopete/config/accounts/kopeteaccountconfig.h b/kopete/kopete/config/accounts/kopeteaccountconfig.h index 5cb474a8..7b6722f4 100644 --- a/kopete/kopete/config/accounts/kopeteaccountconfig.h +++ b/kopete/kopete/config/accounts/kopeteaccountconfig.h @@ -16,7 +16,7 @@ #ifndef __ACCOUNTCONFIG_H #define __ACCOUNTCONFIG_H -#include <kcmodule.h> +#include <tdecmodule.h> #include <tqmap.h> #include <tqcolor.h> diff --git a/kopete/kopete/config/appearance/appearanceconfig.h b/kopete/kopete/config/appearance/appearanceconfig.h index 15d761f8..82017998 100644 --- a/kopete/kopete/config/appearance/appearanceconfig.h +++ b/kopete/kopete/config/appearance/appearanceconfig.h @@ -19,7 +19,7 @@ #ifndef __APPEARANCE_H #define __APPEARANCE_H -#include "kcmodule.h" +#include "tdecmodule.h" #include <tqptrlist.h> #include <tqmap.h> diff --git a/kopete/kopete/config/avdevice/avdeviceconfig.h b/kopete/kopete/config/avdevice/avdeviceconfig.h index 23b74e28..bacf6a0b 100644 --- a/kopete/kopete/config/avdevice/avdeviceconfig.h +++ b/kopete/kopete/config/avdevice/avdeviceconfig.h @@ -18,7 +18,7 @@ #ifndef AVDEVICECONFIG_H #define AVDEVICECONFIG_H -#include "kcmodule.h" +#include "tdecmodule.h" #include "videodevicepool.h" #include <tqimage.h> #include <tqpixmap.h> diff --git a/kopete/kopete/config/behavior/behaviorconfig.h b/kopete/kopete/config/behavior/behaviorconfig.h index 0b37bd1e..8508d068 100644 --- a/kopete/kopete/config/behavior/behaviorconfig.h +++ b/kopete/kopete/config/behavior/behaviorconfig.h @@ -16,7 +16,7 @@ #ifndef __BEHAVIOR_H #define __BEHAVIOR_H -#include "kcmodule.h" +#include "tdecmodule.h" namespace Kopete { diff --git a/kopete/kopete/config/identity/kopeteidentityconfig.h b/kopete/kopete/config/identity/kopeteidentityconfig.h index 83b80683..d0795412 100644 --- a/kopete/kopete/config/identity/kopeteidentityconfig.h +++ b/kopete/kopete/config/identity/kopeteidentityconfig.h @@ -18,7 +18,7 @@ #ifndef _IDENTITYCONFIG_H #define _IDENTITYCONFIG_H -#include <kcmodule.h> +#include <tdecmodule.h> #include <kconfigdialog.h> #include "kopetemetacontact.h" diff --git a/kopete/libkopete/kcautoconfigmodule.h b/kopete/libkopete/kcautoconfigmodule.h index 43f6e2d3..6d5a1eb7 100644 --- a/kopete/libkopete/kcautoconfigmodule.h +++ b/kopete/libkopete/kcautoconfigmodule.h @@ -20,7 +20,7 @@ #ifndef KCAUTOCONFIGMODULE_H #define KCAUTOCONFIGMODULE_H -#include <kcmodule.h> +#include <tdecmodule.h> #include "kopete_export.h" diff --git a/kopete/plugins/addbookmarks/addbookmarkspreferences.h b/kopete/plugins/addbookmarks/addbookmarkspreferences.h index 6f07c8b5..32094012 100644 --- a/kopete/plugins/addbookmarks/addbookmarkspreferences.h +++ b/kopete/plugins/addbookmarks/addbookmarkspreferences.h @@ -12,7 +12,7 @@ #ifndef ADDBOOKMARKSPREFERENCES_H #define ADDBOOKMARKSPREFERENCES_H -#include <kcmodule.h> +#include <tdecmodule.h> #include "addbookmarksprefssettings.h" #include "addbookmarksprefsui.h" diff --git a/kopete/plugins/alias/aliaspreferences.h b/kopete/plugins/alias/aliaspreferences.h index c906b8ce..b03a9ef3 100644 --- a/kopete/plugins/alias/aliaspreferences.h +++ b/kopete/plugins/alias/aliaspreferences.h @@ -10,7 +10,7 @@ #ifndef AliasPREFERENCES_H #define AliasPREFERENCES_H -#include "kcmodule.h" +#include "tdecmodule.h" typedef TQValueList<Kopete::Protocol*> ProtocolList; diff --git a/kopete/plugins/highlight/highlightpreferences.h b/kopete/plugins/highlight/highlightpreferences.h index 601a05e5..b5cfed0c 100644 --- a/kopete/plugins/highlight/highlightpreferences.h +++ b/kopete/plugins/highlight/highlightpreferences.h @@ -18,7 +18,7 @@ #ifndef HighlightPREFERENCES_H #define HighlightPREFERENCES_H -#include <kcmodule.h> +#include <tdecmodule.h> #include <tqstring.h> class HighlightPrefsUI; diff --git a/kopete/plugins/history/historypreferences.h b/kopete/plugins/history/historypreferences.h index d230b208..7406404f 100644 --- a/kopete/plugins/history/historypreferences.h +++ b/kopete/plugins/history/historypreferences.h @@ -18,7 +18,7 @@ #ifndef HISTORYPREFERENCES_H #define HISTORYPREFERENCES_H -#include <kcmodule.h> +#include <tdecmodule.h> #include <tqstring.h> class HistoryPrefsUI; diff --git a/kopete/plugins/latex/latexpreferences.h b/kopete/plugins/latex/latexpreferences.h index aa6d8597..ed92191e 100644 --- a/kopete/plugins/latex/latexpreferences.h +++ b/kopete/plugins/latex/latexpreferences.h @@ -18,7 +18,7 @@ #ifndef LatexPREFERENCES_H #define LatexPREFERENCES_H -#include <kcmodule.h> +#include <tdecmodule.h> #include <tqstring.h> class LatexPrefsUI; diff --git a/kopete/plugins/motionautoaway/motionawaypreferences.h b/kopete/plugins/motionautoaway/motionawaypreferences.h index 78ac9104..1f38bdcd 100644 --- a/kopete/plugins/motionautoaway/motionawaypreferences.h +++ b/kopete/plugins/motionautoaway/motionawaypreferences.h @@ -18,7 +18,7 @@ #ifndef MOTIONAWAYPREFERENCES_H #define MOTIONAWAYPREFERENCES_H -#include "kcmodule.h" +#include "tdecmodule.h" class motionawayPrefsUI; diff --git a/kopete/plugins/netmeeting/netmeetingpreferences.h b/kopete/plugins/netmeeting/netmeetingpreferences.h index 2246e805..958860cf 100644 --- a/kopete/plugins/netmeeting/netmeetingpreferences.h +++ b/kopete/plugins/netmeeting/netmeetingpreferences.h @@ -17,7 +17,7 @@ #ifndef NetmeetingPREFERENCES_H #define NetmeetingPREFERENCES_H -#include <kcmodule.h> +#include <tdecmodule.h> #include <tqstring.h> class NetmeetingPrefsUI; diff --git a/kopete/plugins/nowlistening/nowlisteningpreferences.h b/kopete/plugins/nowlistening/nowlisteningpreferences.h index 05169c10..9d0fe7a5 100644 --- a/kopete/plugins/nowlistening/nowlisteningpreferences.h +++ b/kopete/plugins/nowlistening/nowlisteningpreferences.h @@ -20,7 +20,7 @@ #ifndef NOWLISTENINGPREFERENCES_H #define NOWLISTENINGPREFERENCES_H -#include <kcmodule.h> +#include <tdecmodule.h> class NowListeningPrefsUI; class NowListeningConfig; diff --git a/kopete/plugins/smpppdcs/smpppdcspreferences.h b/kopete/plugins/smpppdcs/smpppdcspreferences.h index 19368313..38ea101a 100644 --- a/kopete/plugins/smpppdcs/smpppdcspreferences.h +++ b/kopete/plugins/smpppdcs/smpppdcspreferences.h @@ -17,7 +17,7 @@ #ifndef SMPPPDCSPREFERENCES_H #define SMPPPDCSPREFERENCES_H -#include <kcmodule.h> +#include <tdecmodule.h> class TQListViewItem; diff --git a/kopete/plugins/texteffect/texteffectpreferences.h b/kopete/plugins/texteffect/texteffectpreferences.h index e8157326..1f82929b 100644 --- a/kopete/plugins/texteffect/texteffectpreferences.h +++ b/kopete/plugins/texteffect/texteffectpreferences.h @@ -18,7 +18,7 @@ #ifndef TextEffectPREFERENCES_H #define TextEffectPREFERENCES_H -#include <kcmodule.h> +#include <tdecmodule.h> class TextEffectPrefs; class TextEffectConfig; diff --git a/kopete/plugins/webpresence/webpresencepreferences.h b/kopete/plugins/webpresence/webpresencepreferences.h index 2ea900c3..d958b78e 100644 --- a/kopete/plugins/webpresence/webpresencepreferences.h +++ b/kopete/plugins/webpresence/webpresencepreferences.h @@ -18,7 +18,7 @@ #ifndef WEBPRSENCEPREFERECES_H #define WEBPRSENCEPREFERECES_H -#include "kcmodule.h" +#include "tdecmodule.h" class WebPresencePrefsUI; class KAutoConfig; diff --git a/krfb/kcm_krfb/kcm_krfb.h b/krfb/kcm_krfb/kcm_krfb.h index ff7ffc8d..1f9d6aa0 100644 --- a/krfb/kcm_krfb/kcm_krfb.h +++ b/krfb/kcm_krfb/kcm_krfb.h @@ -21,7 +21,7 @@ #include <tqobject.h> #include <tqdatetime.h> -#include <kcmodule.h> +#include <tdecmodule.h> #include "configurationwidget.h" #include "../krfb/configuration.h" diff --git a/ktalkd/kcmktalkd/answmachpage.h b/ktalkd/kcmktalkd/answmachpage.h index c61b241f..4e699af4 100644 --- a/ktalkd/kcmktalkd/answmachpage.h +++ b/ktalkd/kcmktalkd/answmachpage.h @@ -35,7 +35,7 @@ #include <tqbutton.h> #include <tqcheckbox.h> -#include <kcmodule.h> +#include <tdecmodule.h> class KSimpleConfig; diff --git a/ktalkd/kcmktalkd/forwmachpage.h b/ktalkd/kcmktalkd/forwmachpage.h index 3881e5ca..6aba4a9f 100644 --- a/ktalkd/kcmktalkd/forwmachpage.h +++ b/ktalkd/kcmktalkd/forwmachpage.h @@ -35,7 +35,7 @@ #include <tqbutton.h> #include <tqcheckbox.h> -#include <kcmodule.h> +#include <tdecmodule.h> class KSimpleConfig; diff --git a/ktalkd/kcmktalkd/main.h b/ktalkd/kcmktalkd/main.h index fde80624..1b55b425 100644 --- a/ktalkd/kcmktalkd/main.h +++ b/ktalkd/kcmktalkd/main.h @@ -22,7 +22,7 @@ #ifndef __kcmktalkd_main_h #define __kcmktalkd_main_h -#include <kcmodule.h> +#include <tdecmodule.h> class TQTabWidget; diff --git a/ktalkd/kcmktalkd/soundpage.h b/ktalkd/kcmktalkd/soundpage.h index 3e6102bd..729f6820 100644 --- a/ktalkd/kcmktalkd/soundpage.h +++ b/ktalkd/kcmktalkd/soundpage.h @@ -29,7 +29,7 @@ #include <tqobject.h> -#include <kcmodule.h> +#include <tdecmodule.h> class TQDragMoveEvent; diff --git a/lanbrowsing/kcmlisa/kcmkiolan.h b/lanbrowsing/kcmlisa/kcmkiolan.h index eacea6da..53e88ed3 100644 --- a/lanbrowsing/kcmlisa/kcmkiolan.h +++ b/lanbrowsing/kcmlisa/kcmkiolan.h @@ -22,7 +22,7 @@ #define KCMKIOLAN_H #include "portsettingsbar.h" -#include <kcmodule.h> +#include <tdecmodule.h> #include <kconfig.h> class TQCheckBox; diff --git a/lanbrowsing/kcmlisa/kcmlisa.h b/lanbrowsing/kcmlisa/kcmlisa.h index 5a39d09a..6e0370ee 100644 --- a/lanbrowsing/kcmlisa/kcmlisa.h +++ b/lanbrowsing/kcmlisa/kcmlisa.h @@ -22,7 +22,7 @@ #define KCMLISA_H #include <kconfig.h> -#include <kcmodule.h> +#include <tdecmodule.h> class TQPushButton; class TQCheckBox; diff --git a/lanbrowsing/kcmlisa/kcmreslisa.h b/lanbrowsing/kcmlisa/kcmreslisa.h index af7a6fd4..522b504e 100644 --- a/lanbrowsing/kcmlisa/kcmreslisa.h +++ b/lanbrowsing/kcmlisa/kcmreslisa.h @@ -21,7 +21,7 @@ #ifndef KCMRESLISA_H #define KCMRESLISA_H -#include <kcmodule.h> +#include <tdecmodule.h> #include <kconfig.h> diff --git a/lanbrowsing/kcmlisa/setupwizard.h b/lanbrowsing/kcmlisa/setupwizard.h index 1cec9804..87e87064 100644 --- a/lanbrowsing/kcmlisa/setupwizard.h +++ b/lanbrowsing/kcmlisa/setupwizard.h @@ -37,7 +37,7 @@ #include <tqlistbox.h> #include <tqvbox.h> -#include <kcmodule.h> +#include <tdecmodule.h> class SetupWizard:public TQWizard diff --git a/wifi/kcmwifi/kcmwifi.h b/wifi/kcmwifi/kcmwifi.h index 26de95a1..88c2e60d 100644 --- a/wifi/kcmwifi/kcmwifi.h +++ b/wifi/kcmwifi/kcmwifi.h @@ -21,7 +21,7 @@ #ifndef KCMWIFI_H #define KCMWIFI_H -#include <kcmodule.h> +#include <tdecmodule.h> #include <tqstring.h> |