summaryrefslogtreecommitdiffstats
path: root/sip/qtext/qextscintillalexercsharp.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/qtext/qextscintillalexercsharp.sip')
-rw-r--r--sip/qtext/qextscintillalexercsharp.sip10
1 files changed, 5 insertions, 5 deletions
diff --git a/sip/qtext/qextscintillalexercsharp.sip b/sip/qtext/qextscintillalexercsharp.sip
index f095269..cf5aafb 100644
--- a/sip/qtext/qextscintillalexercsharp.sip
+++ b/sip/qtext/qextscintillalexercsharp.sip
@@ -1,4 +1,4 @@
-// This is the SIP interface definition for QextScintillaLexerCSharp.
+// This is the SIP interface definition for TQextScintillaLexerCSharp.
//
// Copyright (c) 2007
// Riverbank Computing Limited <info@riverbankcomputing.co.uk>
@@ -24,14 +24,14 @@
// enough to handle the resulting %Timeline complexity.
-class QextScintillaLexerCSharp : QextScintillaLexerCPP
+class TQextScintillaLexerCSharp : TQextScintillaLexerCPP
{
%TypeHeaderCode
-#include <qextscintillalexercsharp.h>
+#include <tqextscintillalexercsharp.h>
%End
public:
- QextScintillaLexerCSharp(TQObject * /TransferThis/ = 0,
+ TQextScintillaLexerCSharp(TQObject * /TransferThis/ = 0,
const char * = 0);
const char *language() const;
@@ -43,5 +43,5 @@ public:
TQColor paper(int) const;
private:
- QextScintillaLexerCSharp(const QextScintillaLexerCSharp &);
+ TQextScintillaLexerCSharp(const TQextScintillaLexerCSharp &);
};