From a5430e4b98efd05937bd3bfe78c56eb826f145fa Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 23:19:22 -0600 Subject: Rename many classes and header files to avoid conflicts with KDE4 --- kcontrol/tdefontinst/kcmfontinst/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kcontrol/tdefontinst/kcmfontinst/CMakeLists.txt') diff --git a/kcontrol/tdefontinst/kcmfontinst/CMakeLists.txt b/kcontrol/tdefontinst/kcmfontinst/CMakeLists.txt index b5a0da812..e3b89dfba 100644 --- a/kcontrol/tdefontinst/kcmfontinst/CMakeLists.txt +++ b/kcontrol/tdefontinst/kcmfontinst/CMakeLists.txt @@ -12,8 +12,8 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/kcontrol/kfontinst/lib - ${CMAKE_SOURCE_DIR}/kcontrol/kfontinst/viewpart + ${CMAKE_SOURCE_DIR}/kcontrol/tdefontinst/lib + ${CMAKE_SOURCE_DIR}/kcontrol/tdefontinst/viewpart ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) @@ -35,6 +35,6 @@ tde_add_kpart( kcm_fontinst AUTOMOC SOURCES KCmFontInst.cpp KFileFontIconView.cpp KFileFontView.cpp PrintDialog.cpp SettingsDialog.cpp - LINK kfontinstprint-static kfontinst-shared + LINK tdefontinstprint-static tdefontinst-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) -- cgit v1.2.1