summaryrefslogtreecommitdiffstats
path: root/sip/qtext/qextscintillalexerbatch.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/qtext/qextscintillalexerbatch.sip')
-rw-r--r--sip/qtext/qextscintillalexerbatch.sip10
1 files changed, 5 insertions, 5 deletions
diff --git a/sip/qtext/qextscintillalexerbatch.sip b/sip/qtext/qextscintillalexerbatch.sip
index aa20a4f..fa660f0 100644
--- a/sip/qtext/qextscintillalexerbatch.sip
+++ b/sip/qtext/qextscintillalexerbatch.sip
@@ -1,4 +1,4 @@
-// This is the SIP interface definition for QextScintillaLexerBatch.
+// This is the SIP interface definition for TQextScintillaLexerBatch.
//
// Copyright (c) 2007
// Riverbank Computing Limited <info@riverbankcomputing.co.uk>
@@ -26,10 +26,10 @@
%If (TQScintilla_1_6 -)
-class QextScintillaLexerBatch : QextScintillaLexer
+class TQextScintillaLexerBatch : TQextScintillaLexer
{
%TypeHeaderCode
-#include <qextscintillalexerbatch.h>
+#include <tqextscintillalexerbatch.h>
%End
public:
@@ -44,7 +44,7 @@ public:
Operator
};
- QextScintillaLexerBatch(TQObject * /TransferThis/ = 0,const char * = 0);
+ TQextScintillaLexerBatch(TQObject * /TransferThis/ = 0,const char * = 0);
const char *language() const;
const char *lexer() const;
@@ -56,7 +56,7 @@ public:
TQColor paper(int) const;
private:
- QextScintillaLexerBatch(const QextScintillaLexerBatch &);
+ TQextScintillaLexerBatch(const TQextScintillaLexerBatch &);
};
%End