summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/latex
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/plugins/latex')
-rw-r--r--kopete/plugins/latex/CMakeLists.txt2
-rw-r--r--kopete/plugins/latex/Makefile.am2
-rw-r--r--kopete/plugins/latex/latexconfig.kcfgc2
-rw-r--r--kopete/plugins/latex/latexguiclient.h2
4 files changed, 4 insertions, 4 deletions
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 <tqobject.h>
#include <kxmlguiclient.h>
-#include <kio/job.h>
+#include <tdeio/job.h>
#include "kopetemessage.h"
#include "kopeteplugin.h"