diff options
author | Michele Calgaro <[email protected]> | 2024-12-02 13:08:06 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-02 13:08:06 +0900 |
commit | 9a9de18eb7ccd5afe5d01c17576a42e7aca6b321 (patch) | |
tree | 4db04a553120a11f0cee3d96d15518b869f977da /kopete | |
parent | 82186365e83cdd422c84d3c5abb89d9fed923846 (diff) | |
download | tdenetwork-9a9de18eb7ccd5afe5d01c17576a42e7aca6b321.tar.gz tdenetwork-9a9de18eb7ccd5afe5d01c17576a42e7aca6b321.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kopete')
-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 | ||||
-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 | ||||
-rw-r--r-- | kopete/protocols/sms/services/gsmlib.cpp | 2 | ||||
-rw-r--r-- | kopete/protocols/sms/services/smsclient.cpp | 2 | ||||
-rw-r--r-- | kopete/protocols/sms/services/smssendprovider.cpp | 2 | ||||
-rw-r--r-- | kopete/protocols/sms/smsaccount.cpp | 2 | ||||
-rw-r--r-- | kopete/protocols/yahoo/libkyahoo/webcamtask.cpp | 2 | ||||
-rw-r--r-- | kopete/protocols/yahoo/yahoowebcam.cpp | 2 |
16 files changed, 16 insertions, 16 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> 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" diff --git a/kopete/protocols/sms/services/gsmlib.cpp b/kopete/protocols/sms/services/gsmlib.cpp index 6c4b3289..d1d1e695 100644 --- a/kopete/protocols/sms/services/gsmlib.cpp +++ b/kopete/protocols/sms/services/gsmlib.cpp @@ -26,7 +26,7 @@ #include <tdelocale.h> #include <kurlrequester.h> #include <tdemessagebox.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kdebug.h> #include <tdeconfigbase.h> diff --git a/kopete/protocols/sms/services/smsclient.cpp b/kopete/protocols/sms/services/smsclient.cpp index c3902d4f..8ed468d3 100644 --- a/kopete/protocols/sms/services/smsclient.cpp +++ b/kopete/protocols/sms/services/smsclient.cpp @@ -20,7 +20,7 @@ #include <tdelocale.h> #include <kurlrequester.h> #include <tdemessagebox.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kdebug.h> #include <tdeconfigbase.h> diff --git a/kopete/protocols/sms/services/smssendprovider.cpp b/kopete/protocols/sms/services/smssendprovider.cpp index 24ea8bdc..c403dd42 100644 --- a/kopete/protocols/sms/services/smssendprovider.cpp +++ b/kopete/protocols/sms/services/smssendprovider.cpp @@ -19,7 +19,7 @@ #include <tqfile.h> #include <tdeconfigbase.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <klineedit.h> #include <tdemessagebox.h> #include <kdebug.h> diff --git a/kopete/protocols/sms/smsaccount.cpp b/kopete/protocols/sms/smsaccount.cpp index eddf3508..e2173ee0 100644 --- a/kopete/protocols/sms/smsaccount.cpp +++ b/kopete/protocols/sms/smsaccount.cpp @@ -19,7 +19,7 @@ #include <tdeconfigbase.h> #include <tdeaction.h> #include <tdepopupmenu.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kdebug.h> #include <tdemessagebox.h> #include <tdelocale.h> diff --git a/kopete/protocols/yahoo/libkyahoo/webcamtask.cpp b/kopete/protocols/yahoo/libkyahoo/webcamtask.cpp index b4c74f89..3e5281fb 100644 --- a/kopete/protocols/yahoo/libkyahoo/webcamtask.cpp +++ b/kopete/protocols/yahoo/libkyahoo/webcamtask.cpp @@ -26,7 +26,7 @@ #include <tqtimer.h> #include <tqpixmap.h> #include <tdetempfile.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kstreamsocket.h> #include <kdebug.h> #include <tdelocale.h> diff --git a/kopete/protocols/yahoo/yahoowebcam.cpp b/kopete/protocols/yahoo/yahoowebcam.cpp index 9e13bc3c..e5acd815 100644 --- a/kopete/protocols/yahoo/yahoowebcam.cpp +++ b/kopete/protocols/yahoo/yahoowebcam.cpp @@ -14,7 +14,7 @@ */ #include <kdebug.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdetempfile.h> #include <tqtimer.h> |