From 6ad4a09c74b69e9f66c355710ed00cd04a5f334d Mon Sep 17 00:00:00 2001
From: tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Date: Sat, 20 Aug 2011 06:06:53 +0000
Subject: 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
---
 style/qtcurve.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
cgit v1.2.3

