summaryrefslogtreecommitdiffstats
path: root/kommander
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-09-18 23:43:22 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-09-18 23:43:22 +0000
commite7d485fd091fd610bd8d6b3fae3627909ab4069a (patch)
tree1209461309a37e7bc707fd18cc1b3b86cf118575 /kommander
parent396e121758a344c50800867343bed230aea11a64 (diff)
downloadtdewebdev-e7d485fd091fd610bd8d6b3fae3627909ab4069a.tar.gz
tdewebdev-e7d485fd091fd610bd8d6b3fae3627909ab4069a.zip
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/kdewebdev@1254372 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kommander')
-rw-r--r--kommander/editor/mainwindowactions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/editor/mainwindowactions.cpp b/kommander/editor/mainwindowactions.cpp
index efb7d166..a35bbd8b 100644
--- a/kommander/editor/mainwindowactions.cpp
+++ b/kommander/editor/mainwindowactions.cpp
@@ -808,7 +808,7 @@ void MainWindow::createNewTemplate()
}
TQStringList templRoots;
- const char *qtdir = getenv("TQTDIR");
+ const char *qtdir = getenv("QTDIR");
if (qtdir)
templRoots << qtdir;
#ifdef TQT_INSTALL_PREFIX