diff options
Diffstat (limited to 'kfind/kftabdlg.cpp')
-rw-r--r-- | kfind/kftabdlg.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kfind/kftabdlg.cpp b/kfind/kftabdlg.cpp index 83e98aff2..c2df7aa67 100644 --- a/kfind/kftabdlg.cpp +++ b/kfind/kftabdlg.cpp @@ -17,11 +17,11 @@ #include <tqapplication.h> #include <kcalendarsystem.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <kcombobox.h> #include <klineedit.h> -#include <klocale.h> -#include <kmessagebox.h> +#include <tdelocale.h> +#include <tdemessagebox.h> #include <tdefiledialog.h> #include <kregexpeditorinterface.h> #include <tdeparts/componentfactory.h> |