diff options
Diffstat (limited to 'lib/koproperty/editors/timeedit.cpp')
-rw-r--r-- | lib/koproperty/editors/timeedit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/koproperty/editors/timeedit.cpp b/lib/koproperty/editors/timeedit.cpp index 767ba83d..94692a47 100644 --- a/lib/koproperty/editors/timeedit.cpp +++ b/lib/koproperty/editors/timeedit.cpp @@ -28,8 +28,8 @@ #include <tqvariant.h> #include <tqdatetime.h> -#include <klocale.h> -#include <kglobal.h> +#include <tdelocale.h> +#include <tdeglobal.h> using namespace KoProperty; |