diff options
Diffstat (limited to 'sip/qtext/qextscintillalexerbash.sip')
-rw-r--r-- | sip/qtext/qextscintillalexerbash.sip | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sip/qtext/qextscintillalexerbash.sip b/sip/qtext/qextscintillalexerbash.sip index eb71b13..0a3b95c 100644 --- a/sip/qtext/qextscintillalexerbash.sip +++ b/sip/qtext/qextscintillalexerbash.sip @@ -1,4 +1,4 @@ -// This is the SIP interface definition for QextScintillaLexerBash. +// This is the SIP interface definition for TQextScintillaLexerBash. // // Copyright (c) 2007 // Riverbank Computing Limited <info@riverbankcomputing.co.uk> @@ -26,10 +26,10 @@ %If (TQScintilla_1_4 -) -class QextScintillaLexerBash : QextScintillaLexer +class TQextScintillaLexerBash : TQextScintillaLexer { %TypeHeaderCode -#include <qextscintillalexerbash.h> +#include <tqextscintillalexerbash.h> %End public: @@ -50,7 +50,7 @@ public: SingleQuotedHereDocument }; - QextScintillaLexerBash(TQObject * /TransferThis/ = 0,const char * = 0); + TQextScintillaLexerBash(TQObject * /TransferThis/ = 0,const char * = 0); const char *language() const; const char *lexer() const; @@ -74,7 +74,7 @@ protected: bool writeProperties(TQSettings &,const TQString &) const; private: - QextScintillaLexerBash(const QextScintillaLexerBash &); + TQextScintillaLexerBash(const TQextScintillaLexerBash &); }; %End |