summaryrefslogtreecommitdiffstats
path: root/style/qtcurve.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-20 06:06:53 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-20 06:06:53 +0000
commit6ad4a09c74b69e9f66c355710ed00cd04a5f334d (patch)
tree28fa3a22e128938d95afe2ceb37884d9b1fbf6d2 /style/qtcurve.cpp
parentebff9b8f18117b829c604c117b239f2d7d18f55e (diff)
downloadtde-style-qtcurve-6ad4a09c74b69e9f66c355710ed00cd04a5f334d.tar.gz
tde-style-qtcurve-6ad4a09c74b69e9f66c355710ed00cd04a5f334d.zip
Use TDE_FULL_SESSION instead of KDE_FULL_SESSION
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-qtcurve@1248149 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'style/qtcurve.cpp')
-rw-r--r--style/qtcurve.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/style/qtcurve.cpp b/style/qtcurve.cpp
index 1931c72..90ffd22 100644
--- a/style/qtcurve.cpp
+++ b/style/qtcurve.cpp
@@ -199,7 +199,7 @@ static bool useTQt3Settings()
#ifdef TQTC_DEFAULT_TO_KDE3
: 3;
#else
- : getenv("KDE_FULL_SESSION")
+ : getenv("TDE_FULL_SESSION")
? 3
: 4;
#endif