summaryrefslogtreecommitdiffstats
path: root/sip/qtext/qextscintillalexersql.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/qtext/qextscintillalexersql.sip')
-rw-r--r--sip/qtext/qextscintillalexersql.sip10
1 files changed, 5 insertions, 5 deletions
diff --git a/sip/qtext/qextscintillalexersql.sip b/sip/qtext/qextscintillalexersql.sip
index 5f601eb..418351f 100644
--- a/sip/qtext/qextscintillalexersql.sip
+++ b/sip/qtext/qextscintillalexersql.sip
@@ -1,4 +1,4 @@
-// This is the SIP interface definition for QextScintillaLexerSQL.
+// This is the SIP interface definition for TQextScintillaLexerSQL.
//
// Copyright (c) 2007
// Riverbank Computing Limited <info@riverbankcomputing.co.uk>
@@ -26,10 +26,10 @@
%If (TQScintilla_1_1 -)
-class QextScintillaLexerSQL : QextScintillaLexer
+class TQextScintillaLexerSQL : TQextScintillaLexer
{
%TypeHeaderCode
-#include <qextscintillalexersql.h>
+#include <tqextscintillalexersql.h>
%End
public:
@@ -65,7 +65,7 @@ public:
%End
};
- QextScintillaLexerSQL(TQObject * /TransferThis/ = 0,const char * = 0);
+ TQextScintillaLexerSQL(TQObject * /TransferThis/ = 0,const char * = 0);
const char *language() const;
const char *lexer() const;
@@ -99,7 +99,7 @@ protected:
%End
private:
- QextScintillaLexerSQL(const QextScintillaLexerSQL &);
+ TQextScintillaLexerSQL(const TQextScintillaLexerSQL &);
};
%End