summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--style/qtcurve.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 071bc9e..329d13a 100644
--- a/README
+++ b/README
@@ -51,7 +51,7 @@ format:
....rest of qtcurve settings...
To use this theme, either copy qtc_<name>.themerc to
-$TDEHOME/share/apps/kstyle/themes/ (usually ~/.kde/share/apps/kstyle/themes/)
+$TDEHOME/share/apps/kstyle/themes/ (usually ~/.trinity/share/apps/kstyle/themes/)
or copy to <kde install prefix>/share/apps/kstyle/themes/ (usually
/usr/share/apps/kstyle/themes/)
diff --git a/style/qtcurve.cpp b/style/qtcurve.cpp
index b4a36f4..0bd1b09 100644
--- a/style/qtcurve.cpp
+++ b/style/qtcurve.cpp
@@ -287,7 +287,7 @@ static TQString kdeHome(bool trinity=false)
if (kdeHome[trinity ? 0 : 1].isEmpty())
{
TQDir homeDir(TQDir::homeDirPath());
- TQString kdeConfDir("/.kde");
+ TQString kdeConfDir("/.trinity");
if (!trinity && homeDir.exists(".kde4"))
kdeConfDir = TQString("/.kde4");
kdeHome[trinity ? 0 : 1] = TQDir::homeDirPath() + kdeConfDir;