From e7d485fd091fd610bd8d6b3fae3627909ab4069a Mon Sep 17 00:00:00 2001
From: tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
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/kdewebdev@1254372 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
---
 kommander/editor/mainwindowactions.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
cgit v1.2.3

