diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:03:48 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:03:48 +0900 |
commit | 3e98ce7f85f06e95ad121c6f541d14464d85919e (patch) | |
tree | f02992c00911ec6ba24f243aebf96d98fa0d39a1 /doc/customstyles.doc | |
parent | 9f5d59f33644aaadd7af43db86734a3294250a02 (diff) | |
download | tqt3-3e98ce7f85f06e95ad121c6f541d14464d85919e.tar.gz tqt3-3e98ce7f85f06e95ad121c6f541d14464d85919e.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 'doc/customstyles.doc')
-rw-r--r-- | doc/customstyles.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/customstyles.doc b/doc/customstyles.doc index 35d2223cf..949175c66 100644 --- a/doc/customstyles.doc +++ b/doc/customstyles.doc @@ -213,7 +213,7 @@ objects at runtime by TQt itself. Please refer to the \link plugins-howto.html TQt Plugin\endlink documentation for more information on how to go about creating a style plugin. -Compile your plugin and put it into $QTDIR/plugins/styles. We now have +Compile your plugin and put it into $TQTDIR/plugins/styles. We now have a pluggable style that TQt can load automatically. To use your new style with existing applications, simply start the application with the following argument: |