diff options
Diffstat (limited to 'kexi/tests')
-rw-r--r-- | kexi/tests/gui/finddialog/kexifinddialog.cpp | 2 | ||||
-rw-r--r-- | kexi/tests/gui/finddialog/main.cpp | 2 | ||||
-rw-r--r-- | kexi/tests/tableview/main.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kexi/tests/gui/finddialog/kexifinddialog.cpp b/kexi/tests/gui/finddialog/kexifinddialog.cpp index 72266fb2..5215a28f 100644 --- a/kexi/tests/gui/finddialog/kexifinddialog.cpp +++ b/kexi/tests/gui/finddialog/kexifinddialog.cpp @@ -22,7 +22,7 @@ #include <kstdguiitem.h> #include <kpushbutton.h> #include <kcombobox.h> -#include <klocale.h> +#include <tdelocale.h> #include <tqcheckbox.h> #include <tqlabel.h> diff --git a/kexi/tests/gui/finddialog/main.cpp b/kexi/tests/gui/finddialog/main.cpp index 8c86cfb5..936b3c77 100644 --- a/kexi/tests/gui/finddialog/main.cpp +++ b/kexi/tests/gui/finddialog/main.cpp @@ -18,7 +18,7 @@ */ #include <tdeapplication.h> -#include <klocale.h> +#include <tdelocale.h> #include <tdeaboutdata.h> #include <tdecmdlineargs.h> diff --git a/kexi/tests/tableview/main.cpp b/kexi/tests/tableview/main.cpp index 799294f6..4f929f8c 100644 --- a/kexi/tests/tableview/main.cpp +++ b/kexi/tests/tableview/main.cpp @@ -19,7 +19,7 @@ #include <kdebug.h> #include <tdeapplication.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <kiconloader.h> #include <tableview/kexitableview.h> |