diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-20 06:06:53 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-20 06:06:53 +0000 |
commit | 6ad4a09c74b69e9f66c355710ed00cd04a5f334d (patch) | |
tree | 28fa3a22e128938d95afe2ceb37884d9b1fbf6d2 /style | |
parent | ebff9b8f18117b829c604c117b239f2d7d18f55e (diff) | |
download | tde-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')
-rw-r--r-- | style/qtcurve.cpp | 2 |
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 |