diff options
Diffstat (limited to 'parts/openwith/openwithpart.cpp')
-rw-r--r-- | parts/openwith/openwithpart.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/openwith/openwithpart.cpp b/parts/openwith/openwithpart.cpp index b8f5e552..63fcc6d9 100644 --- a/parts/openwith/openwithpart.cpp +++ b/parts/openwith/openwithpart.cpp @@ -2,13 +2,13 @@ #include <tqfile.h> -#include <kpopupmenu.h> +#include <tdepopupmenu.h> #include <kdevgenericfactory.h> #include <kdebug.h> #include <kmimetype.h> #include <ktrader.h> #include <krun.h> -#include <kaction.h> +#include <tdeaction.h> #include <kcharsets.h> #include "kdevpartcontroller.h" |