summaryrefslogtreecommitdiffstats
path: root/qt/qextscintillalexeridl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt/qextscintillalexeridl.cpp')
-rw-r--r--qt/qextscintillalexeridl.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/qt/qextscintillalexeridl.cpp b/qt/qextscintillalexeridl.cpp
index 96ea5eb..ecf7773 100644
--- a/qt/qextscintillalexeridl.cpp
+++ b/qt/qextscintillalexeridl.cpp
@@ -3,31 +3,31 @@
// Copyright (c) 2006
// Riverbank Computing Limited <info@riverbankcomputing.co.uk>
//
-// This file is part of QScintilla.
+// This file is part of TQScintilla.
//
-// This copy of QScintilla is free software; you can redistribute it and/or
+// This copy of TQScintilla is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2, or (at your option) any
// later version.
//
-// QScintilla is supplied in the hope that it will be useful, but WITHOUT ANY
+// TQScintilla is supplied in the hope that it will be useful, but WITHOUT ANY
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
// details.
//
// You should have received a copy of the GNU General Public License along with
-// QScintilla; see the file LICENSE. If not, write to the Free Software
+// TQScintilla; see the file LICENSE. If not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-#include <qcolor.h>
-#include <qfont.h>
+#include <tqcolor.h>
+#include <tqfont.h>
-#include "qextscintillalexeridl.h"
+#include "tqextscintillalexeridl.h"
// The ctor.
-QextScintillaLexerIDL::QextScintillaLexerIDL(QObject *parent,const char *name)
+QextScintillaLexerIDL::QextScintillaLexerIDL(TQObject *parent,const char *name)
: QextScintillaLexerCPP(parent,name)
{
}
@@ -47,10 +47,10 @@ const char *QextScintillaLexerIDL::language() const
// Returns the foreground colour of the text for a style.
-QColor QextScintillaLexerIDL::color(int style) const
+TQColor QextScintillaLexerIDL::color(int style) const
{
if (style == UUID)
- return QColor(0x80,0x40,0x80);
+ return TQColor(0x80,0x40,0x80);
return QextScintillaLexerCPP::color(style);
}
@@ -84,7 +84,7 @@ const char *QextScintillaLexerIDL::keywords(int set) const
"object odl oleautomation optimize optional out out_of_line "
"pipe pointer_default pragma properties propget propput "
"propputref ptr public range readonly ref represent_as "
- "requestedit restricted retval shape short signed size_is "
+ "requestedit restricted retval tqshape short signed size_is "
"small source strict_context_handle string struct switch "
"switch_is switch_type transmit_as typedef uidefault union "
"unique unsigned user_marshal usesgetlasterror uuid v1_enum "
@@ -93,7 +93,7 @@ const char *QextScintillaLexerIDL::keywords(int set) const
// Returns the user name of a style.
-QString QextScintillaLexerIDL::description(int style) const
+TQString QextScintillaLexerIDL::description(int style) const
{
if (style == UUID)
return tr("UUID");