diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-07 17:52:11 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-07 17:52:11 -0600 |
commit | f62ebdf09ec164b504966b5cb648d562353c0859 (patch) | |
tree | d2f6d766dcd7b518626f825342073e6ba17719a9 /tqt3integration | |
parent | 8c5bbc4bd96509df7085f608d47c7d0855b8926e (diff) | |
download | tdebase-f62ebdf09ec164b504966b5cb648d562353c0859.tar.gz tdebase-f62ebdf09ec164b504966b5cb648d562353c0859.zip |
Rename straggling environment variables KDE->TDE.
Diffstat (limited to 'tqt3integration')
-rw-r--r-- | tqt3integration/utils/qt/in/qtkdeintegration_x11_1.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tqt3integration/utils/qt/in/qtkdeintegration_x11_1.cpp b/tqt3integration/utils/qt/in/qtkdeintegration_x11_1.cpp index 2b9d5e5bb..947109afd 100644 --- a/tqt3integration/utils/qt/in/qtkdeintegration_x11_1.cpp +++ b/tqt3integration/utils/qt/in/qtkdeintegration_x11_1.cpp @@ -41,9 +41,9 @@ bool TQKDEIntegration::enabled() static TQCString findLibrary() { - if( getenv( "KDE_FULL_SESSION" ) == NULL ) + if( getenv( "TDE_FULL_SESSION" ) == NULL ) return ""; - if( getenv( "KDE_FULL_SESSION" )[ 0 ] != 't' && getenv( "KDE_FULL_SESSION" )[ 0 ] != '1' ) + if( getenv( "TDE_FULL_SESSION" )[ 0 ] != 't' && getenv( "TDE_FULL_SESSION" )[ 0 ] != '1' ) return ""; if( getenv( "TQT_NO_KDE_INTEGRATION" ) == NULL || getenv( "TQT_NO_KDE_INTEGRATION" )[ 0 ] == '0' ) |