From cfaa762ca7ecd34a26371986d0f09fc56b4ff428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 9 Dec 2021 02:39:56 +0100 Subject: Update after rename QScintilla => TQScintilla. This relates to issue TDE/tqscintilla#2. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- sip/qtext/qextscintillalexerpov.sip | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sip/qtext/qextscintillalexerpov.sip') diff --git a/sip/qtext/qextscintillalexerpov.sip b/sip/qtext/qextscintillalexerpov.sip index 6812baa..f4f87ad 100644 --- a/sip/qtext/qextscintillalexerpov.sip +++ b/sip/qtext/qextscintillalexerpov.sip @@ -1,4 +1,4 @@ -// This is the SIP interface definition for QextScintillaLexerPOV. +// This is the SIP interface definition for TQextScintillaLexerPOV. // // Copyright (c) 2007 // Riverbank Computing Limited @@ -26,10 +26,10 @@ %If (TQScintilla_1_6 -) -class QextScintillaLexerPOV : QextScintillaLexer +class TQextScintillaLexerPOV : TQextScintillaLexer { %TypeHeaderCode -#include +#include %End public: @@ -53,7 +53,7 @@ public: KeywordSet8 }; - QextScintillaLexerPOV(TQObject * /TransferThis/ = 0,const char * = 0); + TQextScintillaLexerPOV(TQObject * /TransferThis/ = 0,const char * = 0); const char *language() const; const char *lexer() const; @@ -79,7 +79,7 @@ protected: bool writeProperties(TQSettings &,const TQString &) const; private: - QextScintillaLexerPOV(const QextScintillaLexerPOV &); + TQextScintillaLexerPOV(const TQextScintillaLexerPOV &); }; %End -- cgit v1.2.1