diff options
Diffstat (limited to 'sip/qtext/qextscintillalexerlua.sip')
-rw-r--r-- | sip/qtext/qextscintillalexerlua.sip | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sip/qtext/qextscintillalexerlua.sip b/sip/qtext/qextscintillalexerlua.sip index 12c725f..3a70a01 100644 --- a/sip/qtext/qextscintillalexerlua.sip +++ b/sip/qtext/qextscintillalexerlua.sip @@ -1,4 +1,4 @@ -// This is the SIP interface definition for QextScintillaLexerLua. +// This is the SIP interface definition for TQextScintillaLexerLua. // // Copyright (c) 2007 // Riverbank Computing Limited <[email protected]> @@ -26,10 +26,10 @@ %If (TQScintilla_1_5 -) -class QextScintillaLexerLua : QextScintillaLexer +class TQextScintillaLexerLua : TQextScintillaLexer { %TypeHeaderCode -#include <qextscintillalexerlua.h> +#include <tqextscintillalexerlua.h> %End public: @@ -51,7 +51,7 @@ public: CoroutinesIOSystemFacilities }; - QextScintillaLexerLua(TQObject * /TransferThis/ = 0,const char * = 0); + TQextScintillaLexerLua(TQObject * /TransferThis/ = 0,const char * = 0); const char *language() const; const char *lexer() const; @@ -73,7 +73,7 @@ protected: bool writeProperties(TQSettings &,const TQString &) const; private: - QextScintillaLexerLua(const QextScintillaLexerLua &); + TQextScintillaLexerLua(const TQextScintillaLexerLua &); }; %End |