diff options
Diffstat (limited to 'kded/kded.h')
-rw-r--r-- | kded/kded.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kded/kded.h b/kded/kded.h index b30549083..a4968624a 100644 --- a/kded/kded.h +++ b/kded/kded.h @@ -29,15 +29,15 @@ #include <dcopclient.h> #include <dcopobject.h> -#include <ksycoca.h> -#include <ksycocatype.h> +#include <tdesycoca.h> +#include <tdesycocatype.h> #include <kdedmodule.h> #include <klibloader.h> class KDirWatch; class KService; -// No need for this in libkio - apps only get readonly access +// No need for this in libtdeio - apps only get readonly access class Kded : public TQObject, public DCOPObject, public DCOPObjectProxy { Q_OBJECT |