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 /kuickshow/src/CMakeLists.txt | |
parent | 14676faec14ebb7f7e182b6581f32deea3f05566 (diff) | |
download | tdegraphics-8467a1761533dc84392f288c6e2751f1825798b8.tar.gz tdegraphics-8467a1761533dc84392f288c6e2751f1825798b8.zip |
Additional kde to tde renaming
Diffstat (limited to 'kuickshow/src/CMakeLists.txt')
-rw-r--r-- | kuickshow/src/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kuickshow/src/CMakeLists.txt b/kuickshow/src/CMakeLists.txt index 5ab3f39f..21d145ce 100644 --- a/kuickshow/src/CMakeLists.txt +++ b/kuickshow/src/CMakeLists.txt @@ -27,14 +27,14 @@ tde_install_icons( kuickshow ) install( FILES kuickshow.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) -##### kuickshow (kdeinit) ####################### +##### kuickshow (tdeinit) ####################### -tde_add_kdeinit_executable( kuickshow AUTOMOC +tde_add_tdeinit_executable( kuickshow AUTOMOC SOURCES kuickshow.cpp aboutwidget.cpp generalwidget.cpp kuickconfigdlg.cpp main.cpp defaultswidget.cpp imagewindow.cpp kuickdata.cpp imdata.cpp filefinder.cpp kurlwidget.cpp filewidget.cpp kuick.cpp imlibwidget.cpp slideshowwidget.cpp printing.cpp kuickfile.cpp kuickimage.cpp filecache.cpp - LINK kdeprint-shared ${IMLIB_LIBRARIES} + LINK tdeprint-shared ${IMLIB_LIBRARIES} ) |