summaryrefslogtreecommitdiffstats
path: root/khexedit/lib/kplainbuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/lib/kplainbuffer.h')
-rw-r--r--khexedit/lib/kplainbuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/lib/kplainbuffer.h b/khexedit/lib/kplainbuffer.h
index 27bbbad..31851ae 100644
--- a/khexedit/lib/kplainbuffer.h
+++ b/khexedit/lib/kplainbuffer.h
@@ -65,7 +65,7 @@ class KPlainBuffer : public KDataBuffer
virtual int find( const char*KeyData, int Length, KSection Section ) const;
virtual int rfind( const char*, int Length, int Pos = -1 ) const;
-/* virtual int find( const QString &expr, bool cs, bool wo, bool forward = true, int *index = 0 ); */
+/* virtual int find( const TQString &expr, bool cs, bool wo, bool forward = true, int *index = 0 ); */
public:
void setReadOnly( bool RO = true );