From b10a61b1fd2fe561ba61a384d4a344bae2a4aa29 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:04:58 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- kopete/plugins/latex/CMakeLists.txt | 2 +- kopete/plugins/latex/Makefile.am | 2 +- kopete/plugins/latex/latexconfig.kcfgc | 2 +- kopete/plugins/latex/latexguiclient.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'kopete/plugins/latex') diff --git a/kopete/plugins/latex/CMakeLists.txt b/kopete/plugins/latex/CMakeLists.txt index d71dc85d..e8215b92 100644 --- a/kopete/plugins/latex/CMakeLists.txt +++ b/kopete/plugins/latex/CMakeLists.txt @@ -27,7 +27,7 @@ link_directories( ##### other data ################################ install( FILES kopete_latex.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) -install( FILES kopete_latex_config.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kconfiguredialog ) +install( FILES kopete_latex_config.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tdeconfiguredialog ) install( PROGRAMS kopete_latexconvert.sh DESTINATION ${BIN_INSTALL_DIR} ) install( FILES latexconfig.kcfg DESTINATION ${KCFG_INSTALL_DIR} ) install( FILES latexchatui.rc DESTINATION ${DATA_INSTALL_DIR}/kopete_latex ) diff --git a/kopete/plugins/latex/Makefile.am b/kopete/plugins/latex/Makefile.am index 7d71f9f1..74b977df 100644 --- a/kopete/plugins/latex/Makefile.am +++ b/kopete/plugins/latex/Makefile.am @@ -18,7 +18,7 @@ service_DATA = kopete_latex.desktop servicedir = $(kde_servicesdir) kcm_DATA = kopete_latex_config.desktop -kcmdir = $(kde_servicesdir)/kconfiguredialog +kcmdir = $(kde_servicesdir)/tdeconfiguredialog bin_SCRIPTS = kopete_latexconvert.sh kde_kcfg_DATA = latexconfig.kcfg diff --git a/kopete/plugins/latex/latexconfig.kcfgc b/kopete/plugins/latex/latexconfig.kcfgc index 9e4e4fec..984349fd 100644 --- a/kopete/plugins/latex/latexconfig.kcfgc +++ b/kopete/plugins/latex/latexconfig.kcfgc @@ -1,4 +1,4 @@ -# Code generation options for kconfig_compiler +# Code generation options for tdeconfig_compiler File=latexconfig.kcfg ClassName=LatexConfig Singleton=true diff --git a/kopete/plugins/latex/latexguiclient.h b/kopete/plugins/latex/latexguiclient.h index 2534e9a5..b8e5efc5 100644 --- a/kopete/plugins/latex/latexguiclient.h +++ b/kopete/plugins/latex/latexguiclient.h @@ -23,7 +23,7 @@ #include #include -#include +#include #include "kopetemessage.h" #include "kopeteplugin.h" -- cgit v1.2.1