diff options
Diffstat (limited to 'parts/grepview')
-rw-r--r-- | parts/grepview/grepviewpart.cpp | 2 | ||||
-rw-r--r-- | parts/grepview/grepviewwidget.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/parts/grepview/grepviewpart.cpp b/parts/grepview/grepviewpart.cpp index 627d7447..2e7b63e0 100644 --- a/parts/grepview/grepviewpart.cpp +++ b/parts/grepview/grepviewpart.cpp @@ -16,7 +16,7 @@ #include <tqwhatsthis.h> #include <kdebug.h> #include <klocale.h> -#include <kaction.h> +#include <tdeaction.h> #include <kdialogbase.h> #include <kiconloader.h> #include <kprocess.h> diff --git a/parts/grepview/grepviewwidget.cpp b/parts/grepview/grepviewwidget.cpp index acace1b7..f4cb34aa 100644 --- a/parts/grepview/grepviewwidget.cpp +++ b/parts/grepview/grepviewwidget.cpp @@ -19,8 +19,8 @@ #include <kprocess.h> #include <tdeparts/part.h> #include <tdetexteditor/selectioninterface.h> -#include <kaction.h> -#include <kpopupmenu.h> +#include <tdeaction.h> +#include <tdepopupmenu.h> #include <ktabwidget.h> #include <kpushbutton.h> #include <kiconloader.h> |