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