diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:05:15 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:05:15 -0600 |
commit | 64df902cf71a8ee258fb85f6be26248f399aa01f (patch) | |
tree | dba58f705042c22cea26b678d5b0e4e9a34bf202 /kaddressbook | |
parent | de53c98cab07e9c4b0f5e25dab82830fb6fc67ec (diff) | |
download | tdepim-64df902cf71a8ee258fb85f6be26248f399aa01f.tar.gz tdepim-64df902cf71a8ee258fb85f6be26248f399aa01f.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kaddressbook')
44 files changed, 55 insertions, 55 deletions
diff --git a/kaddressbook/addresseditwidget.cpp b/kaddressbook/addresseditwidget.cpp index 4e4b6e61d..5d17f4ef9 100644 --- a/kaddressbook/addresseditwidget.cpp +++ b/kaddressbook/addresseditwidget.cpp @@ -41,7 +41,7 @@ #include <kapplication.h> #include <kbuttonbox.h> #include <kcombobox.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kdebug.h> #include <kdialog.h> #include <kiconloader.h> diff --git a/kaddressbook/addresseeconfig.h b/kaddressbook/addresseeconfig.h index a0dcd45af..c267dce17 100644 --- a/kaddressbook/addresseeconfig.h +++ b/kaddressbook/addresseeconfig.h @@ -25,7 +25,7 @@ #define ADDRESSEECONFIG_H #include <kabc/addressee.h> -#include <kconfig.h> +#include <tdeconfig.h> using namespace KABC; diff --git a/kaddressbook/addresseeeditorwidget.cpp b/kaddressbook/addresseeeditorwidget.cpp index e4cd5a3af..c1173b377 100644 --- a/kaddressbook/addresseeeditorwidget.cpp +++ b/kaddressbook/addresseeeditorwidget.cpp @@ -36,7 +36,7 @@ #include <kabc/stdaddressbook.h> #include <kaccelmanager.h> #include <kapplication.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kcombobox.h> #include <kdebug.h> #include <kdialogbase.h> diff --git a/kaddressbook/common/filter.cpp b/kaddressbook/common/filter.cpp index 1872ecea0..e312fbcdc 100644 --- a/kaddressbook/common/filter.cpp +++ b/kaddressbook/common/filter.cpp @@ -21,7 +21,7 @@ without including the source code for TQt in the source distribution. */ -#include <kconfig.h> +#include <tdeconfig.h> #include <kdebug.h> #include "kabprefs.h" diff --git a/kaddressbook/common/filter.h b/kaddressbook/common/filter.h index e8518b8e8..68df1036f 100644 --- a/kaddressbook/common/filter.h +++ b/kaddressbook/common/filter.h @@ -29,7 +29,7 @@ #include <tqvaluelist.h> #include <kabc/addressee.h> -#include <kconfig.h> +#include <tdeconfig.h> /** Filter for AddressBook related objects (Addressees) diff --git a/kaddressbook/common/kabprefs.cpp b/kaddressbook/common/kabprefs.cpp index 8a45fc14d..1f9e2410a 100644 --- a/kaddressbook/common/kabprefs.cpp +++ b/kaddressbook/common/kabprefs.cpp @@ -21,7 +21,7 @@ without including the source code for TQt in the source distribution. */ -#include <kconfig.h> +#include <tdeconfig.h> #include <klocale.h> #include <kstaticdeleter.h> diff --git a/kaddressbook/common/kabprefs_base.kcfgc b/kaddressbook/common/kabprefs_base.kcfgc index 75e0d84de..bc54ae65e 100644 --- a/kaddressbook/common/kabprefs_base.kcfgc +++ b/kaddressbook/common/kabprefs_base.kcfgc @@ -1,4 +1,4 @@ -# Code generation options for kconfig_compiler +# Code generation options for tdeconfig_compiler File=kaddressbook.kcfg ClassName=KABPrefsBase Singleton=false diff --git a/kaddressbook/common/locationmap.cpp b/kaddressbook/common/locationmap.cpp index e1f23e662..11fd2c110 100644 --- a/kaddressbook/common/locationmap.cpp +++ b/kaddressbook/common/locationmap.cpp @@ -22,7 +22,7 @@ */ #include <kapplication.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <tdeversion.h> #include <kglobal.h> #include <klocale.h> diff --git a/kaddressbook/emaileditwidget.cpp b/kaddressbook/emaileditwidget.cpp index 3d94d3b7e..a04a88a9c 100644 --- a/kaddressbook/emaileditwidget.cpp +++ b/kaddressbook/emaileditwidget.cpp @@ -32,7 +32,7 @@ #include <tqtooltip.h> #include <kaccelmanager.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kcombobox.h> #include <kdebug.h> #include <kdialog.h> diff --git a/kaddressbook/extensionmanager.cpp b/kaddressbook/extensionmanager.cpp index aa17b625b..dea1170ea 100644 --- a/kaddressbook/extensionmanager.cpp +++ b/kaddressbook/extensionmanager.cpp @@ -22,7 +22,7 @@ */ #include <kactionclasses.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kdebug.h> #include <klocale.h> #include <ktrader.h> diff --git a/kaddressbook/features/distributionlistwidget.cpp b/kaddressbook/features/distributionlistwidget.cpp index c49deee6a..f48b5e966 100644 --- a/kaddressbook/features/distributionlistwidget.cpp +++ b/kaddressbook/features/distributionlistwidget.cpp @@ -31,7 +31,7 @@ #include <tqradiobutton.h> #include <kaccelmanager.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kdebug.h> #include <kglobal.h> #include <kinputdialog.h> diff --git a/kaddressbook/imagewidget.cpp b/kaddressbook/imagewidget.cpp index 1d64fde3f..9ba87d46c 100644 --- a/kaddressbook/imagewidget.cpp +++ b/kaddressbook/imagewidget.cpp @@ -24,11 +24,11 @@ #include <kabc/picture.h> #include <kdebug.h> #include <kdialog.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> #include <kglobalsettings.h> #include <kiconloader.h> #include <kimageio.h> -#include <kio/netaccess.h> +#include <tdeio/netaccess.h> #include <klocale.h> #include <kmessagebox.h> #include <kurldrag.h> diff --git a/kaddressbook/imeditwidget.cpp b/kaddressbook/imeditwidget.cpp index 2f40f5de3..9f7271201 100644 --- a/kaddressbook/imeditwidget.cpp +++ b/kaddressbook/imeditwidget.cpp @@ -31,7 +31,7 @@ #include <tqtooltip.h> #include <kaccelmanager.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kcombobox.h> #include <kdebug.h> #include <kdialog.h> diff --git a/kaddressbook/interfaces/configurewidget.h b/kaddressbook/interfaces/configurewidget.h index d1d23c8c7..e8df353df 100644 --- a/kaddressbook/interfaces/configurewidget.h +++ b/kaddressbook/interfaces/configurewidget.h @@ -26,7 +26,7 @@ #include <tqwidget.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <tdepimmacros.h> namespace KABC { diff --git a/kaddressbook/kaddressbookview.cpp b/kaddressbook/kaddressbookview.cpp index 15ea63bac..986686183 100644 --- a/kaddressbook/kaddressbookview.cpp +++ b/kaddressbook/kaddressbookview.cpp @@ -26,7 +26,7 @@ #include <kabc/addressbook.h> #include <kabc/distributionlistdialog.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kdebug.h> #include <klocale.h> #include <kxmlguifactory.h> diff --git a/kaddressbook/kcmconfigs/addresseewidget.cpp b/kaddressbook/kcmconfigs/addresseewidget.cpp index 6bbc45bec..ce58d2720 100644 --- a/kaddressbook/kcmconfigs/addresseewidget.cpp +++ b/kaddressbook/kcmconfigs/addresseewidget.cpp @@ -32,7 +32,7 @@ #include <kbuttonbox.h> #include <kcombobox.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kdialog.h> #include <kinputdialog.h> #include <klocale.h> diff --git a/kaddressbook/kcmconfigs/kabconfigwidget.cpp b/kaddressbook/kcmconfigs/kabconfigwidget.cpp index 18cb1a908..d63247a48 100644 --- a/kaddressbook/kcmconfigs/kabconfigwidget.cpp +++ b/kaddressbook/kcmconfigs/kabconfigwidget.cpp @@ -32,7 +32,7 @@ #include <tqtooltip.h> #include <tqcombobox.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kdebug.h> #include <kdialog.h> #include <klistview.h> diff --git a/kaddressbook/kcmconfigs/ldapoptionswidget.cpp b/kaddressbook/kcmconfigs/ldapoptionswidget.cpp index 0f33eca6a..12ff11043 100644 --- a/kaddressbook/kcmconfigs/ldapoptionswidget.cpp +++ b/kaddressbook/kcmconfigs/ldapoptionswidget.cpp @@ -31,7 +31,7 @@ #include <kapplication.h> #include <kbuttonbox.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <klistview.h> #include <klocale.h> diff --git a/kaddressbook/keywidget.cpp b/kaddressbook/keywidget.cpp index b3fd9af25..8f0ca7bce 100644 --- a/kaddressbook/keywidget.cpp +++ b/kaddressbook/keywidget.cpp @@ -29,8 +29,8 @@ #include <kapplication.h> #include <kcombobox.h> #include <kdialog.h> -#include <kfiledialog.h> -#include <kio/netaccess.h> +#include <tdefiledialog.h> +#include <tdeio/netaccess.h> #include <kinputdialog.h> #include <klocale.h> #include <kmessagebox.h> diff --git a/kaddressbook/ldapsearchdialog.cpp b/kaddressbook/ldapsearchdialog.cpp index 6537bebe9..b9bdd1f64 100644 --- a/kaddressbook/ldapsearchdialog.cpp +++ b/kaddressbook/ldapsearchdialog.cpp @@ -33,7 +33,7 @@ #include <kapplication.h> #include <kbuttonbox.h> #include <kcombobox.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <klineedit.h> #include <klocale.h> #include <kmessagebox.h> diff --git a/kaddressbook/nameeditdialog.cpp b/kaddressbook/nameeditdialog.cpp index 8f70f0f82..1bba99ff9 100644 --- a/kaddressbook/nameeditdialog.cpp +++ b/kaddressbook/nameeditdialog.cpp @@ -34,7 +34,7 @@ #include <kaccelmanager.h> #include <kapplication.h> #include <kbuttonbox.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <klineedit.h> #include <klistview.h> #include <kcombobox.h> diff --git a/kaddressbook/phoneeditwidget.cpp b/kaddressbook/phoneeditwidget.cpp index ff787e128..6d3ef0b96 100644 --- a/kaddressbook/phoneeditwidget.cpp +++ b/kaddressbook/phoneeditwidget.cpp @@ -35,7 +35,7 @@ #include <kapplication.h> #include <kbuttonbox.h> #include <kcombobox.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kdebug.h> #include <kiconloader.h> #include <klineedit.h> diff --git a/kaddressbook/printing/detailledstyle.cpp b/kaddressbook/printing/detailledstyle.cpp index a80626519..949c1783c 100644 --- a/kaddressbook/printing/detailledstyle.cpp +++ b/kaddressbook/printing/detailledstyle.cpp @@ -24,7 +24,7 @@ #include <kapplication.h> #include <tqcheckbox.h> #include <kcolorbutton.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kdebug.h> #include <kdialog.h> #include <kfontcombo.h> diff --git a/kaddressbook/soundwidget.cpp b/kaddressbook/soundwidget.cpp index f4558258e..f7beaf202 100644 --- a/kaddressbook/soundwidget.cpp +++ b/kaddressbook/soundwidget.cpp @@ -26,7 +26,7 @@ #include <kdebug.h> #include <kdialog.h> #include <kiconloader.h> -#include <kio/netaccess.h> +#include <tdeio/netaccess.h> #include <klocale.h> #include <ktempfile.h> #include <kurlrequester.h> diff --git a/kaddressbook/thumbnailcreator/Makefile.am b/kaddressbook/thumbnailcreator/Makefile.am index d0d4c7899..2f8ba9c84 100644 --- a/kaddressbook/thumbnailcreator/Makefile.am +++ b/kaddressbook/thumbnailcreator/Makefile.am @@ -1,4 +1,4 @@ -# kioslave to generate thumbnails for vCard and LDIF-Files in Konqueror +# tdeioslave to generate thumbnails for vCard and LDIF-Files in Konqueror INCLUDES = $(all_includes) kde_module_LTLIBRARIES = ldifvcardthumbnail.la diff --git a/kaddressbook/thumbnailcreator/ldifvcardcreator.cpp b/kaddressbook/thumbnailcreator/ldifvcardcreator.cpp index 7460ad806..4627ebd52 100644 --- a/kaddressbook/thumbnailcreator/ldifvcardcreator.cpp +++ b/kaddressbook/thumbnailcreator/ldifvcardcreator.cpp @@ -20,7 +20,7 @@ /* * - ldifvcardthumbnail - * - * kioslave which generates tumbnails for vCard and LDIF files. + * tdeioslave which generates tumbnails for vCard and LDIF files. * The thumbnails are used e.g. by Konqueror or in the file selection * dialog. * diff --git a/kaddressbook/thumbnailcreator/ldifvcardcreator.h b/kaddressbook/thumbnailcreator/ldifvcardcreator.h index 2de6c7b41..04f788310 100644 --- a/kaddressbook/thumbnailcreator/ldifvcardcreator.h +++ b/kaddressbook/thumbnailcreator/ldifvcardcreator.h @@ -22,7 +22,7 @@ #define VCARD_LDIFCREATOR_H #include <tqpixmap.h> -#include <kio/thumbcreator.h> +#include <tdeio/thumbcreator.h> #include <kabc/vcardparser.h> // for KABC_VCARD_ENCODING_FIX define class KPixmapSplitter; diff --git a/kaddressbook/viewconfigurefilterpage.cpp b/kaddressbook/viewconfigurefilterpage.cpp index 9602f2d31..3dd0d7d65 100644 --- a/kaddressbook/viewconfigurefilterpage.cpp +++ b/kaddressbook/viewconfigurefilterpage.cpp @@ -26,7 +26,7 @@ #include <tqlayout.h> #include <tqradiobutton.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kcombobox.h> #include <kdialog.h> #include <klocale.h> diff --git a/kaddressbook/viewconfigurewidget.cpp b/kaddressbook/viewconfigurewidget.cpp index 415430d92..f2153f828 100644 --- a/kaddressbook/viewconfigurewidget.cpp +++ b/kaddressbook/viewconfigurewidget.cpp @@ -25,7 +25,7 @@ #include <tqvbox.h> #include <kapplication.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kdebug.h> #include <kglobal.h> #include <kiconloader.h> diff --git a/kaddressbook/viewmanager.cpp b/kaddressbook/viewmanager.cpp index edafa4112..bfb02760f 100644 --- a/kaddressbook/viewmanager.cpp +++ b/kaddressbook/viewmanager.cpp @@ -29,7 +29,7 @@ #include <kabc/addressbook.h> #include <kabc/vcardconverter.h> #include <kactionclasses.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kdebug.h> #include <tdeversion.h> #include <kiconloader.h> diff --git a/kaddressbook/views/configurecardviewdialog.cpp b/kaddressbook/views/configurecardviewdialog.cpp index 347bd4233..b1e6233ed 100644 --- a/kaddressbook/views/configurecardviewdialog.cpp +++ b/kaddressbook/views/configurecardviewdialog.cpp @@ -36,7 +36,7 @@ #include <kglobalsettings.h> #include <klocale.h> #include <kiconloader.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kfontdialog.h> #include <kpushbutton.h> diff --git a/kaddressbook/views/configuretableviewdialog.cpp b/kaddressbook/views/configuretableviewdialog.cpp index 987feb17d..2551be98e 100644 --- a/kaddressbook/views/configuretableviewdialog.cpp +++ b/kaddressbook/views/configuretableviewdialog.cpp @@ -36,7 +36,7 @@ #include <kurlrequester.h> #include <kiconloader.h> #include <kimageio.h> -#include <kconfig.h> +#include <tdeconfig.h> #include "configuretableviewdialog.h" diff --git a/kaddressbook/views/contactlistview.cpp b/kaddressbook/views/contactlistview.cpp index c4552232a..25c66ac45 100644 --- a/kaddressbook/views/contactlistview.cpp +++ b/kaddressbook/views/contactlistview.cpp @@ -33,7 +33,7 @@ #include <klocale.h> #include <kglobalsettings.h> #include <kdebug.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kapplication.h> #include <kurl.h> #include <kabc/addressbook.h> diff --git a/kaddressbook/views/kaddressbookcardview.cpp b/kaddressbook/views/kaddressbookcardview.cpp index 30e1ca672..f69ce0c1a 100644 --- a/kaddressbook/views/kaddressbookcardview.cpp +++ b/kaddressbook/views/kaddressbookcardview.cpp @@ -30,7 +30,7 @@ #include <kabc/addressbook.h> #include <kabc/addressee.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kdebug.h> #include <klocale.h> diff --git a/kaddressbook/views/kaddressbookiconview.cpp b/kaddressbook/views/kaddressbookiconview.cpp index adf3de0e2..60bae788c 100644 --- a/kaddressbook/views/kaddressbookiconview.cpp +++ b/kaddressbook/views/kaddressbookiconview.cpp @@ -28,7 +28,7 @@ #include <kabc/addressbook.h> #include <kabc/addressee.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kdebug.h> #include <kglobal.h> #include <kiconloader.h> diff --git a/kaddressbook/views/kaddressbooktableview.cpp b/kaddressbook/views/kaddressbooktableview.cpp index d951655b0..4c39c13ba 100644 --- a/kaddressbook/views/kaddressbooktableview.cpp +++ b/kaddressbook/views/kaddressbooktableview.cpp @@ -38,7 +38,7 @@ #include <kabc/addressbook.h> #include <kapplication.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kcolorbutton.h> #include <kdebug.h> #include <kglobal.h> diff --git a/kaddressbook/xxport/csv_xxport.cpp b/kaddressbook/xxport/csv_xxport.cpp index f3d47bfc3..673a0ec73 100644 --- a/kaddressbook/xxport/csv_xxport.cpp +++ b/kaddressbook/xxport/csv_xxport.cpp @@ -23,8 +23,8 @@ #include <tqfile.h> -#include <kfiledialog.h> -#include <kio/netaccess.h> +#include <tdefiledialog.h> +#include <tdeio/netaccess.h> #include <klocale.h> #include <kmessagebox.h> #include <ktempfile.h> diff --git a/kaddressbook/xxport/csvimportdialog.cpp b/kaddressbook/xxport/csvimportdialog.cpp index 40c209dce..4a363e76f 100644 --- a/kaddressbook/xxport/csvimportdialog.cpp +++ b/kaddressbook/xxport/csvimportdialog.cpp @@ -35,7 +35,7 @@ #include <kapplication.h> #include <kdebug.h> #include <kdialogbase.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> #include <klineedit.h> #include <klocale.h> #include <kinputdialog.h> diff --git a/kaddressbook/xxport/eudora_xxport.cpp b/kaddressbook/xxport/eudora_xxport.cpp index 402665ab1..c443cce3b 100644 --- a/kaddressbook/xxport/eudora_xxport.cpp +++ b/kaddressbook/xxport/eudora_xxport.cpp @@ -23,8 +23,8 @@ #include <tqfile.h> -#include <kfiledialog.h> -#include <kio/netaccess.h> +#include <tdefiledialog.h> +#include <tdeio/netaccess.h> #include <klocale.h> #include <kmessagebox.h> #include <ktempfile.h> diff --git a/kaddressbook/xxport/kde2_xxport.cpp b/kaddressbook/xxport/kde2_xxport.cpp index f5abefde3..6d8fd80e7 100644 --- a/kaddressbook/xxport/kde2_xxport.cpp +++ b/kaddressbook/xxport/kde2_xxport.cpp @@ -24,8 +24,8 @@ #include <tqfile.h> #include <kdebug.h> -#include <kfiledialog.h> -#include <kio/netaccess.h> +#include <tdefiledialog.h> +#include <tdeio/netaccess.h> #include <klocale.h> #include <kmessagebox.h> #include <kprocess.h> @@ -62,10 +62,10 @@ KABC::AddresseeList KDE2XXPort::importContacts( const TQString& ) const TDEProcess proc; if ( result == KMessageBox::Yes ) { - proc << "kab2kabc"; + proc << "tdeab2tdeabc"; proc << "--override"; } else if ( result == KMessageBox::No ) - proc << "kab2kabc"; + proc << "tdeab2tdeabc"; else { kdDebug(5720) << "KAddressBook::importKDE2(): Unknow return value." << endl; return KABC::AddresseeList(); diff --git a/kaddressbook/xxport/ldif_xxport.cpp b/kaddressbook/xxport/ldif_xxport.cpp index f0c13e610..67c3684d3 100644 --- a/kaddressbook/xxport/ldif_xxport.cpp +++ b/kaddressbook/xxport/ldif_xxport.cpp @@ -35,8 +35,8 @@ #include <tqfile.h> -#include <kfiledialog.h> -#include <kio/netaccess.h> +#include <tdefiledialog.h> +#include <tdeio/netaccess.h> #include <klocale.h> #include <kmdcodec.h> #include <kmessagebox.h> diff --git a/kaddressbook/xxport/opera_xxport.cpp b/kaddressbook/xxport/opera_xxport.cpp index 800f11fa6..f1547481d 100644 --- a/kaddressbook/xxport/opera_xxport.cpp +++ b/kaddressbook/xxport/opera_xxport.cpp @@ -25,8 +25,8 @@ #include <tqfile.h> #include <tqregexp.h> -#include <kfiledialog.h> -#include <kio/netaccess.h> +#include <tdefiledialog.h> +#include <tdeio/netaccess.h> #include <klocale.h> #include <kmessagebox.h> #include <ktempfile.h> diff --git a/kaddressbook/xxport/pab_xxport.cpp b/kaddressbook/xxport/pab_xxport.cpp index 911e92ded..c4db37a9e 100644 --- a/kaddressbook/xxport/pab_xxport.cpp +++ b/kaddressbook/xxport/pab_xxport.cpp @@ -25,8 +25,8 @@ #include <tqfile.h> #include <kdebug.h> -#include <kfiledialog.h> -#include <kio/netaccess.h> +#include <tdefiledialog.h> +#include <tdeio/netaccess.h> #include <klocale.h> #include <kmessagebox.h> #include <kprocess.h> diff --git a/kaddressbook/xxport/vcard_xxport.cpp b/kaddressbook/xxport/vcard_xxport.cpp index 34a6809fa..8e219fca4 100644 --- a/kaddressbook/xxport/vcard_xxport.cpp +++ b/kaddressbook/xxport/vcard_xxport.cpp @@ -30,8 +30,8 @@ #include <kabc/vcardconverter.h> #include <kdialogbase.h> -#include <kfiledialog.h> -#include <kio/netaccess.h> +#include <tdefiledialog.h> +#include <tdeio/netaccess.h> #include <klocale.h> #include <kmessagebox.h> #include <ktempfile.h> |