diff options
Diffstat (limited to 'kopete/libkopete')
-rw-r--r-- | kopete/libkopete/knotification.cpp | 2 | ||||
-rw-r--r-- | kopete/libkopete/kopetecommandhandler.cpp | 2 | ||||
-rw-r--r-- | kopete/libkopete/tests/kopetemessage_test.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kopete/libkopete/knotification.cpp b/kopete/libkopete/knotification.cpp index 24d653a0..9508990f 100644 --- a/kopete/libkopete/knotification.cpp +++ b/kopete/libkopete/knotification.cpp @@ -27,7 +27,7 @@ #include <tdeconfig.h> #include <kpassivepopup.h> #include <kactivelabel.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kdialog.h> #include <kmacroexpander.h> #include <twin.h> diff --git a/kopete/libkopete/kopetecommandhandler.cpp b/kopete/libkopete/kopetecommandhandler.cpp index b628bde1..af6f626a 100644 --- a/kopete/libkopete/kopetecommandhandler.cpp +++ b/kopete/libkopete/kopetecommandhandler.cpp @@ -18,7 +18,7 @@ #include <tqregexp.h> #include <kdebug.h> #include <tdelocale.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdeversion.h> #include <kxmlguiclient.h> #include <tdeaction.h> diff --git a/kopete/libkopete/tests/kopetemessage_test.cpp b/kopete/libkopete/tests/kopetemessage_test.cpp index fa8e6f62..3e84fd32 100644 --- a/kopete/libkopete/tests/kopetemessage_test.cpp +++ b/kopete/libkopete/tests/kopetemessage_test.cpp @@ -24,7 +24,7 @@ #include <tdeapplication.h> #include <kstandarddirs.h> #include <kinstance.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdeunittest/module.h> #include <kdebug.h> |