diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-09 01:40:38 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-09 02:07:16 +0100 |
commit | 347f0b28701932eba7eb063d9093e446b81debae (patch) | |
tree | b6941843b550f83221b13a3b2643b5a95cd428db /example/README | |
parent | 5da5cb1c824c608159126a82011d8a8943b360e0 (diff) | |
download | tqscintilla-347f0b28.tar.gz tqscintilla-347f0b28.zip |
Rename Qt => TQt.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'example/README')
-rw-r--r-- | example/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/example/README b/example/README index 6ffa2ea..4efbc22 100644 --- a/example/README +++ b/example/README @@ -1,9 +1,9 @@ -QSCINTILLA EXAMPLE +TQSCINTILLA EXAMPLE This directory contains a port of the standard application example included -with Qt that uses QScintilla rather than QTextEdit. +with TQt that uses TQScintilla rather than TQTextEdit. -To build the example on all platforms, make sure QScintilla is installed and +To build the example on all platforms, make sure TQScintilla is installed and then run: qmake application |