diff options
Diffstat (limited to 'lib/koproperty')
-rw-r--r-- | lib/koproperty/editor.cpp | 2 | ||||
-rw-r--r-- | lib/koproperty/editoritem.cpp | 4 | ||||
-rw-r--r-- | lib/koproperty/test/main.cpp | 6 | ||||
-rw-r--r-- | lib/koproperty/test/test.cpp | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/lib/koproperty/editor.cpp b/lib/koproperty/editor.cpp index 13638119..22f81fe7 100644 --- a/lib/koproperty/editor.cpp +++ b/lib/koproperty/editor.cpp @@ -42,7 +42,7 @@ #include <kiconloader.h> #include <klocale.h> #include <tdeversion.h> -#include <kapplication.h> +#include <tdeapplication.h> namespace KoProperty { diff --git a/lib/koproperty/editoritem.cpp b/lib/koproperty/editoritem.cpp index aad5f0bc..07c97263 100644 --- a/lib/koproperty/editoritem.cpp +++ b/lib/koproperty/editoritem.cpp @@ -35,9 +35,9 @@ #include <kdebug.h> #include <kiconloader.h> -#include <kstyle.h> +#include <tdestyle.h> #include <tdepopupmenu.h> -#include <kapplication.h> +#include <tdeapplication.h> #define BRANCHBOX_SIZE 9 diff --git a/lib/koproperty/test/main.cpp b/lib/koproperty/test/main.cpp index dcebcaf5..4c21bff2 100644 --- a/lib/koproperty/test/main.cpp +++ b/lib/koproperty/test/main.cpp @@ -18,9 +18,9 @@ */ #include "test.h" -#include <kapplication.h> -#include <kaboutdata.h> -#include <kcmdlineargs.h> +#include <tdeapplication.h> +#include <tdeaboutdata.h> +#include <tdecmdlineargs.h> #include <klocale.h> static const char description[] = "A test application for the KoProperty library"; diff --git a/lib/koproperty/test/test.cpp b/lib/koproperty/test/test.cpp index 06277aa4..236936e2 100644 --- a/lib/koproperty/test/test.cpp +++ b/lib/koproperty/test/test.cpp @@ -20,7 +20,7 @@ #include <tdemainwindow.h> #include <klocale.h> #include <kdebug.h> -#include <kcmdlineargs.h> +#include <tdecmdlineargs.h> #include <kiconloader.h> #include <tqpixmap.h> |