summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
Diffstat (limited to 'style')
-rw-r--r--style/qtcurve.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/style/qtcurve.cpp b/style/qtcurve.cpp
index 91eaa24..6661d3b 100644
--- a/style/qtcurve.cpp
+++ b/style/qtcurve.cpp
@@ -1155,7 +1155,7 @@ void TQtCurveStyle::polish(TQApplication *app)
{
TQString appName(getFile(app->argv()[0]));
- if(NULL!=getenv("TQTCURVE_DEBUG"))
+ if(NULL!=getenv("QTCURVE_DEBUG"))
std::cout << "TQtCurve: Application name: \"" << appName.latin1() << "\"\n";
if ("kicker"==appName || "appletproxy"==appName)