diff options
Diffstat (limited to 'noatun-plugins/nexscope')
-rw-r--r-- | noatun-plugins/nexscope/noatunplugin.cpp | 2 | ||||
-rw-r--r-- | noatun-plugins/nexscope/noatunplugin.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noatun-plugins/nexscope/noatunplugin.cpp b/noatun-plugins/nexscope/noatunplugin.cpp index 5c27cef..a9659bf 100644 --- a/noatun-plugins/nexscope/noatunplugin.cpp +++ b/noatun-plugins/nexscope/noatunplugin.cpp @@ -1,7 +1,7 @@ #include "nex.h" #include "noatunplugin.h" -#include <kprocess.h> +#include <tdeprocess.h> #include <tdemessagebox.h> #include <tdelocale.h> #include <kstandarddirs.h> diff --git a/noatun-plugins/nexscope/noatunplugin.h b/noatun-plugins/nexscope/noatunplugin.h index 33a6e15..11a122e 100644 --- a/noatun-plugins/nexscope/noatunplugin.h +++ b/noatun-plugins/nexscope/noatunplugin.h @@ -1,7 +1,7 @@ #ifndef NEXPLUG_H #define NEXPLUG_H -#include <kprocess.h> +#include <tdeprocess.h> #include <noatun/plugin.h> class NexPlugin : public TQObject, public Plugin |