diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 16:23:58 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 16:23:58 -0600 |
commit | 1a9478c6e1b77b05814af8fa02cd563a5da8946b (patch) | |
tree | 9923e3bdc030bd502a6bb0783b6c651e719dbce8 /kcontrol/kio | |
parent | 8084850061bd3560b73e6663a3f5c1dfbf0c0bed (diff) | |
download | tdebase-1a9478c6e1b77b05814af8fa02cd563a5da8946b.tar.gz tdebase-1a9478c6e1b77b05814af8fa02cd563a5da8946b.zip |
Fix FTBFS resulting from KCModule rename
Diffstat (limited to 'kcontrol/kio')
-rw-r--r-- | kcontrol/kio/cache.h | 2 | ||||
-rw-r--r-- | kcontrol/kio/kcookiesmain.h | 2 | ||||
-rw-r--r-- | kcontrol/kio/kcookiesmanagement.h | 2 | ||||
-rw-r--r-- | kcontrol/kio/kcookiespolicies.h | 2 | ||||
-rw-r--r-- | kcontrol/kio/kproxydlg.h | 2 | ||||
-rw-r--r-- | kcontrol/kio/main.cpp | 2 | ||||
-rw-r--r-- | kcontrol/kio/main.h | 2 | ||||
-rw-r--r-- | kcontrol/kio/netpref.h | 2 | ||||
-rw-r--r-- | kcontrol/kio/smbrodlg.h | 2 | ||||
-rw-r--r-- | kcontrol/kio/socks.h | 2 | ||||
-rw-r--r-- | kcontrol/kio/useragentdlg.h | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/kcontrol/kio/cache.h b/kcontrol/kio/cache.h index f7d0dd695..03a4d0581 100644 --- a/kcontrol/kio/cache.h +++ b/kcontrol/kio/cache.h @@ -22,7 +22,7 @@ #ifndef CACHE_H #define CACHE_H -#include <kcmodule.h> +#include <tdecmodule.h> class CacheDlgUI; diff --git a/kcontrol/kio/kcookiesmain.h b/kcontrol/kio/kcookiesmain.h index e11cf1a52..14b202ff4 100644 --- a/kcontrol/kio/kcookiesmain.h +++ b/kcontrol/kio/kcookiesmain.h @@ -6,7 +6,7 @@ #ifndef __KCOOKIESMAIN_H #define __KCOOKIESMAIN_H -#include <kcmodule.h> +#include <tdecmodule.h> class TQTabWidget; class DCOPClient; diff --git a/kcontrol/kio/kcookiesmanagement.h b/kcontrol/kio/kcookiesmanagement.h index 3b8696e2c..51e31fbee 100644 --- a/kcontrol/kio/kcookiesmanagement.h +++ b/kcontrol/kio/kcookiesmanagement.h @@ -28,7 +28,7 @@ #include <tqstringlist.h> #include <tqlistview.h> -#include <kcmodule.h> +#include <tdecmodule.h> class DCOPClient; diff --git a/kcontrol/kio/kcookiespolicies.h b/kcontrol/kio/kcookiespolicies.h index 04a45672a..50ce7a62b 100644 --- a/kcontrol/kio/kcookiespolicies.h +++ b/kcontrol/kio/kcookiespolicies.h @@ -27,7 +27,7 @@ #define __KCOOKIESPOLICIES_H #include <tqmap.h> -#include <kcmodule.h> +#include <tdecmodule.h> #include "policydlg.h" diff --git a/kcontrol/kio/kproxydlg.h b/kcontrol/kio/kproxydlg.h index ecb99a77a..30bdb935b 100644 --- a/kcontrol/kio/kproxydlg.h +++ b/kcontrol/kio/kproxydlg.h @@ -24,7 +24,7 @@ #include <tqstring.h> -#include <kcmodule.h> +#include <tdecmodule.h> class TQTabWidget; diff --git a/kcontrol/kio/main.cpp b/kcontrol/kio/main.cpp index 06d02d4f1..5a19288d9 100644 --- a/kcontrol/kio/main.cpp +++ b/kcontrol/kio/main.cpp @@ -25,7 +25,7 @@ #include <tqlayout.h> #include <tqtabwidget.h> -#include <kcmoduleloader.h> +#include <tdecmoduleloader.h> #include <klocale.h> #include "kcookiesmain.h" diff --git a/kcontrol/kio/main.h b/kcontrol/kio/main.h index 1122af019..ca2e15da0 100644 --- a/kcontrol/kio/main.h +++ b/kcontrol/kio/main.h @@ -21,7 +21,7 @@ #ifndef MYMAIN_H #define MYMAIN_H -#include <kcmodule.h> +#include <tdecmodule.h> #include <kglobal.h> class TQTabWidget; diff --git a/kcontrol/kio/netpref.h b/kcontrol/kio/netpref.h index ebe9ee3b6..30584a598 100644 --- a/kcontrol/kio/netpref.h +++ b/kcontrol/kio/netpref.h @@ -1,7 +1,7 @@ #ifndef KIOPREFERENCES_H #define KIOPREFERENCES_H -#include <kcmodule.h> +#include <tdecmodule.h> class TQLabel; class TQVGroupBox; diff --git a/kcontrol/kio/smbrodlg.h b/kcontrol/kio/smbrodlg.h index 2174cfc18..1c9d0347d 100644 --- a/kcontrol/kio/smbrodlg.h +++ b/kcontrol/kio/smbrodlg.h @@ -25,7 +25,7 @@ #include <tqlineedit.h> #include <tqcheckbox.h> -#include <kcmodule.h> +#include <tdecmodule.h> class KComboBox; diff --git a/kcontrol/kio/socks.h b/kcontrol/kio/socks.h index 165d1d329..f5c5cb2a4 100644 --- a/kcontrol/kio/socks.h +++ b/kcontrol/kio/socks.h @@ -26,7 +26,7 @@ #include <config.h> #endif -#include <kcmodule.h> +#include <tdecmodule.h> #include "socksbase.h" diff --git a/kcontrol/kio/useragentdlg.h b/kcontrol/kio/useragentdlg.h index 39885956d..746a8524a 100644 --- a/kcontrol/kio/useragentdlg.h +++ b/kcontrol/kio/useragentdlg.h @@ -25,7 +25,7 @@ #ifndef _USERAGENTDLG_H #define _USERAGENTDLG_H -#include <kcmodule.h> +#include <tdecmodule.h> class TDEConfig; class FakeUASProvider; |