summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-08-18 10:23:52 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-08-18 10:23:52 -0500
commit538c0cd4b6f082695059552568ba5c9f7a3d3717 (patch)
treece85c8f3bd3f5c8b8dde6e9aeb89f7d8b1d98f21 /common
parentd4eaf37eb253033a08e781d21a07577d123701dc (diff)
downloadtde-style-qtcurve-538c0cd4b6f082695059552568ba5c9f7a3d3717.tar.gz
tde-style-qtcurve-538c0cd4b6f082695059552568ba5c9f7a3d3717.zip
Rename KStyle to TDEStyle to avoid conflicts with KDE4.
Diffstat (limited to 'common')
-rw-r--r--common/common.h2
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"