summaryrefslogtreecommitdiffstats
path: root/sip/qtext/qextscintillacommand.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/qtext/qextscintillacommand.sip')
-rw-r--r--sip/qtext/qextscintillacommand.sip10
1 files changed, 5 insertions, 5 deletions
diff --git a/sip/qtext/qextscintillacommand.sip b/sip/qtext/qextscintillacommand.sip
index b423a5b..77dfb56 100644
--- a/sip/qtext/qextscintillacommand.sip
+++ b/sip/qtext/qextscintillacommand.sip
@@ -1,4 +1,4 @@
-// This is the SIP interface definition for QextScintillaCommand.
+// This is the SIP interface definition for TQextScintillaCommand.
//
// Copyright (c) 2007
// Riverbank Computing Limited <info@riverbankcomputing.co.uk>
@@ -24,10 +24,10 @@
// enough to handle the resulting %Timeline complexity.
-class QextScintillaCommand
+class TQextScintillaCommand
{
%TypeHeaderCode
-#include <qextscintillacommand.h>
+#include <tqextscintillacommand.h>
%End
public:
@@ -39,6 +39,6 @@ public:
TQString description() const;
private:
- QextScintillaCommand(QextScintilla *,int,int,const char *);
- QextScintillaCommand(const QextScintillaCommand &);
+ TQextScintillaCommand(TQextScintilla *,int,int,const char *);
+ TQextScintillaCommand(const TQextScintillaCommand &);
};