diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-18 23:43:22 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-18 23:43:22 +0000 |
commit | 88ea2c636db2bebed82155198f8710617686d6ec (patch) | |
tree | 01f5de7d2cfb17ae3f9a1928c326aaa78127be84 /style | |
parent | 3cc48991fa0c289ef13f3afbd5661539a9093dd4 (diff) | |
download | tde-style-qtcurve-88ea2c636db2bebed82155198f8710617686d6ec.tar.gz tde-style-qtcurve-88ea2c636db2bebed82155198f8710617686d6ec.zip |
Fix a number of strings in Trinity that were incorrectly converted to TQ* from Q*v3.5.13
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
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 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) |