From 88ea2c636db2bebed82155198f8710617686d6ec Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 18 Sep 2011 23:43:22 +0000 Subject: Fix a number of strings in Trinity that were incorrectly converted to TQ* from Q* This fixes the Kopete MSN protocol among other things git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-qtcurve@1254372 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- style/qtcurve.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'style/qtcurve.cpp') 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) -- cgit v1.2.1