summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/src/kernel/tqrichtext_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/src/kernel/tqrichtext_p.h')
-rw-r--r--experimental/tqtinterface/qt4/src/kernel/tqrichtext_p.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/experimental/tqtinterface/qt4/src/kernel/tqrichtext_p.h b/experimental/tqtinterface/qt4/src/kernel/tqrichtext_p.h
index edb8c7636..bcfdb9bc4 100644
--- a/experimental/tqtinterface/qt4/src/kernel/tqrichtext_p.h
+++ b/experimental/tqtinterface/qt4/src/kernel/tqrichtext_p.h
@@ -853,7 +853,6 @@ public:
TQTextFormatCollection *formatCollection() const;
bool find(TQTextCursor &cursor, const TQString &expr, bool cs, bool wo, bool forward);
- inline bool tqfind(TQTextCursor &cursor, const TQString &expr, bool cs, bool wo, bool forward) { return find(cursor, expr, cs, wo, forward); }
void setTextFormat(TQt::TextFormat f);
TQt::TextFormat textFormat() const;
@@ -3027,7 +3026,7 @@ public:
TQTextFormatCollection *formatCollection() const;
- bool tqfind( TQTextCursor &cursor, const TQString &expr, bool cs, bool wo, bool forward);
+ bool find( TQTextCursor &cursor, const TQString &expr, bool cs, bool wo, bool forward);
void setTextFormat( TQt::TextFormat f );
TQt::TextFormat textFormat() const;