summaryrefslogtreecommitdiffstats
path: root/tde-i18n-et/docs/tdebase/kate
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-10-13 18:02:18 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-10-13 18:02:18 +0900
commit241e0082f7b9ccadaeed0ef43a1c9ebb9b4fe840 (patch)
tree327c08329d5c5910cc155d3982f2a481eeaf5307 /tde-i18n-et/docs/tdebase/kate
parent1ae0d186c941b1e1cdaae488038195ba86d89dbb (diff)
downloadtde-i18n-241e0082f7b9ccadaeed0ef43a1c9ebb9b4fe840.tar.gz
tde-i18n-241e0082f7b9ccadaeed0ef43a1c9ebb9b4fe840.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tde-i18n-et/docs/tdebase/kate')
-rw-r--r--tde-i18n-et/docs/tdebase/kate/regular-expressions.docbook2
1 files changed, 1 insertions, 1 deletions
diff --git a/tde-i18n-et/docs/tdebase/kate/regular-expressions.docbook b/tde-i18n-et/docs/tdebase/kate/regular-expressions.docbook
index f2aa1307f45..80da09a6b35 100644
--- a/tde-i18n-et/docs/tdebase/kate/regular-expressions.docbook
+++ b/tde-i18n-et/docs/tdebase/kate/regular-expressions.docbook
@@ -465,7 +465,7 @@ näiteks <command>grep</command>.</synopsis>
<term><userinput>(?!MUSTER)</userinput> (negatiivne ettevaade)</term>
<listitem><para>Negatiivne ettevaade ei näita sobivust, kui otsitavale stringile järgnev osa ei vasta <emphasis>MUSTRILE</emphasis>.</para>
-<para>Avaldisega <userinput>const \w+\b(?!\s*&amp;)</userinput> sobib <quote>const char</quote> in the string <quote>const char* foo</quote>, aga mitte <quote>const QString</quote> stringis <quote>const QString&amp; bar</quote>, sest <quote>&amp;</quote> sobib negatiivse ettevaatava eelduse mustriga.</para>
+<para>Avaldisega <userinput>const \w+\b(?!\s*&amp;)</userinput> sobib <quote>const char</quote> in the string <quote>const char* foo</quote>, aga mitte <quote>const TQString</quote> stringis <quote>const TQString&amp; bar</quote>, sest <quote>&amp;</quote> sobib negatiivse ettevaatava eelduse mustriga.</para>
</listitem>
</varlistentry>