summaryrefslogtreecommitdiffstats
path: root/kaddressbook
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:18:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:18:40 -0600
commit38b7daf1afffa515cf4880847c0d985f3c6ee753 (patch)
tree3e5e8489a057008373c2ae2d1583d5a1865f7e3d /kaddressbook
parentf4236c497b152468e23da7b8a64caf6988e61515 (diff)
downloadtdepim-38b7daf1afffa515cf4880847c0d985f3c6ee753.tar.gz
tdepim-38b7daf1afffa515cf4880847c0d985f3c6ee753.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'kaddressbook')
-rw-r--r--kaddressbook/addresseditwidget.cpp2
-rw-r--r--kaddressbook/addresseeeditorwidget.cpp2
-rw-r--r--kaddressbook/common/locationmap.cpp2
-rw-r--r--kaddressbook/contacteditorwidgetmanager.cpp2
-rw-r--r--kaddressbook/distributionlisteditor.cpp2
-rw-r--r--kaddressbook/distributionlistpicker.cpp2
-rw-r--r--kaddressbook/filtereditdialog.cpp2
-rw-r--r--kaddressbook/interfaces/xxport.cpp2
-rw-r--r--kaddressbook/kabcore.cpp6
-rw-r--r--kaddressbook/kabtools.cpp2
-rw-r--r--kaddressbook/kaddressbook_options.h2
-rw-r--r--kaddressbook/kaddressbook_part.cpp2
-rw-r--r--kaddressbook/kaddressbootdemain.h2
-rw-r--r--kaddressbook/kcmconfigs/kcmkabconfig.cpp2
-rw-r--r--kaddressbook/kcmconfigs/kcmkabldapconfig.cpp2
-rw-r--r--kaddressbook/kcmconfigs/ldapoptionswidget.cpp2
-rw-r--r--kaddressbook/keywidget.cpp2
-rw-r--r--kaddressbook/ldapsearchdialog.cpp2
-rw-r--r--kaddressbook/main.cpp4
-rw-r--r--kaddressbook/nameeditdialog.cpp2
-rw-r--r--kaddressbook/phoneeditwidget.cpp2
-rw-r--r--kaddressbook/printing/detailledstyle.cpp2
-rw-r--r--kaddressbook/printing/mikesstyle.cpp2
-rw-r--r--kaddressbook/printing/printingwizard.cpp2
-rw-r--r--kaddressbook/printing/printprogress.cpp2
-rw-r--r--kaddressbook/undocmds.cpp2
-rw-r--r--kaddressbook/viewconfigurewidget.cpp2
-rw-r--r--kaddressbook/views/contactlistview.cpp2
-rw-r--r--kaddressbook/views/kaddressbooktableview.cpp2
-rw-r--r--kaddressbook/xxport/csvimportdialog.cpp2
-rw-r--r--kaddressbook/xxport/vcard_xxport.cpp2
-rw-r--r--kaddressbook/xxportmanager.cpp2
-rw-r--r--kaddressbook/xxportselectdialog.cpp2
33 files changed, 36 insertions, 36 deletions
diff --git a/kaddressbook/addresseditwidget.cpp b/kaddressbook/addresseditwidget.cpp
index 5cf3b791..71c6ba9e 100644
--- a/kaddressbook/addresseditwidget.cpp
+++ b/kaddressbook/addresseditwidget.cpp
@@ -38,7 +38,7 @@
#include <tdeaccelmanager.h>
#include <kactivelabel.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kbuttonbox.h>
#include <kcombobox.h>
#include <tdeconfig.h>
diff --git a/kaddressbook/addresseeeditorwidget.cpp b/kaddressbook/addresseeeditorwidget.cpp
index 8c98da74..faf3e4e3 100644
--- a/kaddressbook/addresseeeditorwidget.cpp
+++ b/kaddressbook/addresseeeditorwidget.cpp
@@ -35,7 +35,7 @@
#include <kabc/resource.h>
#include <kabc/stdaddressbook.h>
#include <tdeaccelmanager.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdeconfig.h>
#include <kcombobox.h>
#include <kdebug.h>
diff --git a/kaddressbook/common/locationmap.cpp b/kaddressbook/common/locationmap.cpp
index 11fd2c11..ee6bbebe 100644
--- a/kaddressbook/common/locationmap.cpp
+++ b/kaddressbook/common/locationmap.cpp
@@ -21,7 +21,7 @@
without including the source code for TQt in the source distribution.
*/
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdeconfig.h>
#include <tdeversion.h>
#include <kglobal.h>
diff --git a/kaddressbook/contacteditorwidgetmanager.cpp b/kaddressbook/contacteditorwidgetmanager.cpp
index c3bea4b0..cc6bc51d 100644
--- a/kaddressbook/contacteditorwidgetmanager.cpp
+++ b/kaddressbook/contacteditorwidgetmanager.cpp
@@ -23,7 +23,7 @@
#include <tqlayout.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdialog.h>
#include <klibloader.h>
#include <ktrader.h>
diff --git a/kaddressbook/distributionlisteditor.cpp b/kaddressbook/distributionlisteditor.cpp
index 09da74d7..c19d3109 100644
--- a/kaddressbook/distributionlisteditor.cpp
+++ b/kaddressbook/distributionlisteditor.cpp
@@ -30,7 +30,7 @@
#include <kabc/addressbook.h>
#include <kabc/resource.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdialogbase.h>
#include <kglobal.h>
#include <kiconloader.h>
diff --git a/kaddressbook/distributionlistpicker.cpp b/kaddressbook/distributionlistpicker.cpp
index 2dce6b05..a6d566bb 100644
--- a/kaddressbook/distributionlistpicker.cpp
+++ b/kaddressbook/distributionlistpicker.cpp
@@ -29,7 +29,7 @@
#include <kabc/addressbook.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kinputdialog.h>
#include <tdelistbox.h>
#include <klocale.h>
diff --git a/kaddressbook/filtereditdialog.cpp b/kaddressbook/filtereditdialog.cpp
index 3845f59f..57427855 100644
--- a/kaddressbook/filtereditdialog.cpp
+++ b/kaddressbook/filtereditdialog.cpp
@@ -33,7 +33,7 @@
#include <tqtooltip.h>
#include <tqwidget.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kbuttonbox.h>
#include <kdebug.h>
#include <kiconloader.h>
diff --git a/kaddressbook/interfaces/xxport.cpp b/kaddressbook/interfaces/xxport.cpp
index e32a71b2..fb268067 100644
--- a/kaddressbook/interfaces/xxport.cpp
+++ b/kaddressbook/interfaces/xxport.cpp
@@ -27,7 +27,7 @@
#include <tdeaction.h>
#include <kinstance.h>
#include <kmessagebox.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include "xxport.h"
using namespace KAB;
diff --git a/kaddressbook/kabcore.cpp b/kaddressbook/kabcore.cpp
index 924aa083..c35197ed 100644
--- a/kaddressbook/kabcore.cpp
+++ b/kaddressbook/kabcore.cpp
@@ -43,12 +43,12 @@
#include <kabc/stdaddressbook.h>
#include <kabc/vcardconverter.h>
#include <kabc/resourcefile.h>
-#include <kaboutdata.h>
+#include <tdeaboutdata.h>
#include <tdeaccelmanager.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <dcopclient.h>
#include <tdeactionclasses.h>
-#include <kcmdlineargs.h>
+#include <tdecmdlineargs.h>
#include <kcmultidialog.h>
#include <kdebug.h>
#include <tdeversion.h>
diff --git a/kaddressbook/kabtools.cpp b/kaddressbook/kabtools.cpp
index db623dba..779af2b5 100644
--- a/kaddressbook/kabtools.cpp
+++ b/kaddressbook/kabtools.cpp
@@ -23,7 +23,7 @@
#include <kabc/addressbook.h>
#include <kabc/vcardconverter.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdebug.h>
#include <ktempdir.h>
diff --git a/kaddressbook/kaddressbook_options.h b/kaddressbook/kaddressbook_options.h
index e0c189fb..8aa632e4 100644
--- a/kaddressbook/kaddressbook_options.h
+++ b/kaddressbook/kaddressbook_options.h
@@ -24,7 +24,7 @@
#ifndef KADDRESSBOOK_OPTIONS_H
#define KADDRESSBOOK_OPTIONS_H
-#include <kcmdlineargs.h>
+#include <tdecmdlineargs.h>
#include <klocale.h>
static TDECmdLineOptions kaddressbook_options[] =
diff --git a/kaddressbook/kaddressbook_part.cpp b/kaddressbook/kaddressbook_part.cpp
index 07e778df..259ac5ea 100644
--- a/kaddressbook/kaddressbook_part.cpp
+++ b/kaddressbook/kaddressbook_part.cpp
@@ -24,7 +24,7 @@
#include <tqlayout.h>
#include <tdeaction.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdebug.h>
#include <kiconloader.h>
#include <kinstance.h>
diff --git a/kaddressbook/kaddressbootdemain.h b/kaddressbook/kaddressbootdemain.h
index 49e4a8a6..90420659 100644
--- a/kaddressbook/kaddressbootdemain.h
+++ b/kaddressbook/kaddressbootdemain.h
@@ -27,7 +27,7 @@
#include <tqptrlist.h>
#include <tdeaction.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdemainwindow.h>
#include "kaddressbookiface.h"
diff --git a/kaddressbook/kcmconfigs/kcmkabconfig.cpp b/kaddressbook/kcmconfigs/kcmkabconfig.cpp
index 8f3bb5e5..6f170697 100644
--- a/kaddressbook/kcmconfigs/kcmkabconfig.cpp
+++ b/kaddressbook/kcmconfigs/kcmkabconfig.cpp
@@ -23,7 +23,7 @@
#include <tqlayout.h>
-#include <kaboutdata.h>
+#include <tdeaboutdata.h>
#include <kdebug.h>
#include <klocale.h>
diff --git a/kaddressbook/kcmconfigs/kcmkabldapconfig.cpp b/kaddressbook/kcmconfigs/kcmkabldapconfig.cpp
index ba512b63..a95fa2c8 100644
--- a/kaddressbook/kcmconfigs/kcmkabldapconfig.cpp
+++ b/kaddressbook/kcmconfigs/kcmkabldapconfig.cpp
@@ -25,7 +25,7 @@
#include <tqframe.h>
#include <tqlayout.h>
-#include <kaboutdata.h>
+#include <tdeaboutdata.h>
#include <klocale.h>
#include "ldapoptionswidget.h"
diff --git a/kaddressbook/kcmconfigs/ldapoptionswidget.cpp b/kaddressbook/kcmconfigs/ldapoptionswidget.cpp
index 3225b0a2..71a41ba4 100644
--- a/kaddressbook/kcmconfigs/ldapoptionswidget.cpp
+++ b/kaddressbook/kcmconfigs/ldapoptionswidget.cpp
@@ -29,7 +29,7 @@
#include <tqtoolbutton.h>
#include <tqstring.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kbuttonbox.h>
#include <tdeconfig.h>
#include <tdelistview.h>
diff --git a/kaddressbook/keywidget.cpp b/kaddressbook/keywidget.cpp
index 8f0ca7bc..d6f28c87 100644
--- a/kaddressbook/keywidget.cpp
+++ b/kaddressbook/keywidget.cpp
@@ -26,7 +26,7 @@
#include <tqlayout.h>
#include <tqpushbutton.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kcombobox.h>
#include <kdialog.h>
#include <tdefiledialog.h>
diff --git a/kaddressbook/ldapsearchdialog.cpp b/kaddressbook/ldapsearchdialog.cpp
index b9bdd1f6..22a79d27 100644
--- a/kaddressbook/ldapsearchdialog.cpp
+++ b/kaddressbook/ldapsearchdialog.cpp
@@ -30,7 +30,7 @@
#include <tqpushbutton.h>
#include <addresseelineedit.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kbuttonbox.h>
#include <kcombobox.h>
#include <tdeconfig.h>
diff --git a/kaddressbook/main.cpp b/kaddressbook/main.cpp
index d08b9ad4..d6322373 100644
--- a/kaddressbook/main.cpp
+++ b/kaddressbook/main.cpp
@@ -27,8 +27,8 @@
#include <tqstring.h>
#include <kabc/stdaddressbook.h>
-#include <kaboutdata.h>
-#include <kcmdlineargs.h>
+#include <tdeaboutdata.h>
+#include <tdecmdlineargs.h>
#include <kcrash.h>
#include <kdebug.h>
#include <klocale.h>
diff --git a/kaddressbook/nameeditdialog.cpp b/kaddressbook/nameeditdialog.cpp
index 765d62de..aa81b2ed 100644
--- a/kaddressbook/nameeditdialog.cpp
+++ b/kaddressbook/nameeditdialog.cpp
@@ -32,7 +32,7 @@
#include <tqwhatsthis.h>
#include <tdeaccelmanager.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kbuttonbox.h>
#include <tdeconfig.h>
#include <klineedit.h>
diff --git a/kaddressbook/phoneeditwidget.cpp b/kaddressbook/phoneeditwidget.cpp
index bb1c7245..cd5eab78 100644
--- a/kaddressbook/phoneeditwidget.cpp
+++ b/kaddressbook/phoneeditwidget.cpp
@@ -32,7 +32,7 @@
#include <tqstring.h>
#include <tqtooltip.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kbuttonbox.h>
#include <kcombobox.h>
#include <tdeconfig.h>
diff --git a/kaddressbook/printing/detailledstyle.cpp b/kaddressbook/printing/detailledstyle.cpp
index adcbe5ec..50e76732 100644
--- a/kaddressbook/printing/detailledstyle.cpp
+++ b/kaddressbook/printing/detailledstyle.cpp
@@ -21,7 +21,7 @@
without including the source code for TQt in the source distribution.
*/
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tqcheckbox.h>
#include <kcolorbutton.h>
#include <tdeconfig.h>
diff --git a/kaddressbook/printing/mikesstyle.cpp b/kaddressbook/printing/mikesstyle.cpp
index 99ead813..b17db145 100644
--- a/kaddressbook/printing/mikesstyle.cpp
+++ b/kaddressbook/printing/mikesstyle.cpp
@@ -26,7 +26,7 @@
#include <tqpainter.h>
#include <kabc/addressee.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdebug.h>
#include <kglobal.h>
#include <klocale.h>
diff --git a/kaddressbook/printing/printingwizard.cpp b/kaddressbook/printing/printingwizard.cpp
index 1ea33d53..1ee71a8c 100644
--- a/kaddressbook/printing/printingwizard.cpp
+++ b/kaddressbook/printing/printingwizard.cpp
@@ -32,7 +32,7 @@
#include <tqradiobutton.h>
#include <kabc/addresseelist.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdebug.h>
#include <kdialog.h>
#include <kdialogbase.h>
diff --git a/kaddressbook/printing/printprogress.cpp b/kaddressbook/printing/printprogress.cpp
index 64442056..59ad2304 100644
--- a/kaddressbook/printing/printprogress.cpp
+++ b/kaddressbook/printing/printprogress.cpp
@@ -25,7 +25,7 @@
#include <tqprogressbar.h>
#include <tqtextbrowser.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdebug.h>
#include <kdialog.h>
#include <klocale.h>
diff --git a/kaddressbook/undocmds.cpp b/kaddressbook/undocmds.cpp
index e781a72e..abe2bfe6 100644
--- a/kaddressbook/undocmds.cpp
+++ b/kaddressbook/undocmds.cpp
@@ -26,7 +26,7 @@
#include <tqclipboard.h>
#include <klocale.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kabc/resource.h>
diff --git a/kaddressbook/viewconfigurewidget.cpp b/kaddressbook/viewconfigurewidget.cpp
index 5dfe4084..0aaceb80 100644
--- a/kaddressbook/viewconfigurewidget.cpp
+++ b/kaddressbook/viewconfigurewidget.cpp
@@ -24,7 +24,7 @@
#include <tqlayout.h>
#include <tqvbox.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <kglobal.h>
diff --git a/kaddressbook/views/contactlistview.cpp b/kaddressbook/views/contactlistview.cpp
index a0aec1e9..f4b98e46 100644
--- a/kaddressbook/views/contactlistview.cpp
+++ b/kaddressbook/views/contactlistview.cpp
@@ -34,7 +34,7 @@
#include <kglobalsettings.h>
#include <kdebug.h>
#include <tdeconfig.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kurl.h>
#include <kabc/addressbook.h>
#include <kabc/addressee.h>
diff --git a/kaddressbook/views/kaddressbooktableview.cpp b/kaddressbook/views/kaddressbooktableview.cpp
index f0c4c594..4c726ca3 100644
--- a/kaddressbook/views/kaddressbooktableview.cpp
+++ b/kaddressbook/views/kaddressbooktableview.cpp
@@ -37,7 +37,7 @@
#include <tqpixmap.h>
#include <kabc/addressbook.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdeconfig.h>
#include <kcolorbutton.h>
#include <kdebug.h>
diff --git a/kaddressbook/xxport/csvimportdialog.cpp b/kaddressbook/xxport/csvimportdialog.cpp
index 4a363e76..700eceae 100644
--- a/kaddressbook/xxport/csvimportdialog.cpp
+++ b/kaddressbook/xxport/csvimportdialog.cpp
@@ -32,7 +32,7 @@
#include <tqtextcodec.h>
#include <tqtooltip.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdebug.h>
#include <kdialogbase.h>
#include <tdefiledialog.h>
diff --git a/kaddressbook/xxport/vcard_xxport.cpp b/kaddressbook/xxport/vcard_xxport.cpp
index 8e219fca..b1e0b0f1 100644
--- a/kaddressbook/xxport/vcard_xxport.cpp
+++ b/kaddressbook/xxport/vcard_xxport.cpp
@@ -36,7 +36,7 @@
#include <kmessagebox.h>
#include <ktempfile.h>
#include <kurl.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <libtdepim/addresseeview.h>
#include "config.h" // ??
diff --git a/kaddressbook/xxportmanager.cpp b/kaddressbook/xxportmanager.cpp
index ed974311..65414ff5 100644
--- a/kaddressbook/xxportmanager.cpp
+++ b/kaddressbook/xxportmanager.cpp
@@ -29,7 +29,7 @@
#include <klocale.h>
#include <kmessagebox.h>
#include <ktrader.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include "core.h"
#include "kablock.h"
diff --git a/kaddressbook/xxportselectdialog.cpp b/kaddressbook/xxportselectdialog.cpp
index fa029a52..aa18bf79 100644
--- a/kaddressbook/xxportselectdialog.cpp
+++ b/kaddressbook/xxportselectdialog.cpp
@@ -23,7 +23,7 @@
*/
#include <kabc/addressbook.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kcombobox.h>
#include <klocale.h>