summaryrefslogtreecommitdiffstats
path: root/readme.html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-08-25 19:10:56 +0900
committerMichele Calgaro <[email protected]>2024-08-25 19:10:56 +0900
commit075471f041516c31c7ea976dae03b5a771d6910d (patch)
tree07535c03bc3ac27df6da867f8e8822ab7b8f7ede /readme.html
parent59999a5ad2e7a43bba88d4d25ef970c2fbc575f0 (diff)
downloaduniversal-indent-gui-tqt-075471f041516c31c7ea976dae03b5a771d6910d.tar.gz
universal-indent-gui-tqt-075471f041516c31c7ea976dae03b5a771d6910d.zip
Don't use ntq* headers and adapt to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'readme.html')
-rwxr-xr-xreadme.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/readme.html b/readme.html
index 4e259b4..bc6dde5 100755
--- a/readme.html
+++ b/readme.html
@@ -196,11 +196,11 @@ a.external
<p>This list shows some selected functionalities that TQt offers and that I use with UiGUI.</p>
<ul>
<li>Translations are done with
- <a class="external" href="http://doc.trolltech.com/4.4/ntqtranslator.html">TQTranslator</a>,
- <a class="external" href="http://doc.trolltech.com/4.4/ntqlocale.html">TQLocale</a> and Linguist.</li>
+ <a class="external" href="http://doc.trolltech.com/4.4/tqtranslator.html">TQTranslator</a>,
+ <a class="external" href="http://doc.trolltech.com/4.4/tqlocale.html">TQLocale</a> and Linguist.</li>
<li>File encodings are supported by using
- <a class="external" href="http://doc.trolltech.com/4.4/ntqtextcodec.html">TQTextCodec</a>
- and <a class="external" href="http://doc.trolltech.com/4.4/ntqtextstream.html">TQTextStream</a>.</li>
+ <a class="external" href="http://doc.trolltech.com/4.4/tqtextcodec.html">TQTextCodec</a>
+ and <a class="external" href="http://doc.trolltech.com/4.4/tqtextstream.html">TQTextStream</a>.</li>
<li><a class="external" href="http://doc.trolltech.com/4.4/qscriptengine.html">TQScriptEngine</a>
and <a class="external" href="http://doc.trolltech.com/4.4/qscriptvalue.html">TQScriptValue</a>
is included for executing JavaScript files used as indenters.</li>
@@ -209,10 +209,10 @@ a.external
for creating an animated 3D about dialog, simulating that is done on the whole desktop by using
the screenshot capability of TQt.</li>
<li>Stylesheet settings give the about dialog a special look. Also gradients are used.</li>
- <li><a class="external" href="http://doc.trolltech.com/4.4/ntqhttp.html">TQHttp</a>
- and <a class="external" href="http://doc.trolltech.com/4.4/ntqurl.html">TQUrl</a>
+ <li><a class="external" href="http://doc.trolltech.com/4.4/tqhttp.html">TQHttp</a>
+ and <a class="external" href="http://doc.trolltech.com/4.4/tqurl.html">TQUrl</a>
are used for the update check.</li>
- <li><a class="external" href="http://doc.trolltech.com/4.4/ntqsettings.html">TQSettings</a>
+ <li><a class="external" href="http://doc.trolltech.com/4.4/tqsettings.html">TQSettings</a>
is responsible for storing the application and syntax highlighter settings.</li>
<li><a class="external" href="http://doc.trolltech.com/4.4/qtcpserver.html">TQTcpServer</a>
and <a class="external" href="http://doc.trolltech.com/4.4/qtcpsocket.html">TQTcpSocket</a>