diff options
Diffstat (limited to 'kcontrol/kded/CMakeLists.txt')
-rw-r--r-- | kcontrol/kded/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kcontrol/kded/CMakeLists.txt b/kcontrol/kded/CMakeLists.txt index c974d7ca0..149bf1f16 100644 --- a/kcontrol/kded/CMakeLists.txt +++ b/kcontrol/kded/CMakeLists.txt @@ -21,7 +21,10 @@ link_directories( ##### other data ################################ -install( FILES kcmkded.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE kcmkded.desktop + PO_DIR kcontrol-desktops +) ##### kcm_kded (module) ######################### |