diff options
Diffstat (limited to 'styles/dotnet')
-rw-r--r-- | styles/dotnet/CMakeLists.txt | 2 | ||||
-rw-r--r-- | styles/dotnet/Makefile.am | 2 | ||||
-rw-r--r-- | styles/dotnet/README | 2 |
3 files changed, 3 insertions, 3 deletions
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 |