diff options
Diffstat (limited to 'sip/qtext/qextscintillalexerpython.sip')
-rw-r--r-- | sip/qtext/qextscintillalexerpython.sip | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sip/qtext/qextscintillalexerpython.sip b/sip/qtext/qextscintillalexerpython.sip index 5e3b883..d14a51d 100644 --- a/sip/qtext/qextscintillalexerpython.sip +++ b/sip/qtext/qextscintillalexerpython.sip @@ -1,4 +1,4 @@ -// This is the SIP interface definition for QextScintillaLexerPython. +// This is the SIP interface definition for TQextScintillaLexerPython. // // Copyright (c) 2007 // Riverbank Computing Limited <[email protected]> @@ -24,10 +24,10 @@ // enough to handle the resulting %Timeline complexity. -class QextScintillaLexerPython : QextScintillaLexer +class TQextScintillaLexerPython : TQextScintillaLexer { %TypeHeaderCode -#include <qextscintillalexerpython.h> +#include <tqextscintillalexerpython.h> %End public: @@ -63,7 +63,7 @@ public: Tabs }; - QextScintillaLexerPython(TQObject * /TransferThis/ = 0, + TQextScintillaLexerPython(TQObject * /TransferThis/ = 0, const char * = 0); const char *language() const; @@ -90,5 +90,5 @@ protected: bool writeProperties(TQSettings &,const TQString &) const; private: - QextScintillaLexerPython(const QextScintillaLexerPython &); + TQextScintillaLexerPython(const TQextScintillaLexerPython &); }; |