diff options
Diffstat (limited to 'lib/koproperty/editors')
-rw-r--r-- | lib/koproperty/editors/fontedit.cpp | 4 | ||||
-rw-r--r-- | lib/koproperty/editors/pixmapedit.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/koproperty/editors/fontedit.cpp b/lib/koproperty/editors/fontedit.cpp index 84c7c3d2..2de0468b 100644 --- a/lib/koproperty/editors/fontedit.cpp +++ b/lib/koproperty/editors/fontedit.cpp @@ -32,8 +32,8 @@ #include <tqtooltip.h> #include <tdeversion.h> -#include <kfontrequester.h> -#include <kaccelmanager.h> +#include <tdefontrequester.h> +#include <tdeaccelmanager.h> #include <klocale.h> //! @internal diff --git a/lib/koproperty/editors/pixmapedit.cpp b/lib/koproperty/editors/pixmapedit.cpp index f803d4c3..a01248f2 100644 --- a/lib/koproperty/editors/pixmapedit.cpp +++ b/lib/koproperty/editors/pixmapedit.cpp @@ -40,7 +40,7 @@ #ifdef TQ_WS_WIN #include <win32_utils.h> -#include <krecentdirs.h> +#include <tderecentdirs.h> #endif #ifndef PURE_QT |