diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-08-18 10:17:17 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-08-18 10:17:17 -0500 |
commit | 8fafebe45b1ee4462326ff9f0ef7370ff86d6dc6 (patch) | |
tree | a35a2acf51a7895c7a221f9c8161407db26b89d5 /styles/dotnet | |
parent | 92b8071dc368d0b6897d68c46336b76d52e4c312 (diff) | |
download | tdeartwork-8fafebe45b1ee4462326ff9f0ef7370ff86d6dc6.tar.gz tdeartwork-8fafebe45b1ee4462326ff9f0ef7370ff86d6dc6.zip |
Rename KStyle to TDEStyle to avoid conflicts with KDE4.
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 |