summaryrefslogtreecommitdiffstats
path: root/sip/qtext/qextscintillalexerbatch.sip
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-09 02:39:56 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-09 02:43:15 +0100
commitcfaa762ca7ecd34a26371986d0f09fc56b4ff428 (patch)
tree8acd1324630c704dbe92155e4d680c2ba68982b7 /sip/qtext/qextscintillalexerbatch.sip
parent8e8bdb86cb665f65368d6380d4b37e41b18acee6 (diff)
downloadpytqt-cfaa762ca7ecd34a26371986d0f09fc56b4ff428.tar.gz
pytqt-cfaa762ca7ecd34a26371986d0f09fc56b4ff428.zip
Update after rename QScintilla => TQScintilla.
This relates to issue TDE/tqscintilla#2. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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