From 9a9de18eb7ccd5afe5d01c17576a42e7aca6b321 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 2 Dec 2024 13:08:06 +0900 Subject: Use tdeprocess.h Signed-off-by: Michele Calgaro --- kopete/libkopete/knotification.cpp | 2 +- kopete/libkopete/kopetecommandhandler.cpp | 2 +- kopete/libkopete/tests/kopetemessage_test.cpp | 2 +- kopete/plugins/connectionstatus/connectionstatusplugin.cpp | 2 +- kopete/plugins/cryptography/kgpgselkey.cpp | 2 +- kopete/plugins/cryptography/popuppublic.cpp | 2 +- kopete/plugins/latex/latexplugin.cpp | 2 +- kopete/plugins/netmeeting/netmeetinginvitation.cpp | 2 +- kopete/plugins/smpppdcs/detectornetstat.cpp | 2 +- kopete/plugins/smpppdcs/smpppdsearcher.cpp | 2 +- kopete/protocols/sms/services/gsmlib.cpp | 2 +- kopete/protocols/sms/services/smsclient.cpp | 2 +- kopete/protocols/sms/services/smssendprovider.cpp | 2 +- kopete/protocols/sms/smsaccount.cpp | 2 +- kopete/protocols/yahoo/libkyahoo/webcamtask.cpp | 2 +- kopete/protocols/yahoo/yahoowebcam.cpp | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) (limited to 'kopete') 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 #include #include -#include +#include #include #include #include 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 #include #include -#include +#include #include #include #include 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 #include #include -#include +#include #include #include 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 #include -#include +#include #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 #include #include -#include +#include #include #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 #include -#include +#include #include #include #include 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 #include #include -#include +#include #include #include #include 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 -#include +#include 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 -#include +#include #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 #include -#include +#include #include #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 #include #include -#include +#include #include #include 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 #include #include -#include +#include #include #include 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 #include -#include +#include #include #include #include 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 #include #include -#include +#include #include #include #include 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 #include #include -#include +#include #include #include #include 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 -#include +#include #include #include -- cgit v1.2.1