diff options
author | Michele Calgaro <[email protected]> | 2018-09-27 16:04:25 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-27 16:04:25 +0900 |
commit | ca14366f82ea4301f7eda9e68ab6dabe79961f26 (patch) | |
tree | af874311ebc74cea8cf93bb107ecabc8fe75ebd4 /chalk/doc | |
parent | d3934e8c2b76eadde38f00f3e829aae03377d4cf (diff) | |
download | koffice-ca14366f82ea4301f7eda9e68ab6dabe79961f26.tar.gz koffice-ca14366f82ea4301f7eda9e68ab6dabe79961f26.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 'chalk/doc')
-rw-r--r-- | chalk/doc/howtofilters.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/doc/howtofilters.txt b/chalk/doc/howtofilters.txt index 8be969b9..e586ae19 100644 --- a/chalk/doc/howtofilters.txt +++ b/chalk/doc/howtofilters.txt @@ -27,4 +27,4 @@ Just copy the following in a file named (for instance) myfiltercw.ui : And then open Qt/Designer -NOTE: it would be nicer if I knew how to copy (using autoconf/automake) this file in $(QTDIR)/tools/designer/templates
\ No newline at end of file +NOTE: it would be nicer if I knew how to copy (using autoconf/automake) this file in $(TQTDIR)/tools/designer/templates
\ No newline at end of file |