diff options
author | Michele Calgaro <[email protected]> | 2018-09-27 16:03:57 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-27 16:03:57 +0900 |
commit | 877c4c1278e446a579e13a0e9af0f363c4eba6c0 (patch) | |
tree | 0393aa27b3b3afa2fb36ef8acc809d6b91da3985 /kommander | |
parent | bc29436f2911447664d912ba485c72aa2720d23a (diff) | |
download | tdewebdev-877c4c1278e446a579e13a0e9af0f363c4eba6c0.tar.gz tdewebdev-877c4c1278e446a579e13a0e9af0f363c4eba6c0.zip |
qt -> tqt conversion:
QTDIR -> TQTDIR
QTDOC -> TQTDOC
INCDIR_QT -> INCDIR_TQT
LIBDIR_QT -> LIBDIR_TQT
QT_INC -> TQT_INC
QT_LIB -> TQT_LIB
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kommander')
-rw-r--r-- | kommander/editor/mainwindowactions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/editor/mainwindowactions.cpp b/kommander/editor/mainwindowactions.cpp index eb8fd6b3..36270590 100644 --- a/kommander/editor/mainwindowactions.cpp +++ b/kommander/editor/mainwindowactions.cpp @@ -808,7 +808,7 @@ void MainWindow::createNewTemplate() } TQStringList templRoots; - const char *qtdir = getenv("QTDIR"); + const char *qtdir = getenv("TQTDIR"); if (qtdir) templRoots << qtdir; #ifdef TQT_INSTALL_PREFIX |