From f62ebdf09ec164b504966b5cb648d562353c0859 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 7 Mar 2012 17:52:11 -0600 Subject: Rename straggling environment variables KDE->TDE. --- tqt3integration/utils/qt/in/qtkdeintegration_x11_1.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tqt3integration') 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' ) -- cgit v1.2.3