From d318087925a540a204c9d3820d5a09fbda58b8b2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 23:21:55 -0600 Subject: Rename many classes and header files to avoid conflicts with KDE4 --- kaddressbook/CMakeLists.txt | 2 +- kaddressbook/Makefile.am | 2 +- kaddressbook/addresseditwidget.cpp | 4 ++-- kaddressbook/addresseeeditorwidget.cpp | 2 +- kaddressbook/customfieldswidget.cpp | 2 +- kaddressbook/distributionlistpicker.cpp | 2 +- kaddressbook/editors/imeditorbase.ui | 2 +- kaddressbook/editors/imeditorwidget.h | 2 +- kaddressbook/emaileditwidget.cpp | 2 +- kaddressbook/extensionmanager.cpp | 2 +- kaddressbook/features/distributionlistngwidget.cpp | 4 ++-- kaddressbook/features/distributionlistngwidget.h | 2 +- kaddressbook/features/distributionlistwidget.cpp | 2 +- kaddressbook/features/distributionlistwidget.h | 2 +- kaddressbook/features/resourceselection.h | 2 +- kaddressbook/filtereditdialog.cpp | 4 ++-- kaddressbook/geowidget.cpp | 2 +- kaddressbook/imeditwidget.cpp | 2 +- kaddressbook/interfaces/xxport.cpp | 2 +- kaddressbook/kabcore.cpp | 6 +++--- kaddressbook/kaddressbook_part.cpp | 2 +- kaddressbook/kaddressbootdemain.cpp | 4 ++-- kaddressbook/kaddressbootdemain.h | 4 ++-- kaddressbook/kcmconfigs/addhostdialog.cpp | 2 +- kaddressbook/kcmconfigs/kabconfigwidget.cpp | 2 +- kaddressbook/kcmconfigs/ldapoptionswidget.cpp | 2 +- kaddressbook/main.cpp | 2 +- kaddressbook/nameeditdialog.cpp | 4 ++-- kaddressbook/phoneeditwidget.cpp | 2 +- kaddressbook/printing/detailledstyle.cpp | 2 +- kaddressbook/viewmanager.cpp | 2 +- kaddressbook/views/colorlistbox.h | 2 +- kaddressbook/views/configurecardviewdialog.cpp | 2 +- kaddressbook/views/contactlistview.h | 2 +- 34 files changed, 42 insertions(+), 42 deletions(-) (limited to 'kaddressbook') diff --git a/kaddressbook/CMakeLists.txt b/kaddressbook/CMakeLists.txt index 1cea8dd8..fad0df46 100644 --- a/kaddressbook/CMakeLists.txt +++ b/kaddressbook/CMakeLists.txt @@ -75,7 +75,7 @@ tde_add_kpart( libkaddressbookpart AUTOMOC ##### kaddressbook (executable) ################# tde_add_executable( kaddressbook AUTOMOC - SOURCES main.cpp kaddressbookmain.cpp + SOURCES main.cpp kaddressbootdemain.cpp LINK kaddressbook-shared DESTINATION ${BIN_INSTALL_DIR} ) diff --git a/kaddressbook/Makefile.am b/kaddressbook/Makefile.am index b411e618..51d92dd2 100644 --- a/kaddressbook/Makefile.am +++ b/kaddressbook/Makefile.am @@ -16,7 +16,7 @@ INCLUDES= -I$(top_srcdir)/kaddressbook/interfaces \ bin_PROGRAMS = kaddressbook -kaddressbook_SOURCES = main.cpp kaddressbookmain.cpp +kaddressbook_SOURCES = main.cpp kaddressbootdemain.cpp kaddressbook_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor kaddressbook_LDADD = libkaddressbook.la diff --git a/kaddressbook/addresseditwidget.cpp b/kaddressbook/addresseditwidget.cpp index bb4938b8..5cf3b791 100644 --- a/kaddressbook/addresseditwidget.cpp +++ b/kaddressbook/addresseditwidget.cpp @@ -36,7 +36,7 @@ #include #include -#include +#include #include #include #include @@ -47,7 +47,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kaddressbook/addresseeeditorwidget.cpp b/kaddressbook/addresseeeditorwidget.cpp index a53d6c34..8cffb0c3 100644 --- a/kaddressbook/addresseeeditorwidget.cpp +++ b/kaddressbook/addresseeeditorwidget.cpp @@ -34,7 +34,7 @@ #include #include -#include +#include #include #include #include diff --git a/kaddressbook/customfieldswidget.cpp b/kaddressbook/customfieldswidget.cpp index 13536148..867ccddb 100644 --- a/kaddressbook/customfieldswidget.cpp +++ b/kaddressbook/customfieldswidget.cpp @@ -30,7 +30,7 @@ #include #include -#include +#include #include #include #include diff --git a/kaddressbook/distributionlistpicker.cpp b/kaddressbook/distributionlistpicker.cpp index 354a24a2..2dce6b05 100644 --- a/kaddressbook/distributionlistpicker.cpp +++ b/kaddressbook/distributionlistpicker.cpp @@ -31,7 +31,7 @@ #include #include -#include +#include #include #include diff --git a/kaddressbook/editors/imeditorbase.ui b/kaddressbook/editors/imeditorbase.ui index de9fff55..aca1c105 100644 --- a/kaddressbook/editors/imeditorbase.ui +++ b/kaddressbook/editors/imeditorbase.ui @@ -158,7 +158,7 @@ kpushbutton.h kpushbutton.h kpushbutton.h - klistview.h + tdelistview.h kactivelabel.h diff --git a/kaddressbook/editors/imeditorwidget.h b/kaddressbook/editors/imeditorwidget.h index 62fb36df..517e2649 100644 --- a/kaddressbook/editors/imeditorwidget.h +++ b/kaddressbook/editors/imeditorwidget.h @@ -26,7 +26,7 @@ #define IMEDITORWIDGET_H #include -#include +#include #include #include "contacteditorwidget.h" diff --git a/kaddressbook/emaileditwidget.cpp b/kaddressbook/emaileditwidget.cpp index 7b5fe4c9..a1df16c3 100644 --- a/kaddressbook/emaileditwidget.cpp +++ b/kaddressbook/emaileditwidget.cpp @@ -31,7 +31,7 @@ #include #include -#include +#include #include #include #include diff --git a/kaddressbook/extensionmanager.cpp b/kaddressbook/extensionmanager.cpp index c184adf0..4ec33675 100644 --- a/kaddressbook/extensionmanager.cpp +++ b/kaddressbook/extensionmanager.cpp @@ -21,7 +21,7 @@ without including the source code for TQt in the source distribution. */ -#include +#include #include #include #include diff --git a/kaddressbook/features/distributionlistngwidget.cpp b/kaddressbook/features/distributionlistngwidget.cpp index 6dda79de..47176961 100644 --- a/kaddressbook/features/distributionlistngwidget.cpp +++ b/kaddressbook/features/distributionlistngwidget.cpp @@ -31,9 +31,9 @@ #include #include -#include +#include #include -#include +#include #include #include diff --git a/kaddressbook/features/distributionlistngwidget.h b/kaddressbook/features/distributionlistngwidget.h index dc4b036d..fdeb8386 100644 --- a/kaddressbook/features/distributionlistngwidget.h +++ b/kaddressbook/features/distributionlistngwidget.h @@ -27,7 +27,7 @@ #include -#include +#include #include diff --git a/kaddressbook/features/distributionlistwidget.cpp b/kaddressbook/features/distributionlistwidget.cpp index e77e3fc3..73afa2ea 100644 --- a/kaddressbook/features/distributionlistwidget.cpp +++ b/kaddressbook/features/distributionlistwidget.cpp @@ -30,7 +30,7 @@ #include #include -#include +#include #include #include #include diff --git a/kaddressbook/features/distributionlistwidget.h b/kaddressbook/features/distributionlistwidget.h index 59a5d88b..1429aa7b 100644 --- a/kaddressbook/features/distributionlistwidget.h +++ b/kaddressbook/features/distributionlistwidget.h @@ -26,7 +26,7 @@ #include // for TDEPIM_NEW_DISTRLISTS #include -#include +#include #include "extensionwidget.h" diff --git a/kaddressbook/features/resourceselection.h b/kaddressbook/features/resourceselection.h index c986c5fc..4c1a6df6 100644 --- a/kaddressbook/features/resourceselection.h +++ b/kaddressbook/features/resourceselection.h @@ -24,7 +24,7 @@ #ifndef RESOURCESELECTION_H #define RESOURCESELECTION_H -#include +#include #include "extensionwidget.h" diff --git a/kaddressbook/filtereditdialog.cpp b/kaddressbook/filtereditdialog.cpp index 3b3e37df..3845f59f 100644 --- a/kaddressbook/filtereditdialog.cpp +++ b/kaddressbook/filtereditdialog.cpp @@ -38,8 +38,8 @@ #include #include #include -#include -#include +#include +#include #include #include "kabprefs.h" diff --git a/kaddressbook/geowidget.cpp b/kaddressbook/geowidget.cpp index 55714b36..27333bf9 100644 --- a/kaddressbook/geowidget.cpp +++ b/kaddressbook/geowidget.cpp @@ -22,7 +22,7 @@ */ #include -#include +#include #include #include #include diff --git a/kaddressbook/imeditwidget.cpp b/kaddressbook/imeditwidget.cpp index 9f727120..d11a588a 100644 --- a/kaddressbook/imeditwidget.cpp +++ b/kaddressbook/imeditwidget.cpp @@ -30,7 +30,7 @@ #include #include -#include +#include #include #include #include diff --git a/kaddressbook/interfaces/xxport.cpp b/kaddressbook/interfaces/xxport.cpp index a934bb97..e32a71b2 100644 --- a/kaddressbook/interfaces/xxport.cpp +++ b/kaddressbook/interfaces/xxport.cpp @@ -24,7 +24,7 @@ #include #include -#include +#include #include #include #include diff --git a/kaddressbook/kabcore.cpp b/kaddressbook/kabcore.cpp index a6f8a20b..924aa083 100644 --- a/kaddressbook/kabcore.cpp +++ b/kaddressbook/kabcore.cpp @@ -44,10 +44,10 @@ #include #include #include -#include +#include #include #include -#include +#include #include #include #include @@ -63,7 +63,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kaddressbook/kaddressbook_part.cpp b/kaddressbook/kaddressbook_part.cpp index cd1c15c7..07e778df 100644 --- a/kaddressbook/kaddressbook_part.cpp +++ b/kaddressbook/kaddressbook_part.cpp @@ -23,7 +23,7 @@ #include -#include +#include #include #include #include diff --git a/kaddressbook/kaddressbootdemain.cpp b/kaddressbook/kaddressbootdemain.cpp index 4e5cf8ff..60013be1 100644 --- a/kaddressbook/kaddressbootdemain.cpp +++ b/kaddressbook/kaddressbootdemain.cpp @@ -32,7 +32,7 @@ #include "kabcore.h" -#include "kaddressbookmain.h" +#include "kaddressbootdemain.h" KAddressBookMain::KAddressBookMain( const TQString &file ) : DCOPObject( "KAddressBookIface" ), TDEMainWindow( 0 ) @@ -189,4 +189,4 @@ void KAddressBookMain::newToolbarConfig() applyMainWindowSettings( TDEGlobal::config(), "MainWindow" ); } -#include "kaddressbookmain.moc" +#include "kaddressbootdemain.moc" diff --git a/kaddressbook/kaddressbootdemain.h b/kaddressbook/kaddressbootdemain.h index a8ac77e2..49e4a8a6 100644 --- a/kaddressbook/kaddressbootdemain.h +++ b/kaddressbook/kaddressbootdemain.h @@ -26,9 +26,9 @@ #include -#include +#include #include -#include +#include #include "kaddressbookiface.h" diff --git a/kaddressbook/kcmconfigs/addhostdialog.cpp b/kaddressbook/kcmconfigs/addhostdialog.cpp index 21a24780..0c248440 100644 --- a/kaddressbook/kcmconfigs/addhostdialog.cpp +++ b/kaddressbook/kcmconfigs/addhostdialog.cpp @@ -27,7 +27,7 @@ #include #include -#include +#include #include #include #include diff --git a/kaddressbook/kcmconfigs/kabconfigwidget.cpp b/kaddressbook/kcmconfigs/kabconfigwidget.cpp index d63247a4..6e2c4f68 100644 --- a/kaddressbook/kcmconfigs/kabconfigwidget.cpp +++ b/kaddressbook/kcmconfigs/kabconfigwidget.cpp @@ -35,7 +35,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kaddressbook/kcmconfigs/ldapoptionswidget.cpp b/kaddressbook/kcmconfigs/ldapoptionswidget.cpp index 981b33cc..edd805ca 100644 --- a/kaddressbook/kcmconfigs/ldapoptionswidget.cpp +++ b/kaddressbook/kcmconfigs/ldapoptionswidget.cpp @@ -32,7 +32,7 @@ #include #include #include -#include +#include #include #include "addhostdialog.h" diff --git a/kaddressbook/main.cpp b/kaddressbook/main.cpp index fd5a3149..d08b9ad4 100644 --- a/kaddressbook/main.cpp +++ b/kaddressbook/main.cpp @@ -36,7 +36,7 @@ #include #include -#include "kaddressbookmain.h" +#include "kaddressbootdemain.h" #include "kaddressbook_options.h" #include "kabcore.h" diff --git a/kaddressbook/nameeditdialog.cpp b/kaddressbook/nameeditdialog.cpp index aa76fdef..765d62de 100644 --- a/kaddressbook/nameeditdialog.cpp +++ b/kaddressbook/nameeditdialog.cpp @@ -31,12 +31,12 @@ #include #include -#include +#include #include #include #include #include -#include +#include #include #include #include diff --git a/kaddressbook/phoneeditwidget.cpp b/kaddressbook/phoneeditwidget.cpp index 6d3ef0b9..bb1c7245 100644 --- a/kaddressbook/phoneeditwidget.cpp +++ b/kaddressbook/phoneeditwidget.cpp @@ -39,7 +39,7 @@ #include #include #include -#include +#include #include #include diff --git a/kaddressbook/printing/detailledstyle.cpp b/kaddressbook/printing/detailledstyle.cpp index 949c1783..adcbe5ec 100644 --- a/kaddressbook/printing/detailledstyle.cpp +++ b/kaddressbook/printing/detailledstyle.cpp @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kaddressbook/viewmanager.cpp b/kaddressbook/viewmanager.cpp index 4ac23786..51ed14d8 100644 --- a/kaddressbook/viewmanager.cpp +++ b/kaddressbook/viewmanager.cpp @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kaddressbook/views/colorlistbox.h b/kaddressbook/views/colorlistbox.h index 18c307ac..62b7e5a8 100644 --- a/kaddressbook/views/colorlistbox.h +++ b/kaddressbook/views/colorlistbox.h @@ -21,7 +21,7 @@ #ifndef _COLOR_LISTBOX_H_ #define _COLOR_LISTBOX_H_ -#include +#include class ColorListBox : public TDEListBox { diff --git a/kaddressbook/views/configurecardviewdialog.cpp b/kaddressbook/views/configurecardviewdialog.cpp index 4cfbf958..2c520ce7 100644 --- a/kaddressbook/views/configurecardviewdialog.cpp +++ b/kaddressbook/views/configurecardviewdialog.cpp @@ -37,7 +37,7 @@ #include #include #include -#include +#include #include #include "colorlistbox.h" diff --git a/kaddressbook/views/contactlistview.h b/kaddressbook/views/contactlistview.h index adfbc2dc..0ca029f6 100644 --- a/kaddressbook/views/contactlistview.h +++ b/kaddressbook/views/contactlistview.h @@ -29,7 +29,7 @@ #include #include -#include +#include #include -- cgit v1.2.3