diff --git a/kdcop/CMakeL10n.txt b/kdcop/CMakeL10n.txt index 0320cfdf2..5ec992d03 100644 --- a/kdcop/CMakeL10n.txt +++ b/kdcop/CMakeL10n.txt @@ -1,9 +1,3 @@ ##### create translation templates ############## tde_l10n_create_template( "kdcop" ) - -tde_l10n_create_template( - CATALOG "desktop_files/kdcop.desktop/" - SOURCES kdcop.desktop - DESTINATION "${CMAKE_SOURCE_DIR}/translations" -) diff --git a/tqt3integration/module/CMakeL10n.txt b/tqt3integration/module/CMakeL10n.txt index cc69d32c7..39f59b27e 100644 --- a/tqt3integration/module/CMakeL10n.txt +++ b/tqt3integration/module/CMakeL10n.txt @@ -2,6 +2,6 @@ tde_l10n_create_template( CATALOG "desktop_files/tdeintegration.desktop/" - SOURCES tdeintegration.desktop + SOURCES kdeintegration.desktop DESTINATION "${CMAKE_SOURCE_DIR}/translations" )