diff options
Diffstat (limited to 'sip/qtext/qextscintillacommandset.sip')
-rw-r--r-- | sip/qtext/qextscintillacommandset.sip | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sip/qtext/qextscintillacommandset.sip b/sip/qtext/qextscintillacommandset.sip index 8d04f82..b472345 100644 --- a/sip/qtext/qextscintillacommandset.sip +++ b/sip/qtext/qextscintillacommandset.sip @@ -1,4 +1,4 @@ -// This is the SIP interface definition for the QextScintillaCommandSet. +// This is the SIP interface definition for the TQextScintillaCommandSet. // // Copyright (c) 2007 // Riverbank Computing Limited <[email protected]> @@ -24,10 +24,10 @@ // enough to handle the resulting %Timeline complexity. -class QextScintillaCommandSet +class TQextScintillaCommandSet { %TypeHeaderCode -#include <qextscintillacommandset.h> +#include <tqextscintillacommandset.h> %End public: @@ -35,10 +35,10 @@ public: bool writeSettings(TQSettings &,const char * = "/Scintilla"); %If (TQScintilla_1_4 -) - TQPtrList<QextScintillaCommand> &commands(); + TQPtrList<TQextScintillaCommand> &commands(); %End %If (- TQScintilla_1_4) - const TQPtrList<QextScintillaCommand> &commands() const; + const TQPtrList<TQextScintillaCommand> &commands() const; %End %If (TQScintilla_1_4 -) @@ -47,6 +47,6 @@ public: %End private: - QextScintillaCommandSet(QextScintilla *); - QextScintillaCommandSet(const QextScintillaCommandSet &); + TQextScintillaCommandSet(TQextScintilla *); + TQextScintillaCommandSet(const TQextScintillaCommandSet &); }; |