summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:03:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:03:57 +0900
commit430aedbbce33fd98ce26df658842f94f333cc8ef (patch)
tree6a8894ba14f996bb1e74648d9be377603c5dfb46 /ChangeLog
parent255de04fbbb4597e46fb25017879a6afeaf4cebd (diff)
downloadtdevelop-430aedbbce33fd98ce26df658842f94f333cc8ef.tar.gz
tdevelop-430aedbbce33fd98ce26df658842f94f333cc8ef.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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7895b404..c2e77583 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -112,7 +112,7 @@
2005-05-26 Tobias Erbsland <te@profzone.ch>
* Added new class QtBuildConfig. This class stores the configuration
about the used Qt library. Is Qt used, which major version and
- where the Qt library path (QTDIR) for this project is.
+ where the Qt library path (TQTDIR) for this project is.
In a later step, it's possible to use different qt installations
for each project. E.g. you develop on a KDE4.x programm under KDE3.x.
* Added a new tab in the C++ options dialog (CCConfigWidget).