diff options
Diffstat (limited to 'sip/qtext/qextscintillabase.sip')
-rw-r--r-- | sip/qtext/qextscintillabase.sip | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/sip/qtext/qextscintillabase.sip b/sip/qtext/qextscintillabase.sip index e85c2c5..23a2a65 100644 --- a/sip/qtext/qextscintillabase.sip +++ b/sip/qtext/qextscintillabase.sip @@ -1,4 +1,4 @@ -// This is the SIP interface definition for QextScintillaBase. +// This is the SIP interface definition for TQextScintillaBase. // // Copyright (c) 2007 // Riverbank Computing Limited <info@riverbankcomputing.co.uk> @@ -24,10 +24,10 @@ // enough to handle the resulting %Timeline complexity. -class QextScintillaBase : TQWidget +class TQextScintillaBase : TQWidget { %TypeHeaderCode -#include <qextscintillabase.h> +#include <tqextscintillabase.h> %End public: @@ -889,7 +889,7 @@ public: %End }; - QextScintillaBase(TQWidget * /TransferThis/,const char *, + TQextScintillaBase(TQWidget * /TransferThis/,const char *, WFlags = 0); %ConvertToSubClassCode @@ -898,46 +898,46 @@ public: sipWrapperType **type; int yes, no; } graph[] = { - {sipName_QextScintillaLexer, &sipClass_QextScintillaLexer, 3, 1}, - {sipName_QextScintillaBase, &sipClass_QextScintillaBase, 15, 2}, - {sipName_QextScintillaMacro, &sipClass_QextScintillaMacro, -1, -1}, + {sipName_TQextScintillaLexer, &sipClass_TQextScintillaLexer, 3, 1}, + {sipName_TQextScintillaBase, &sipClass_TQextScintillaBase, 15, 2}, + {sipName_TQextScintillaMacro, &sipClass_TQextScintillaMacro, -1, -1}, #if TQSCINTILLA_VERSION >= 0x010300 - {sipName_QextScintillaLexerPerl, &sipClass_QextScintillaLexerPerl, -1, 4}, + {sipName_TQextScintillaLexerPerl, &sipClass_TQextScintillaLexerPerl, -1, 4}, #else {NULL, NULL, -1, 4}, #endif #if TQSCINTILLA_VERSION >= 0x010100 - {sipName_QextScintillaLexerHTML, &sipClass_QextScintillaLexerHTML, -1, 5}, + {sipName_TQextScintillaLexerHTML, &sipClass_TQextScintillaLexerHTML, -1, 5}, #else {NULL, NULL, -1, 5}, #endif #if TQSCINTILLA_VERSION >= 0x010500 - {sipName_QextScintillaLexerRuby, &sipClass_QextScintillaLexerRuby, -1, 6}, + {sipName_TQextScintillaLexerRuby, &sipClass_TQextScintillaLexerRuby, -1, 6}, #else {NULL, NULL, -1, 6}, #endif - {sipName_QextScintillaLexerCPP, &sipClass_QextScintillaLexerCPP, 11, 7}, - {sipName_QextScintillaLexerPython, &sipClass_QextScintillaLexerPython, -1, 8}, + {sipName_TQextScintillaLexerCPP, &sipClass_TQextScintillaLexerCPP, 11, 7}, + {sipName_TQextScintillaLexerPython, &sipClass_TQextScintillaLexerPython, -1, 8}, #if TQSCINTILLA_VERSION >= 0x010100 - {sipName_QextScintillaLexerSQL, &sipClass_QextScintillaLexerSQL, -1, 9}, + {sipName_TQextScintillaLexerSQL, &sipClass_TQextScintillaLexerSQL, -1, 9}, #else {NULL, NULL, -1, 9}, #endif #if TQSCINTILLA_VERSION >= 0x010400 - {sipName_QextScintillaLexerBash, &sipClass_QextScintillaLexerBash, -1, 10}, + {sipName_TQextScintillaLexerBash, &sipClass_TQextScintillaLexerBash, -1, 10}, #else {NULL, NULL, -1, 10}, #endif #if TQSCINTILLA_VERSION >= 0x010500 - {sipName_QextScintillaLexerLua, &sipClass_QextScintillaLexerLua, -1, -1}, + {sipName_TQextScintillaLexerLua, &sipClass_TQextScintillaLexerLua, -1, -1}, #else {NULL, NULL, -1, -1}, #endif - {sipName_QextScintillaLexerIDL, &sipClass_QextScintillaLexerIDL, -1, 12}, - {sipName_QextScintillaLexerJavaScript, &sipClass_QextScintillaLexerJavaScript, -1, 13}, - {sipName_QextScintillaLexerCSharp, &sipClass_QextScintillaLexerCSharp, -1, 14}, - {sipName_QextScintillaLexerJava, &sipClass_QextScintillaLexerJava, -1, -1}, - {sipName_QextScintilla, &sipClass_QextScintilla, -1, -1}, + {sipName_TQextScintillaLexerIDL, &sipClass_TQextScintillaLexerIDL, -1, 12}, + {sipName_TQextScintillaLexerJavaScript, &sipClass_TQextScintillaLexerJavaScript, -1, 13}, + {sipName_TQextScintillaLexerCSharp, &sipClass_TQextScintillaLexerCSharp, -1, 14}, + {sipName_TQextScintillaLexerJava, &sipClass_TQextScintillaLexerJava, -1, -1}, + {sipName_TQextScintilla, &sipClass_TQextScintilla, -1, -1}, }; int i = 0; @@ -960,7 +960,7 @@ public: %End %If (TQScintilla_1_3 -) - QextScintillaBase *pool(); + TQextScintillaBase *pool(); %End long SendScintilla(unsigned int,unsigned long = 0,long = 0); @@ -1020,5 +1020,5 @@ protected: %End private: - QextScintillaBase(const QextScintillaBase &); + TQextScintillaBase(const TQextScintillaBase &); }; |