diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-08-18 10:23:52 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-08-18 10:23:52 -0500 |
commit | 538c0cd4b6f082695059552568ba5c9f7a3d3717 (patch) | |
tree | ce85c8f3bd3f5c8b8dde6e9aeb89f7d8b1d98f21 /common/common.h | |
parent | d4eaf37eb253033a08e781d21a07577d123701dc (diff) | |
download | tde-style-qtcurve-538c0cd4b6f082695059552568ba5c9f7a3d3717.tar.gz tde-style-qtcurve-538c0cd4b6f082695059552568ba5c9f7a3d3717.zip |
Rename KStyle to TDEStyle to avoid conflicts with KDE4.
Diffstat (limited to 'common/common.h')
-rw-r--r-- | common/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/common.h b/common/common.h index 16ce48f..f39022a 100644 --- a/common/common.h +++ b/common/common.h @@ -104,7 +104,7 @@ typedef gchar ** Strings; /* qtc_<theme name>.themerc support */ #define KDE_PREFIX(V) ((4==(V)) ? KDE4PREFIX : KDE3PREFIX) -#define THEME_DIR "/share/apps/kstyle/themes/" +#define THEME_DIR "/share/apps/tdestyle/themes/" #define THEME_DIR4 "/share/kde4/apps/kstyle/themes/" #define THEME_PREFIX "qtc_" #define THEME_SUFFIX ".themerc" |