diff options
Diffstat (limited to 'scheck')
-rw-r--r-- | scheck/scheck.cpp | 4 | ||||
-rw-r--r-- | scheck/scheck.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/scheck/scheck.cpp b/scheck/scheck.cpp index a861cb70..a80f908b 100644 --- a/scheck/scheck.cpp +++ b/scheck/scheck.cpp @@ -66,8 +66,8 @@ #include <kdrawutil.h> #include <tdeaccelmanager.h> #include <kpixmapeffect.h> -#include <kapplication.h> -#include <kaboutdata.h> +#include <tdeapplication.h> +#include <tdeaboutdata.h> #include "scheck.h" #include "scheck.moc" diff --git a/scheck/scheck.h b/scheck/scheck.h index 880913b6..06ab3599 100644 --- a/scheck/scheck.h +++ b/scheck/scheck.h @@ -46,7 +46,7 @@ #include <kdrawutil.h> #include <kpixmap.h> -#include <kstyle.h> +#include <tdestyle.h> class TQPopupMenu; |