diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 02:30:51 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 02:30:51 -0600 |
commit | 8467a1761533dc84392f288c6e2751f1825798b8 (patch) | |
tree | 4312ab08277731448275dfae40a90fca71f6ff8e /kview/CMakeLists.txt | |
parent | 14676faec14ebb7f7e182b6581f32deea3f05566 (diff) | |
download | tdegraphics-8467a1761533dc84392f288c6e2751f1825798b8.tar.gz tdegraphics-8467a1761533dc84392f288c6e2751f1825798b8.zip |
Additional kde to tde renaming
Diffstat (limited to 'kview/CMakeLists.txt')
-rw-r--r-- | kview/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kview/CMakeLists.txt b/kview/CMakeLists.txt index 44ff4460..1d34c3ef 100644 --- a/kview/CMakeLists.txt +++ b/kview/CMakeLists.txt @@ -35,9 +35,9 @@ install( FILES kview.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) install( FILES kviewui.rc DESTINATION ${DATA_INSTALL_DIR}/kview ) -##### kview (kdeinit) ########################### +##### kview (tdeinit) ########################### -tde_add_kdeinit_executable( kview AUTOMOC +tde_add_tdeinit_executable( kview AUTOMOC SOURCES kview.cpp main.cpp LINK kparts-shared kutils-shared ) |