summaryrefslogtreecommitdiffstats
path: root/sip/qtext/qextscintillalexerhtml.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/qtext/qextscintillalexerhtml.sip')
-rw-r--r--sip/qtext/qextscintillalexerhtml.sip10
1 files changed, 5 insertions, 5 deletions
diff --git a/sip/qtext/qextscintillalexerhtml.sip b/sip/qtext/qextscintillalexerhtml.sip
index deb7320..6133b98 100644
--- a/sip/qtext/qextscintillalexerhtml.sip
+++ b/sip/qtext/qextscintillalexerhtml.sip
@@ -1,4 +1,4 @@
-// This is the SIP interface definition for QextScintillaLexerHTML.
+// This is the SIP interface definition for TQextScintillaLexerHTML.
//
// Copyright (c) 2007
// Riverbank Computing Limited <info@riverbankcomputing.co.uk>
@@ -26,10 +26,10 @@
%If (TQScintilla_1_1 -)
-class QextScintillaLexerHTML : QextScintillaLexer
+class TQextScintillaLexerHTML : TQextScintillaLexer
{
%TypeHeaderCode
-#include <qextscintillalexerhtml.h>
+#include <tqextscintillalexerhtml.h>
%End
public:
@@ -146,7 +146,7 @@ public:
PHPOperator
};
- QextScintillaLexerHTML(TQObject * /TransferThis/ = 0,const char * = 0);
+ TQextScintillaLexerHTML(TQObject * /TransferThis/ = 0,const char * = 0);
const char *language() const;
const char *lexer() const;
@@ -172,7 +172,7 @@ protected:
bool writeProperties(TQSettings &,const TQString &) const;
private:
- QextScintillaLexerHTML(const QextScintillaLexerHTML &);
+ TQextScintillaLexerHTML(const TQextScintillaLexerHTML &);
};
%End