From 8fafebe45b1ee4462326ff9f0ef7370ff86d6dc6 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 18 Aug 2013 10:17:17 -0500 Subject: Rename KStyle to TDEStyle to avoid conflicts with KDE4. --- styles/dotnet/CMakeLists.txt | 2 +- styles/dotnet/Makefile.am | 2 +- styles/dotnet/README | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'styles/dotnet') diff --git a/styles/dotnet/CMakeLists.txt b/styles/dotnet/CMakeLists.txt index ca13ae7b..15a2ef0f 100644 --- a/styles/dotnet/CMakeLists.txt +++ b/styles/dotnet/CMakeLists.txt @@ -25,7 +25,7 @@ link_directories( ##### other data ################################ -install( FILES dotnet.themerc DESTINATION ${DATA_INSTALL_DIR}/kstyle/themes ) +install( FILES dotnet.themerc DESTINATION ${DATA_INSTALL_DIR}/tdestyle/themes ) ##### dotnet ##################################### diff --git a/styles/dotnet/Makefile.am b/styles/dotnet/Makefile.am index 3fe44339..b3820dc7 100644 --- a/styles/dotnet/Makefile.am +++ b/styles/dotnet/Makefile.am @@ -28,5 +28,5 @@ dotnet_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) $(LIB_TDECO dotnet_la_LIBADD = -ltdefx dotnet_la_SOURCES = dotnet.cpp -themercdir = $(kde_datadir)/kstyle/themes +themercdir = $(kde_datadir)/tdestyle/themes themerc_DATA = dotnet.themerc diff --git a/styles/dotnet/README b/styles/dotnet/README index 6887cf2b..e8c5e623 100644 --- a/styles/dotnet/README +++ b/styles/dotnet/README @@ -1,6 +1,6 @@ To make this your default style without having to recompile tdelibs: -Create a $TDEHOME/share/config/kstylerc with the following lines. +Create a $TDEHOME/share/config/tdestylerc with the following lines. [KDE] WidgetStyle=dotNET -- cgit v1.2.1