From 2aa402ea78930053854ed9468d7557b15d563713 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 2 Dec 2024 13:08:16 +0900 Subject: Use tdeprocess.h Signed-off-by: Michele Calgaro --- akregator/src/akregator_view.cpp | 2 +- akregator/src/articleviewer.cpp | 2 +- akregator/src/librss/loader.cpp | 2 +- akregator/src/viewer.cpp | 2 +- certmanager/certmanager.cpp | 2 +- certmanager/crlview.cpp | 2 +- certmanager/lib/backends/chiasmus/symcryptrunprocessbase.h | 2 +- certmanager/lib/backends/qgpgme/gnupgprocessbase.h | 2 +- certmanager/lib/ui/keyselectiondialog.cpp | 2 +- kaddressbook/xxport/kde2_xxport.cpp | 2 +- kaddressbook/xxport/pab_xxport.cpp | 2 +- kalarm/kalarmapp.cpp | 2 +- kalarm/kalarmd/alarmdaemon.cpp | 2 +- kalarm/kamail.cpp | 2 +- kalarm/lib/shellprocess.h | 2 +- kalarm/messagewin.cpp | 2 +- kmail/antispamwizard.cpp | 2 +- kmail/editorwatcher.cpp | 2 +- kmail/kmaccount.h | 2 +- kmail/kmedit.cpp | 2 +- kmail/kmfilteraction.cpp | 2 +- kmail/kmfoldermbox.cpp | 2 +- kmail/kmreaderwin.cpp | 2 +- kmail/templateparser.cpp | 2 +- kmail/urlhandlermanager.cpp | 2 +- kmobile/kmobileview.cpp | 2 +- knode/kncomposer.cpp | 2 +- knode/knconfig.cpp | 2 +- knode/knconvert.cpp | 2 +- knotes/knote.cpp | 2 +- kode/kodemain.cpp | 2 +- kontact/plugins/weather/summarywidget.cpp | 2 +- korganizer/actionmanager.cpp | 2 +- korganizer/komailclient.cpp | 2 +- korganizer/korgac/alarmdialog.cpp | 2 +- korganizer/korganizer.cpp | 2 +- korganizer/korganizer_part.cpp | 2 +- korganizer/urihandler.cpp | 2 +- korn/boxcontaineritem.cpp | 2 +- korn/tdeio.cpp | 2 +- ktnef/gui/ktnefmain.cpp | 2 +- libkpgp/kpgpbase2.cpp | 2 +- libkpgp/kpgpbase5.cpp | 2 +- libkpgp/kpgpbaseG.cpp | 2 +- libtdepim/addressesdialog.cpp | 2 +- libtdepim/collectingprocess.h | 2 +- libtdepim/kcmdesignerfields.cpp | 2 +- tdefile-plugins/rfc822/tdefile_rfc822.cpp | 2 +- tdefile-plugins/vcf/tdefile_vcf.cpp | 2 +- 49 files changed, 49 insertions(+), 49 deletions(-) diff --git a/akregator/src/akregator_view.cpp b/akregator/src/akregator_view.cpp index bcda5d161..e3b0d4b53 100644 --- a/akregator/src/akregator_view.cpp +++ b/akregator/src/akregator_view.cpp @@ -76,7 +76,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/akregator/src/articleviewer.cpp b/akregator/src/articleviewer.cpp index 8da540967..073a638ff 100644 --- a/akregator/src/articleviewer.cpp +++ b/akregator/src/articleviewer.cpp @@ -33,7 +33,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/akregator/src/librss/loader.cpp b/akregator/src/librss/loader.cpp index 5cc6aa22a..75dd22fd8 100644 --- a/akregator/src/librss/loader.cpp +++ b/akregator/src/librss/loader.cpp @@ -13,7 +13,7 @@ #include "feeddetector.h" #include -#include +#include #include #include #include diff --git a/akregator/src/viewer.cpp b/akregator/src/viewer.cpp index 603f4efc5..f5d326e95 100644 --- a/akregator/src/viewer.cpp +++ b/akregator/src/viewer.cpp @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/certmanager/certmanager.cpp b/certmanager/certmanager.cpp index af492ebf6..74b845578 100644 --- a/certmanager/certmanager.cpp +++ b/certmanager/certmanager.cpp @@ -72,7 +72,7 @@ // KDE #include -#include +#include #include #include #include diff --git a/certmanager/crlview.cpp b/certmanager/crlview.cpp index 2cefe0451..4055b1374 100644 --- a/certmanager/crlview.cpp +++ b/certmanager/crlview.cpp @@ -37,7 +37,7 @@ #include "crlview.h" #include -#include +#include #include #include #include diff --git a/certmanager/lib/backends/chiasmus/symcryptrunprocessbase.h b/certmanager/lib/backends/chiasmus/symcryptrunprocessbase.h index 5f0c69a3d..b5b60fe59 100644 --- a/certmanager/lib/backends/chiasmus/symcryptrunprocessbase.h +++ b/certmanager/lib/backends/chiasmus/symcryptrunprocessbase.h @@ -33,7 +33,7 @@ #ifndef __KLEO_BACKEND_CHIASMUS__SYMCRYPTRUNPROCESSBASE_H__ #define __KLEO_BACKEND_CHIASMUS__SYMCRYPTRUNPROCESSBASE_H__ -#include +#include #include diff --git a/certmanager/lib/backends/qgpgme/gnupgprocessbase.h b/certmanager/lib/backends/qgpgme/gnupgprocessbase.h index 639c25ed6..d894884e4 100644 --- a/certmanager/lib/backends/qgpgme/gnupgprocessbase.h +++ b/certmanager/lib/backends/qgpgme/gnupgprocessbase.h @@ -33,7 +33,7 @@ #ifndef __KLEO_GNUPGPROCESSBASE_H__ #define __KLEO_GNUPGPROCESSBASE_H__ -#include +#include namespace Kleo { diff --git a/certmanager/lib/ui/keyselectiondialog.cpp b/certmanager/lib/ui/keyselectiondialog.cpp index 1de21dc0c..7e652cd8f 100644 --- a/certmanager/lib/ui/keyselectiondialog.cpp +++ b/certmanager/lib/ui/keyselectiondialog.cpp @@ -60,7 +60,7 @@ #include #include #include -#include +#include #include #include diff --git a/kaddressbook/xxport/kde2_xxport.cpp b/kaddressbook/xxport/kde2_xxport.cpp index 58ae2afdf..e142cde31 100644 --- a/kaddressbook/xxport/kde2_xxport.cpp +++ b/kaddressbook/xxport/kde2_xxport.cpp @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kaddressbook/xxport/pab_xxport.cpp b/kaddressbook/xxport/pab_xxport.cpp index 59c00f824..7a8c271e3 100644 --- a/kaddressbook/xxport/pab_xxport.cpp +++ b/kaddressbook/xxport/pab_xxport.cpp @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kalarm/kalarmapp.cpp b/kalarm/kalarmapp.cpp index 713467381..0d93b94f2 100644 --- a/kalarm/kalarmapp.cpp +++ b/kalarm/kalarmapp.cpp @@ -35,7 +35,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kalarm/kalarmd/alarmdaemon.cpp b/kalarm/kalarmd/alarmdaemon.cpp index 71c39f1e7..5f4fbba81 100644 --- a/kalarm/kalarmd/alarmdaemon.cpp +++ b/kalarm/kalarmd/alarmdaemon.cpp @@ -30,7 +30,7 @@ #include #include -#include +#include #include #include #include diff --git a/kalarm/kamail.cpp b/kalarm/kamail.cpp index 0c33a3ae7..82eb008b4 100644 --- a/kalarm/kamail.cpp +++ b/kalarm/kamail.cpp @@ -34,7 +34,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kalarm/lib/shellprocess.h b/kalarm/lib/shellprocess.h index 316d6ef7a..95189e708 100644 --- a/kalarm/lib/shellprocess.h +++ b/kalarm/lib/shellprocess.h @@ -23,7 +23,7 @@ /** @file shellprocess.h - execute a process through the shell */ -#include +#include /** diff --git a/kalarm/messagewin.cpp b/kalarm/messagewin.cpp index 7479ce4e6..ef83847db 100644 --- a/kalarm/messagewin.cpp +++ b/kalarm/messagewin.cpp @@ -48,7 +48,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kmail/antispamwizard.cpp b/kmail/antispamwizard.cpp index e512e7012..0627403ba 100644 --- a/kmail/antispamwizard.cpp +++ b/kmail/antispamwizard.cpp @@ -46,7 +46,7 @@ #include #include #include -#include +#include #include #include diff --git a/kmail/editorwatcher.cpp b/kmail/editorwatcher.cpp index fdff42f70..defa47dff 100644 --- a/kmail/editorwatcher.cpp +++ b/kmail/editorwatcher.cpp @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include #include diff --git a/kmail/kmaccount.h b/kmail/kmaccount.h index 60a23c514..ce83bcb09 100644 --- a/kmail/kmaccount.h +++ b/kmail/kmaccount.h @@ -20,7 +20,7 @@ #ifndef kmaccount_h #define kmaccount_h -#include +#include #include #include diff --git a/kmail/kmedit.cpp b/kmail/kmedit.cpp index b66e6ee66..3f6b5d8ff 100644 --- a/kmail/kmedit.cpp +++ b/kmail/kmedit.cpp @@ -21,7 +21,7 @@ using KPIM::MailListDrag; #include #include -#include +#include #include #include diff --git a/kmail/kmfilteraction.cpp b/kmail/kmfilteraction.cpp index b567446d0..fb89777fe 100644 --- a/kmail/kmfilteraction.cpp +++ b/kmail/kmfilteraction.cpp @@ -39,7 +39,7 @@ using KMail::RegExpLineEdit; #include #include #include -#include +#include #include #include diff --git a/kmail/kmfoldermbox.cpp b/kmail/kmfoldermbox.cpp index e17f09667..7d1b99270 100644 --- a/kmail/kmfoldermbox.cpp +++ b/kmail/kmfoldermbox.cpp @@ -36,7 +36,7 @@ #include #include #include -#include +#include #include #include diff --git a/kmail/kmreaderwin.cpp b/kmail/kmreaderwin.cpp index 566298b99..e7df43ca4 100644 --- a/kmail/kmreaderwin.cpp +++ b/kmail/kmreaderwin.cpp @@ -102,7 +102,7 @@ using KMail::TeeHtmlWriter; #include #include #include -#include +#include #include #include #include diff --git a/kmail/templateparser.cpp b/kmail/templateparser.cpp index 9c6157916..0094b13b4 100644 --- a/kmail/templateparser.cpp +++ b/kmail/templateparser.cpp @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kmail/urlhandlermanager.cpp b/kmail/urlhandlermanager.cpp index dde2944e6..35fef3d6f 100644 --- a/kmail/urlhandlermanager.cpp +++ b/kmail/urlhandlermanager.cpp @@ -397,7 +397,7 @@ TQString KMail::URLHandlerManager::statusBarMessage( const KURL & url, KMReaderW #include #include -#include +#include #include #include diff --git a/kmobile/kmobileview.cpp b/kmobile/kmobileview.cpp index 49d691052..6bd5b8832 100644 --- a/kmobile/kmobileview.cpp +++ b/kmobile/kmobileview.cpp @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include #include diff --git a/knode/kncomposer.cpp b/knode/kncomposer.cpp index 5b4f86038..faab725f5 100644 --- a/knode/kncomposer.cpp +++ b/knode/kncomposer.cpp @@ -39,7 +39,7 @@ using TDERecentAddress::RecentAddresses; #include #include #include -#include +#include #include #include #include diff --git a/knode/knconfig.cpp b/knode/knconfig.cpp index 9be34f005..ff6bd8b67 100644 --- a/knode/knconfig.cpp +++ b/knode/knconfig.cpp @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include diff --git a/knode/knconvert.cpp b/knode/knconvert.cpp index c8325f642..e53f5c241 100644 --- a/knode/knconvert.cpp +++ b/knode/knconvert.cpp @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include diff --git a/knotes/knote.cpp b/knotes/knote.cpp index 69fb1d430..3485be00d 100644 --- a/knotes/knote.cpp +++ b/knotes/knote.cpp @@ -47,7 +47,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kode/kodemain.cpp b/kode/kodemain.cpp index d97570bee..a14d42554 100644 --- a/kode/kodemain.cpp +++ b/kode/kodemain.cpp @@ -37,7 +37,7 @@ #include #include #include -#include +#include #include #include diff --git a/kontact/plugins/weather/summarywidget.cpp b/kontact/plugins/weather/summarywidget.cpp index 323ad8de7..660cf3700 100644 --- a/kontact/plugins/weather/summarywidget.cpp +++ b/kontact/plugins/weather/summarywidget.cpp @@ -33,7 +33,7 @@ #include #include #include -#include +#include #include #include "summarywidget.h" diff --git a/korganizer/actionmanager.cpp b/korganizer/actionmanager.cpp index abde90927..1a1fb9cd0 100644 --- a/korganizer/actionmanager.cpp +++ b/korganizer/actionmanager.cpp @@ -37,7 +37,7 @@ #include "koagendaview.h" #include "multiagendaview.h" #include "kowindowlist.h" -#include "kprocess.h" +#include "tdeprocess.h" #include "konewstuff.h" #include "history.h" #include "kogroupware.h" diff --git a/korganizer/komailclient.cpp b/korganizer/komailclient.cpp index 60855bdaf..a32e445ab 100644 --- a/korganizer/komailclient.cpp +++ b/korganizer/komailclient.cpp @@ -32,7 +32,7 @@ #include #include #include -#include +#include #include diff --git a/korganizer/korgac/alarmdialog.cpp b/korganizer/korgac/alarmdialog.cpp index d5cf0477f..b569677f2 100644 --- a/korganizer/korgac/alarmdialog.cpp +++ b/korganizer/korgac/alarmdialog.cpp @@ -41,7 +41,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/korganizer/korganizer.cpp b/korganizer/korganizer.cpp index 16bf76bc2..88f51fd32 100644 --- a/korganizer/korganizer.cpp +++ b/korganizer/korganizer.cpp @@ -67,7 +67,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/korganizer/korganizer_part.cpp b/korganizer/korganizer_part.cpp index ab1b3c120..f04e21f9b 100644 --- a/korganizer/korganizer_part.cpp +++ b/korganizer/korganizer_part.cpp @@ -48,7 +48,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/korganizer/urihandler.cpp b/korganizer/urihandler.cpp index 966442401..911c5aca0 100644 --- a/korganizer/urihandler.cpp +++ b/korganizer/urihandler.cpp @@ -41,7 +41,7 @@ using namespace KCal; #include #include #include -#include +#include #include #include #include diff --git a/korn/boxcontaineritem.cpp b/korn/boxcontaineritem.cpp index 7575ba7c1..0571e41e0 100644 --- a/korn/boxcontaineritem.cpp +++ b/korn/boxcontaineritem.cpp @@ -32,7 +32,7 @@ #include #include #include -#include +#include #include #include diff --git a/korn/tdeio.cpp b/korn/tdeio.cpp index afabf5a33..4db8d91ca 100644 --- a/korn/tdeio.cpp +++ b/korn/tdeio.cpp @@ -44,7 +44,7 @@ #include #include #include -#include +#include #include #include diff --git a/ktnef/gui/ktnefmain.cpp b/ktnef/gui/ktnefmain.cpp index 3755fed05..9a03be625 100644 --- a/ktnef/gui/ktnefmain.cpp +++ b/ktnef/gui/ktnefmain.cpp @@ -35,7 +35,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/libkpgp/kpgpbase2.cpp b/libkpgp/kpgpbase2.cpp index 255701a6f..be30f9f4b 100644 --- a/libkpgp/kpgpbase2.cpp +++ b/libkpgp/kpgpbase2.cpp @@ -29,7 +29,7 @@ #include #include -#include +#include #include #define PGP2 "pgp" diff --git a/libkpgp/kpgpbase5.cpp b/libkpgp/kpgpbase5.cpp index c3a8a9d34..f73ea4a46 100644 --- a/libkpgp/kpgpbase5.cpp +++ b/libkpgp/kpgpbase5.cpp @@ -30,7 +30,7 @@ #include #include -#include +#include #include diff --git a/libkpgp/kpgpbaseG.cpp b/libkpgp/kpgpbaseG.cpp index 2e5c916fc..304b24bd9 100644 --- a/libkpgp/kpgpbaseG.cpp +++ b/libkpgp/kpgpbaseG.cpp @@ -24,7 +24,7 @@ #include "kpgp.h" #include -#include +#include #include #include diff --git a/libtdepim/addressesdialog.cpp b/libtdepim/addressesdialog.cpp index deb9d1f2c..0695dfb19 100644 --- a/libtdepim/addressesdialog.cpp +++ b/libtdepim/addressesdialog.cpp @@ -47,7 +47,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/libtdepim/collectingprocess.h b/libtdepim/collectingprocess.h index ef5f34e84..9a1b81bde 100644 --- a/libtdepim/collectingprocess.h +++ b/libtdepim/collectingprocess.h @@ -33,7 +33,7 @@ #ifndef __KPIM_COLLECTINGPROCESS_H__ #define __KPIM_COLLECTINGPROCESS_H__ -#include +#include #include namespace KPIM { diff --git a/libtdepim/kcmdesignerfields.cpp b/libtdepim/kcmdesignerfields.cpp index dd5ab8bf2..d9f9a3db0 100644 --- a/libtdepim/kcmdesignerfields.cpp +++ b/libtdepim/kcmdesignerfields.cpp @@ -46,7 +46,7 @@ #include #include #include -#include +#include #include #include "kcmdesignerfields.h" diff --git a/tdefile-plugins/rfc822/tdefile_rfc822.cpp b/tdefile-plugins/rfc822/tdefile_rfc822.cpp index f1b4d6ff4..fe683c54e 100644 --- a/tdefile-plugins/rfc822/tdefile_rfc822.cpp +++ b/tdefile-plugins/rfc822/tdefile_rfc822.cpp @@ -20,7 +20,7 @@ #include #include "tdefile_rfc822.h" -#include +#include #include #include #include diff --git a/tdefile-plugins/vcf/tdefile_vcf.cpp b/tdefile-plugins/vcf/tdefile_vcf.cpp index c75962792..075246953 100644 --- a/tdefile-plugins/vcf/tdefile_vcf.cpp +++ b/tdefile-plugins/vcf/tdefile_vcf.cpp @@ -21,7 +21,7 @@ #include #include "tdefile_vcf.h" -#include +#include #include #include #include -- cgit v1.2.1