diff options
Diffstat (limited to 'parts/grepview/grepviewwidget.cpp')
-rw-r--r-- | parts/grepview/grepviewwidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/grepview/grepviewwidget.cpp b/parts/grepview/grepviewwidget.cpp index f4cb34aa..a088f92c 100644 --- a/parts/grepview/grepviewwidget.cpp +++ b/parts/grepview/grepviewwidget.cpp @@ -15,7 +15,7 @@ #include <tqpainter.h> #include <tqtoolbutton.h> #include <kdialogbase.h> -#include <klocale.h> +#include <tdelocale.h> #include <kprocess.h> #include <tdeparts/part.h> #include <tdetexteditor/selectioninterface.h> @@ -24,7 +24,7 @@ #include <ktabwidget.h> #include <kpushbutton.h> #include <kiconloader.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> using namespace KTextEditor; #include "kdevcore.h" |