Rename KStyle to TDEStyle to avoid conflicts with KDE4.

pull/1/head
Darrell Anderson 11 years ago
parent 22075d0619
commit fa0f10145f

@ -22,7 +22,7 @@ link_directories(
##### other data ################################
install( FILES scheck.themerc DESTINATION ${DATA_INSTALL_DIR}/kstyle/themes )
install( FILES scheck.themerc DESTINATION ${DATA_INSTALL_DIR}/tdestyle/themes )
##### scheck (module) ############################

@ -28,6 +28,6 @@ scheck_la_SOURCES = scheck.cpp
scheck_la_METASOURCES = AUTO
style_DATA = scheck.themerc
styledir = $(kde_datadir)/kstyle/themes
styledir = $(kde_datadir)/tdestyle/themes
EXTRA_DIST = $(style_DATA)

Loading…
Cancel
Save