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
v3.5.13-sru
tpearson 13 years ago
parent 396e121758
commit e7d485fd09

@ -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

Loading…
Cancel
Save