From 91726329ab9745105638d8b74cfd9f000cd13af4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 00:52:32 -0600 Subject: [PATCH] Rename a number of libraries and executables to avoid conflicts with KDE4 --- configdialog/CMakeLists.txt | 2 +- configdialog/kbfxconfigapp.h | 6 +++--- configdialog/kbfxconfigdlgfonts-old.ui | 6 +++--- configdialog/kbfxconfigdlglayout.ui | 2 +- configdialog/kbfxconfigdlgthemes.ui | 4 ++-- kbfxlib/common/CMakeLists.txt | 2 +- kbfxlib/common/kbfxconfig.h | 4 ++-- kbfxlib/common/kbfxkiodownload.h | 2 +- kbfxlib/common/kbfxthemesdata.h | 2 +- kbfxlib/data/CMakeLists.txt | 2 +- plugins/applications/CMakeLists.txt | 2 +- plugins/applications/kbfxplasmadataplugin.cpp | 2 +- plugins/plasmoids/CMakeLists.txt | 2 +- plugins/recentstuff/CMakeLists.txt | 2 +- plugins/settings/CMakeLists.txt | 2 +- plugins/settings/kbfxplasmadatapluginsettings.cpp | 2 +- plugins/strigi/CMakeLists.txt | 2 +- src/CMakeLists.txt | 2 +- src/kbfxspinx.h | 2 +- 19 files changed, 25 insertions(+), 25 deletions(-) diff --git a/configdialog/CMakeLists.txt b/configdialog/CMakeLists.txt index b8ee279..5776226 100644 --- a/configdialog/CMakeLists.txt +++ b/configdialog/CMakeLists.txt @@ -36,7 +36,7 @@ tde_add_executable( kbfxconfigapp AUTOMOC kbfxconfigdlgstyle.ui kbfxconfigdlgtooltip.ui kbfxconfigdlgfonts-old.ui kbfxconfigdlgplugins.ui kbfxconfigdlglayout.ui - LINK ${TQT_LIBRARIES} kbfxdata kbfxcommon tdecore-shared tdeui-shared DCOP-shared kio-shared tdehtml-shared + LINK ${TQT_LIBRARIES} kbfxdata kbfxcommon tdecore-shared tdeui-shared DCOP-shared tdeio-shared tdehtml-shared DESTINATION ${BIN_INSTALL_DIR} ) diff --git a/configdialog/kbfxconfigapp.h b/configdialog/kbfxconfigapp.h index 985daac..3379780 100644 --- a/configdialog/kbfxconfigapp.h +++ b/configdialog/kbfxconfigapp.h @@ -46,12 +46,12 @@ #include #include #include -#include +#include #include #include #include -#include -#include +#include +#include #include #include #include diff --git a/configdialog/kbfxconfigdlgfonts-old.ui b/configdialog/kbfxconfigdlgfonts-old.ui index 9a33dba..95b1a0d 100644 --- a/configdialog/kbfxconfigdlgfonts-old.ui +++ b/configdialog/kbfxconfigdlgfonts-old.ui @@ -1134,10 +1134,10 @@ kdebug.h kbfxthemesdata.h kstandarddirs.h - kfiledialog.h - kio/netaccess.h + tdefiledialog.h + tdeio/netaccess.h kmessagebox.h - kconfig.h + tdeconfig.h kbfxfontchooser.h kbfxconfigdlgfonts-old.ui.h diff --git a/configdialog/kbfxconfigdlglayout.ui b/configdialog/kbfxconfigdlglayout.ui index e707cea..7c0060f 100644 --- a/configdialog/kbfxconfigdlglayout.ui +++ b/configdialog/kbfxconfigdlglayout.ui @@ -1053,7 +1053,7 @@ tqstringlist.h kstandarddirs.h kmessagebox.h - kfiledialog.h + tdefiledialog.h kbfxconfigdlglayout.ui.h diff --git a/configdialog/kbfxconfigdlgthemes.ui b/configdialog/kbfxconfigdlgthemes.ui index 4826f0c..25d7499 100644 --- a/configdialog/kbfxconfigdlgthemes.ui +++ b/configdialog/kbfxconfigdlgthemes.ui @@ -983,8 +983,8 @@ kdebug.h tqstringlist.h kmessagebox.h - kio/netaccess.h - kfiledialog.h + tdeio/netaccess.h + tdefiledialog.h ktar.h kstandarddirs.h kbfxthemesdata.h diff --git a/kbfxlib/common/CMakeLists.txt b/kbfxlib/common/CMakeLists.txt index 297dac9..6df4f68 100644 --- a/kbfxlib/common/CMakeLists.txt +++ b/kbfxlib/common/CMakeLists.txt @@ -35,7 +35,7 @@ set( ${target}_SRCS tde_add_library( ${target} SHARED AUTOMOC SOURCES ${${target}_SRCS} # VERSION 4.2.0 - LINK DCOP-shared tdecore-shared tdeui-shared kio-shared tdehtml-shared ${M_LIBRARY} + LINK DCOP-shared tdecore-shared tdeui-shared tdeio-shared tdehtml-shared ${M_LIBRARY} DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/kbfxlib/common/kbfxconfig.h b/kbfxlib/common/kbfxconfig.h index 8de6886..e92a151 100644 --- a/kbfxlib/common/kbfxconfig.h +++ b/kbfxlib/common/kbfxconfig.h @@ -32,8 +32,8 @@ #include #include -#include -#include +#include +#include #include #include #include diff --git a/kbfxlib/common/kbfxkiodownload.h b/kbfxlib/common/kbfxkiodownload.h index 9646176..3e9df44 100644 --- a/kbfxlib/common/kbfxkiodownload.h +++ b/kbfxlib/common/kbfxkiodownload.h @@ -22,7 +22,7 @@ #ifndef KBFX_KIO_DOWNLOAD_H #define KBFX_KIO_DOWNLOAD_H -#include +#include #include #include diff --git a/kbfxlib/common/kbfxthemesdata.h b/kbfxlib/common/kbfxthemesdata.h index 19e494e..cb70efa 100644 --- a/kbfxlib/common/kbfxthemesdata.h +++ b/kbfxlib/common/kbfxthemesdata.h @@ -24,7 +24,7 @@ #include #include -#include +#include #include #include #include diff --git a/kbfxlib/data/CMakeLists.txt b/kbfxlib/data/CMakeLists.txt index bd2e102..4be93b4 100644 --- a/kbfxlib/data/CMakeLists.txt +++ b/kbfxlib/data/CMakeLists.txt @@ -36,7 +36,7 @@ set( ${target}_SRCS tde_add_library( ${target} SHARED AUTOMOC SOURCES ${${target}_SRCS} # VERSION 4.2.0 - LINK DCOP-shared tdecore-shared tdeui-shared kio-shared tdehtml-shared ${M_LIBRARY} + LINK DCOP-shared tdecore-shared tdeui-shared tdeio-shared tdehtml-shared ${M_LIBRARY} DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/plugins/applications/CMakeLists.txt b/plugins/applications/CMakeLists.txt index 6bb84c2..203fe59 100644 --- a/plugins/applications/CMakeLists.txt +++ b/plugins/applications/CMakeLists.txt @@ -39,7 +39,7 @@ set( ${target}_SRCS tde_add_library( ${target} SHARED AUTOMOC SOURCES ${${target}_SRCS} # VERSION 4.2.0 - LINK DCOP-shared tdecore-shared tdeui-shared kio-shared tdehtml-shared ${M_LIBRARY} kbfxdata + LINK DCOP-shared tdecore-shared tdeui-shared tdeio-shared tdehtml-shared ${M_LIBRARY} kbfxdata DESTINATION ${LIB_INSTALL_DIR}/kbfx/plugins ) diff --git a/plugins/applications/kbfxplasmadataplugin.cpp b/plugins/applications/kbfxplasmadataplugin.cpp index 1c43edc..43312ff 100644 --- a/plugins/applications/kbfxplasmadataplugin.cpp +++ b/plugins/applications/kbfxplasmadataplugin.cpp @@ -105,7 +105,7 @@ view () tr2i18n ( "Do NOT Autorepair" ) ); if ( messageBoxUserResReturn == KMessageBox::Yes ) { - KRun::runCommand ( "kbuildsycoca" ); + KRun::runCommand ( "tdebuildsycoca" ); // if ( ! ConfigInit().m_KbfxWatcher ) // { DCOPRef m_kickerPanel("kicker", "kicker"); diff --git a/plugins/plasmoids/CMakeLists.txt b/plugins/plasmoids/CMakeLists.txt index d096771..7c40c2e 100644 --- a/plugins/plasmoids/CMakeLists.txt +++ b/plugins/plasmoids/CMakeLists.txt @@ -39,7 +39,7 @@ set( ${target}_SRCS tde_add_library( ${target} SHARED AUTOMOC SOURCES ${${target}_SRCS} # VERSION 4.2.0 - LINK DCOP-shared tdecore-shared tdeui-shared kio-shared tdehtml-shared ${M_LIBRARY} kbfxdata + LINK DCOP-shared tdecore-shared tdeui-shared tdeio-shared tdehtml-shared ${M_LIBRARY} kbfxdata DESTINATION ${LIB_INSTALL_DIR}/kbfx/plugins ) diff --git a/plugins/recentstuff/CMakeLists.txt b/plugins/recentstuff/CMakeLists.txt index d8c168f..7ea02fa 100644 --- a/plugins/recentstuff/CMakeLists.txt +++ b/plugins/recentstuff/CMakeLists.txt @@ -39,7 +39,7 @@ set( ${target}_SRCS tde_add_library( ${target} SHARED AUTOMOC SOURCES ${${target}_SRCS} # VERSION 4.2.0 - LINK DCOP-shared tdecore-shared tdeui-shared kio-shared tdehtml-shared ${M_LIBRARY} kbfxdata + LINK DCOP-shared tdecore-shared tdeui-shared tdeio-shared tdehtml-shared ${M_LIBRARY} kbfxdata DESTINATION ${LIB_INSTALL_DIR}/kbfx/plugins ) diff --git a/plugins/settings/CMakeLists.txt b/plugins/settings/CMakeLists.txt index 3f6b153..0677fcd 100644 --- a/plugins/settings/CMakeLists.txt +++ b/plugins/settings/CMakeLists.txt @@ -39,7 +39,7 @@ set( ${target}_SRCS tde_add_library( ${target} SHARED AUTOMOC SOURCES ${${target}_SRCS} # VERSION 4.2.0 - LINK DCOP-shared tdecore-shared tdeui-shared kio-shared tdehtml-shared ${M_LIBRARY} kbfxdata + LINK DCOP-shared tdecore-shared tdeui-shared tdeio-shared tdehtml-shared ${M_LIBRARY} kbfxdata DESTINATION ${LIB_INSTALL_DIR}/kbfx/plugins ) diff --git a/plugins/settings/kbfxplasmadatapluginsettings.cpp b/plugins/settings/kbfxplasmadatapluginsettings.cpp index e81d7b5..def2bbd 100644 --- a/plugins/settings/kbfxplasmadatapluginsettings.cpp +++ b/plugins/settings/kbfxplasmadatapluginsettings.cpp @@ -106,7 +106,7 @@ view () tr2i18n ( "Do NOT Autorepair" ) ); if ( messageBoxUserResReturn == KMessageBox::Yes ) { - KRun::runCommand ( "kbuildsycoca" ); + KRun::runCommand ( "tdebuildsycoca" ); // if ( ! ConfigInit().m_KbfxWatcher ) // { DCOPRef m_kickerPanel("kicker", "kicker"); diff --git a/plugins/strigi/CMakeLists.txt b/plugins/strigi/CMakeLists.txt index 2c8aa03..3f71cda 100644 --- a/plugins/strigi/CMakeLists.txt +++ b/plugins/strigi/CMakeLists.txt @@ -39,7 +39,7 @@ set( ${target}_SRCS tde_add_library( ${target} SHARED AUTOMOC SOURCES ${${target}_SRCS} # VERSION 4.2.0 - LINK DCOP-shared tdecore-shared tdeui-shared kio-shared tdehtml-shared ${M_LIBRARY} ${STRIGICLIENT_LIBRARY} kbfxdata kbfxplasmadatasettings + LINK DCOP-shared tdecore-shared tdeui-shared tdeio-shared tdehtml-shared ${M_LIBRARY} ${STRIGICLIENT_LIBRARY} kbfxdata kbfxplasmadatasettings DESTINATION ${LIB_INSTALL_DIR}/kbfx/plugins ) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ebbff82..ec4cc46 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -41,7 +41,7 @@ set( ${target}_SRCS tde_add_kpart( ${target} AUTOMOC SOURCES ${${target}_SRCS} - LINK tdecore-shared tdeui-shared kio-shared kbfxcommon kbfxdata + LINK tdecore-shared tdeui-shared tdeio-shared kbfxcommon kbfxdata DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/src/kbfxspinx.h b/src/kbfxspinx.h index f7745d2..d0bc1ce 100644 --- a/src/kbfxspinx.h +++ b/src/kbfxspinx.h @@ -38,7 +38,7 @@ #include #include #include -#include +#include #include #include #include