diff options
Diffstat (limited to 'kopete/plugins')
-rw-r--r-- | kopete/plugins/connectionstatus/connectionstatusplugin.cpp | 2 | ||||
-rw-r--r-- | kopete/plugins/cryptography/kgpgselkey.cpp | 2 | ||||
-rw-r--r-- | kopete/plugins/cryptography/popuppublic.cpp | 2 | ||||
-rw-r--r-- | kopete/plugins/latex/latexplugin.cpp | 2 | ||||
-rw-r--r-- | kopete/plugins/netmeeting/netmeetinginvitation.cpp | 2 | ||||
-rw-r--r-- | kopete/plugins/smpppdcs/detectornetstat.cpp | 2 | ||||
-rw-r--r-- | kopete/plugins/smpppdcs/smpppdsearcher.cpp | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/kopete/plugins/connectionstatus/connectionstatusplugin.cpp b/kopete/plugins/connectionstatus/connectionstatusplugin.cpp index b754a34c..79156de3 100644 --- a/kopete/plugins/connectionstatus/connectionstatusplugin.cpp +++ b/kopete/plugins/connectionstatus/connectionstatusplugin.cpp @@ -21,7 +21,7 @@ #include <kdebug.h> #include <kgenericfactory.h> -#include <kprocess.h> +#include <tdeprocess.h> #include "kopeteaccountmanager.h" diff --git a/kopete/plugins/cryptography/kgpgselkey.cpp b/kopete/plugins/cryptography/kgpgselkey.cpp index c7750c7a..bdb09c86 100644 --- a/kopete/plugins/cryptography/kgpgselkey.cpp +++ b/kopete/plugins/cryptography/kgpgselkey.cpp @@ -29,7 +29,7 @@ #include <tdelistview.h> #include <tdelocale.h> #include <tqcheckbox.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kiconloader.h> #include "kgpgselkey.h" diff --git a/kopete/plugins/cryptography/popuppublic.cpp b/kopete/plugins/cryptography/popuppublic.cpp index 882b2fe5..6c1d7271 100644 --- a/kopete/plugins/cryptography/popuppublic.cpp +++ b/kopete/plugins/cryptography/popuppublic.cpp @@ -33,7 +33,7 @@ #include <tdeversion.h> #include <tdelistview.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kprocio.h> #include <tdelocale.h> #include <tdeaccel.h> diff --git a/kopete/plugins/latex/latexplugin.cpp b/kopete/plugins/latex/latexplugin.cpp index 36f652f6..70bb1aaa 100644 --- a/kopete/plugins/latex/latexplugin.cpp +++ b/kopete/plugins/latex/latexplugin.cpp @@ -24,7 +24,7 @@ #include <kgenericfactory.h> #include <kdebug.h> #include <kstandarddirs.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdetempfile.h> #include <kmdcodec.h> #include <tdemessagebox.h> diff --git a/kopete/plugins/netmeeting/netmeetinginvitation.cpp b/kopete/plugins/netmeeting/netmeetinginvitation.cpp index f1d8da6a..26b98f40 100644 --- a/kopete/plugins/netmeeting/netmeetinginvitation.cpp +++ b/kopete/plugins/netmeeting/netmeetinginvitation.cpp @@ -30,7 +30,7 @@ #include <tqtimer.h> -#include <kprocess.h> +#include <tdeprocess.h> NetMeetingInvitation::NetMeetingInvitation(bool incoming, MSNContact *c, TQObject *parent) : TQObject(parent) , MSNInvitation( incoming, NetMeetingInvitation::applicationID() , i18n("NetMeeting") ) diff --git a/kopete/plugins/smpppdcs/detectornetstat.cpp b/kopete/plugins/smpppdcs/detectornetstat.cpp index 9d6d8159..54ab8450 100644 --- a/kopete/plugins/smpppdcs/detectornetstat.cpp +++ b/kopete/plugins/smpppdcs/detectornetstat.cpp @@ -15,7 +15,7 @@ */ #include <kdebug.h> -#include <kprocess.h> +#include <tdeprocess.h> #include "iconnector.h" #include "detectornetstat.h" diff --git a/kopete/plugins/smpppdcs/smpppdsearcher.cpp b/kopete/plugins/smpppdcs/smpppdsearcher.cpp index d121292b..193a6f21 100644 --- a/kopete/plugins/smpppdcs/smpppdsearcher.cpp +++ b/kopete/plugins/smpppdcs/smpppdsearcher.cpp @@ -17,7 +17,7 @@ #include <tqregexp.h> #include <tqfile.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kdebug.h> #include "smpppdclient.h" |