summaryrefslogtreecommitdiffstats
path: root/sip/qtext/qextscintillalexermakefile.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/qtext/qextscintillalexermakefile.sip')
-rw-r--r--sip/qtext/qextscintillalexermakefile.sip10
1 files changed, 5 insertions, 5 deletions
diff --git a/sip/qtext/qextscintillalexermakefile.sip b/sip/qtext/qextscintillalexermakefile.sip
index 90d210e..d15259e 100644
--- a/sip/qtext/qextscintillalexermakefile.sip
+++ b/sip/qtext/qextscintillalexermakefile.sip
@@ -1,4 +1,4 @@
-// This is the SIP interface definition for QextScintillaLexerMakefile.
+// This is the SIP interface definition for TQextScintillaLexerMakefile.
//
// Copyright (c) 2007
// Riverbank Computing Limited <info@riverbankcomputing.co.uk>
@@ -26,10 +26,10 @@
%If (TQScintilla_1_6 -)
-class QextScintillaLexerMakefile : QextScintillaLexer
+class TQextScintillaLexerMakefile : TQextScintillaLexer
{
%TypeHeaderCode
-#include <qextscintillalexermakefile.h>
+#include <tqextscintillalexermakefile.h>
%End
public:
@@ -43,7 +43,7 @@ public:
Error
};
- QextScintillaLexerMakefile(TQObject * /TransferThis/ = 0,const char * = 0);
+ TQextScintillaLexerMakefile(TQObject * /TransferThis/ = 0,const char * = 0);
const char *language() const;
const char *lexer() const;
@@ -54,7 +54,7 @@ public:
TQColor paper(int) const;
private:
- QextScintillaLexerMakefile(const QextScintillaLexerMakefile &);
+ TQextScintillaLexerMakefile(const TQextScintillaLexerMakefile &);
};
%End