diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 22:00:22 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 22:00:22 -0600 |
commit | bd3c603465110b74a0ddcee72e6f020a78d44e59 (patch) | |
tree | f556266a927227ba3f30e337c4ccf06facc55ea3 /parts/grepview | |
parent | ef5399ae5a952065c7a0679d4a875d154c972945 (diff) | |
download | tdevelop-bd3c603465110b74a0ddcee72e6f020a78d44e59.tar.gz tdevelop-bd3c603465110b74a0ddcee72e6f020a78d44e59.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'parts/grepview')
-rw-r--r-- | parts/grepview/grepdlg.cpp | 4 | ||||
-rw-r--r-- | parts/grepview/grepviewpart.cpp | 2 | ||||
-rw-r--r-- | parts/grepview/grepviewwidget.cpp | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/parts/grepview/grepdlg.cpp b/parts/grepview/grepdlg.cpp index 7bd26a0f..93c1305f 100644 --- a/parts/grepview/grepdlg.cpp +++ b/parts/grepview/grepdlg.cpp @@ -23,9 +23,9 @@ #include <kpushbutton.h> #include <tdeapplication.h> #include <kiconloader.h> -#include <klocale.h> +#include <tdelocale.h> #include <tdeconfig.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <kdebug.h> #include <tdeversion.h> #include <tqlabel.h> diff --git a/parts/grepview/grepviewpart.cpp b/parts/grepview/grepviewpart.cpp index 2e7b63e0..fea07907 100644 --- a/parts/grepview/grepviewpart.cpp +++ b/parts/grepview/grepviewpart.cpp @@ -15,7 +15,7 @@ #include <tqvbox.h> #include <tqwhatsthis.h> #include <kdebug.h> -#include <klocale.h> +#include <tdelocale.h> #include <tdeaction.h> #include <kdialogbase.h> #include <kiconloader.h> 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" |