diff options
Diffstat (limited to 'kopete/plugins/highlight')
-rw-r--r-- | kopete/plugins/highlight/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kopete/plugins/highlight/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kopete/plugins/highlight/CMakeLists.txt b/kopete/plugins/highlight/CMakeLists.txt index 78da77b7..0b92404a 100644 --- a/kopete/plugins/highlight/CMakeLists.txt +++ b/kopete/plugins/highlight/CMakeLists.txt @@ -28,7 +28,7 @@ link_directories( ##### other data ################################ install( FILES kopete_highlight.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) -install( FILES kopete_highlight_config.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kconfiguredialog ) +install( FILES kopete_highlight_config.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tdeconfiguredialog ) ##### kopete_highlight (module) ################# diff --git a/kopete/plugins/highlight/Makefile.am b/kopete/plugins/highlight/Makefile.am index 489f911c..0340c2f5 100644 --- a/kopete/plugins/highlight/Makefile.am +++ b/kopete/plugins/highlight/Makefile.am @@ -18,4 +18,4 @@ service_DATA = kopete_highlight.desktop servicedir = $(kde_servicesdir) kcm_DATA = kopete_highlight_config.desktop -kcmdir = $(kde_servicesdir)/kconfiguredialog +kcmdir = $(kde_servicesdir)/tdeconfiguredialog |