diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 16:20:48 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 16:20:48 -0600 |
commit | e63beeb5bdb82987b1e00bc35178667786fbad48 (patch) | |
tree | ab77b6ac830b7944d5d1eb9ce8f81feb8fdab948 /qtruby/INSTALL | |
parent | 67557a2b56c0678c22ab1b00c4fd0224c5e9ed99 (diff) | |
download | tdebindings-e63beeb5bdb82987b1e00bc35178667786fbad48.tar.gz tdebindings-e63beeb5bdb82987b1e00bc35178667786fbad48.zip |
Fix incorrect conversion
Diffstat (limited to 'qtruby/INSTALL')
-rw-r--r-- | qtruby/INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qtruby/INSTALL b/qtruby/INSTALL index 530b9339..c4ca3793 100644 --- a/qtruby/INSTALL +++ b/qtruby/INSTALL @@ -131,14 +131,14 @@ echo -n "APPL????" > Shoot.app/Contents/PkgInfo Double click Shoot.app, Qt-Window appears in foreground." -TTQScintilla text editing widget support +TQScintilla text editing widget support -------------------------------------- -TTQScintilla is a text editing widget with syntax highlighting for a +TQScintilla is a text editing widget with syntax highlighting for a number of languages including ruby. It can be downloaded from here: http://www.riverbankcomputing.co.uk/qscintilla/download.php Use the '--enable-qscintilla=yes' configure option to build QtRuby with -TTQScintilla support. The classes in a 'Qext::' module, with names such as +TQScintilla support. The classes in a 'Qext::' module, with names such as Qext::Scintilla. |