diff options
Diffstat (limited to 'kcontrol/ebrowsing')
-rw-r--r-- | kcontrol/ebrowsing/filteropts.h | 2 | ||||
-rw-r--r-- | kcontrol/ebrowsing/main.h | 2 | ||||
-rw-r--r-- | kcontrol/ebrowsing/plugins/ikws/ikwsopts.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/ebrowsing/filteropts.h b/kcontrol/ebrowsing/filteropts.h index 144525e9b..3ea140ffc 100644 --- a/kcontrol/ebrowsing/filteropts.h +++ b/kcontrol/ebrowsing/filteropts.h @@ -23,7 +23,7 @@ #ifndef __FILTEROPTS_H___ #define __FILTEROPTS_H___ -#include <kcmodule.h> +#include <tdecmodule.h> class TQListBox; diff --git a/kcontrol/ebrowsing/main.h b/kcontrol/ebrowsing/main.h index 94780c995..4234ffe3e 100644 --- a/kcontrol/ebrowsing/main.h +++ b/kcontrol/ebrowsing/main.h @@ -25,7 +25,7 @@ #ifndef __MAIN_H__ #define __MAIN_H__ -#include <kcmodule.h> +#include <tdecmodule.h> class KURIFilter; diff --git a/kcontrol/ebrowsing/plugins/ikws/ikwsopts.h b/kcontrol/ebrowsing/plugins/ikws/ikwsopts.h index 2150e4883..be82459b6 100644 --- a/kcontrol/ebrowsing/plugins/ikws/ikwsopts.h +++ b/kcontrol/ebrowsing/plugins/ikws/ikwsopts.h @@ -23,7 +23,7 @@ #include <tqlayout.h> #include <tqtabwidget.h> -#include <kcmodule.h> +#include <tdecmodule.h> #include <kservice.h> class FilterOptionsUI; |