diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:04:58 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:04:58 -0600 |
commit | b10a61b1fd2fe561ba61a384d4a344bae2a4aa29 (patch) | |
tree | 99dc6b2584265b2df91f7dbc1dcbf7a54efd205e /kopete/plugins/cryptography | |
parent | 64c3be47ff36e40035ead93f913aeeb1e4f85e4b (diff) | |
download | tdenetwork-b10a61b1fd2fe561ba61a384d4a344bae2a4aa29.tar.gz tdenetwork-b10a61b1fd2fe561ba61a384d4a344bae2a4aa29.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kopete/plugins/cryptography')
-rw-r--r-- | kopete/plugins/cryptography/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kopete/plugins/cryptography/Makefile.am | 2 | ||||
-rw-r--r-- | kopete/plugins/cryptography/cryptographyguiclient.cpp | 2 | ||||
-rw-r--r-- | kopete/plugins/cryptography/cryptographyplugin.cpp | 2 | ||||
-rw-r--r-- | kopete/plugins/cryptography/popuppublic.cpp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/kopete/plugins/cryptography/CMakeLists.txt b/kopete/plugins/cryptography/CMakeLists.txt index 4952d8e2..27e36787 100644 --- a/kopete/plugins/cryptography/CMakeLists.txt +++ b/kopete/plugins/cryptography/CMakeLists.txt @@ -26,7 +26,7 @@ link_directories( ##### other data ################################ install( FILES kopete_cryptography.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) -install( FILES kopete_cryptography_config.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kconfiguredialog ) +install( FILES kopete_cryptography_config.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tdeconfiguredialog ) install( FILES cryptographyui.rc cryptographychatui.rc DESTINATION ${DATA_INSTALL_DIR}/kopete_cryptography ) diff --git a/kopete/plugins/cryptography/Makefile.am b/kopete/plugins/cryptography/Makefile.am index 90c4c586..8e90bbfc 100644 --- a/kopete/plugins/cryptography/Makefile.am +++ b/kopete/plugins/cryptography/Makefile.am @@ -18,7 +18,7 @@ service_DATA = kopete_cryptography.desktop servicedir = $(kde_servicesdir) kcm_DATA = kopete_cryptography_config.desktop -kcmdir = $(kde_servicesdir)/kconfiguredialog +kcmdir = $(kde_servicesdir)/tdeconfiguredialog mydatadir = $(kde_datadir)/kopete_cryptography mydata_DATA = cryptographyui.rc cryptographychatui.rc diff --git a/kopete/plugins/cryptography/cryptographyguiclient.cpp b/kopete/plugins/cryptography/cryptographyguiclient.cpp index 898e7f1a..4892afb1 100644 --- a/kopete/plugins/cryptography/cryptographyguiclient.cpp +++ b/kopete/plugins/cryptography/cryptographyguiclient.cpp @@ -21,7 +21,7 @@ #include "kopetechatsession.h" #include <kaction.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <klocale.h> #include <kgenericfactory.h> diff --git a/kopete/plugins/cryptography/cryptographyplugin.cpp b/kopete/plugins/cryptography/cryptographyplugin.cpp index 7e7d7761..06412936 100644 --- a/kopete/plugins/cryptography/cryptographyplugin.cpp +++ b/kopete/plugins/cryptography/cryptographyplugin.cpp @@ -21,7 +21,7 @@ #include <kdebug.h> #include <kaction.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kgenericfactory.h> #include <tdeversion.h> #include <kaboutdata.h> diff --git a/kopete/plugins/cryptography/popuppublic.cpp b/kopete/plugins/cryptography/popuppublic.cpp index 65cfb3bc..e3d2e630 100644 --- a/kopete/plugins/cryptography/popuppublic.cpp +++ b/kopete/plugins/cryptography/popuppublic.cpp @@ -43,7 +43,7 @@ #include <kdebug.h> #include <kiconloader.h> #include <klineedit.h> -#include <kconfig.h> +#include <tdeconfig.h> #include "popuppublic.h" |