Fix accidental qextscintilla conversion

pull/1/head
Timothy Pearson 13 years ago
parent 03bc485016
commit 5b3b788b37

@ -121,7 +121,7 @@ TQIconSet TQScintillaPlugin::iconSet(const TQString &) const
TQString TQScintillaPlugin::includeFile(const TQString &feature) const TQString TQScintillaPlugin::includeFile(const TQString &feature) const
{ {
if (feature == "QextScintilla") if (feature == "QextScintilla")
return "tqextscintilla.h"; return "qextscintilla.h";
return TQString(); return TQString();
} }

@ -29,8 +29,8 @@
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include <tqsimplerichtext.h> #include <tqsimplerichtext.h>
#include <tqextscintilla.h> #include <qextscintilla.h>
#include <tqextscintillaprinter.h> #include <qextscintillaprinter.h>
#include "filesave.xpm" #include "filesave.xpm"
#include "fileopen.xpm" #include "fileopen.xpm"

@ -40,7 +40,7 @@
#include "Platform.h" #include "Platform.h"
#include "XPM.h" #include "XPM.h"
#include "tqextscintillabase.h" #include "qextscintillabase.h"
// Type convertors. // Type convertors.

@ -29,7 +29,7 @@
#include <tqdragobject.h> #include <tqdragobject.h>
#include <tqpainter.h> #include <tqpainter.h>
#include "tqextscintillabase.h" #include "qextscintillabase.h"
#include "ScintillaTQt.h" #include "ScintillaTQt.h"

@ -26,10 +26,10 @@
#include <tqapplication.h> #include <tqapplication.h>
#include <tqcolor.h> #include <tqcolor.h>
#include "tqextscintilla.h" #include "qextscintilla.h"
#include "tqextscintillalexer.h" #include "qextscintillalexer.h"
#include "tqextscintillaapis.h" #include "qextscintillaapis.h"
#include "tqextscintillacommandset.h" #include "qextscintillacommandset.h"
// Make sure these match the values in Scintilla.h. We don't #include that // Make sure these match the values in Scintilla.h. We don't #include that

@ -28,9 +28,9 @@
#include <tqobject.h> #include <tqobject.h>
#include <tqguardedptr.h> #include <tqguardedptr.h>
#include <tqextscintillaglobal.h> #include <qextscintillaglobal.h>
#include <tqextscintillabase.h> #include <qextscintillabase.h>
#include <tqextscintilladocument.h> #include <qextscintilladocument.h>
class QextScintillaLexer; class QextScintillaLexer;

@ -23,7 +23,7 @@
#include <tqfile.h> #include <tqfile.h>
#include <tqregexp.h> #include <tqregexp.h>
#include "tqextscintillaapis.h" #include "qextscintillaapis.h"
// The ctor. // The ctor.

@ -26,7 +26,7 @@
#include <tqstringlist.h> #include <tqstringlist.h>
#include <tqextscintillaglobal.h> #include <qextscintillaglobal.h>
//! \brief The QextScintillaAPIs class represents the textual API information //! \brief The QextScintillaAPIs class represents the textual API information

@ -30,7 +30,7 @@
#include <tqpainter.h> #include <tqpainter.h>
#include <tqptrlist.h> #include <tqptrlist.h>
#include "tqextscintillabase.h" #include "qextscintillabase.h"
#include "ScintillaTQt.h" #include "ScintillaTQt.h"

@ -29,7 +29,7 @@
#include <tqtimer.h> #include <tqtimer.h>
#include <tqwidget.h> #include <tqwidget.h>
#include <tqextscintillaglobal.h> #include <qextscintillaglobal.h>
class ScintillaTQt; class ScintillaTQt;

@ -23,9 +23,9 @@
#include <tqnamespace.h> #include <tqnamespace.h>
#include <tqapplication.h> #include <tqapplication.h>
#include "tqextscintillacommand.h" #include "qextscintillacommand.h"
#include "tqextscintilla.h" #include "qextscintilla.h"
#include "tqextscintillabase.h" #include "qextscintillabase.h"
static int convert(int key); static int convert(int key);

@ -26,7 +26,7 @@
#include <tqstring.h> #include <tqstring.h>
#include <tqextscintillaglobal.h> #include <qextscintillaglobal.h>
class QextScintilla; class QextScintilla;

@ -22,9 +22,9 @@
#include <tqsettings.h> #include <tqsettings.h>
#include "tqextscintillacommandset.h" #include "qextscintillacommandset.h"
#include "tqextscintillacommand.h" #include "qextscintillacommand.h"
#include "tqextscintilla.h" #include "qextscintilla.h"
// The ctor. // The ctor.

@ -26,8 +26,8 @@
#include <tqptrlist.h> #include <tqptrlist.h>
#include <tqextscintillaglobal.h> #include <qextscintillaglobal.h>
#include <tqextscintillacommand.h> #include <qextscintillacommand.h>
class TQSettings; class TQSettings;

@ -20,8 +20,8 @@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "tqextscintilladocument.h" #include "qextscintilladocument.h"
#include "tqextscintillabase.h" #include "qextscintillabase.h"
// This internal class encapsulates the underlying document and is shared by // This internal class encapsulates the underlying document and is shared by

@ -24,7 +24,7 @@
#define TQEXTSCINTILLADOCUMENT_H #define TQEXTSCINTILLADOCUMENT_H
#include <tqextscintillaglobal.h> #include <qextscintillaglobal.h>
class QextScintillaBase; class QextScintillaBase;

@ -25,9 +25,9 @@
#include <tqfont.h> #include <tqfont.h>
#include <tqsettings.h> #include <tqsettings.h>
#include "tqextscintillalexer.h" #include "qextscintillalexer.h"
#include "tqextscintilla.h" #include "qextscintilla.h"
#include "tqextscintillabase.h" #include "qextscintillabase.h"
// The ctor. // The ctor.

@ -29,7 +29,7 @@
#include <tqcolor.h> #include <tqcolor.h>
#include <tqfont.h> #include <tqfont.h>
#include <tqextscintillaglobal.h> #include <qextscintillaglobal.h>
class TQSettings; class TQSettings;

@ -24,7 +24,7 @@
#include <tqfont.h> #include <tqfont.h>
#include <tqsettings.h> #include <tqsettings.h>
#include "tqextscintillalexerbash.h" #include "qextscintillalexerbash.h"
// The ctor. // The ctor.

@ -26,8 +26,8 @@
#include <tqobject.h> #include <tqobject.h>
#include <tqextscintillaglobal.h> #include <qextscintillaglobal.h>
#include <tqextscintillalexer.h> #include <qextscintillalexer.h>
//! \brief The QextScintillaLexerBash class encapsulates the Scintilla Bash //! \brief The QextScintillaLexerBash class encapsulates the Scintilla Bash

@ -24,7 +24,7 @@
#include <tqfont.h> #include <tqfont.h>
#include <tqsettings.h> #include <tqsettings.h>
#include "tqextscintillalexerbatch.h" #include "qextscintillalexerbatch.h"
// The ctor. // The ctor.

@ -26,8 +26,8 @@
#include <tqobject.h> #include <tqobject.h>
#include <tqextscintillaglobal.h> #include <qextscintillaglobal.h>
#include <tqextscintillalexer.h> #include <qextscintillalexer.h>
//! \brief The QextScintillaLexerBatch class encapsulates the Scintilla batch //! \brief The QextScintillaLexerBatch class encapsulates the Scintilla batch

@ -24,7 +24,7 @@
#include <tqfont.h> #include <tqfont.h>
#include <tqsettings.h> #include <tqsettings.h>
#include "tqextscintillalexercpp.h" #include "qextscintillalexercpp.h"
// The ctor. // The ctor.

@ -26,8 +26,8 @@
#include <tqobject.h> #include <tqobject.h>
#include <tqextscintillaglobal.h> #include <qextscintillaglobal.h>
#include <tqextscintillalexer.h> #include <qextscintillalexer.h>
//! \brief The QextScintillaLexerCPP class encapsulates the Scintilla C++ //! \brief The QextScintillaLexerCPP class encapsulates the Scintilla C++

@ -23,7 +23,7 @@
#include <tqcolor.h> #include <tqcolor.h>
#include <tqfont.h> #include <tqfont.h>
#include "tqextscintillalexercsharp.h" #include "qextscintillalexercsharp.h"
// The ctor. // The ctor.

@ -26,8 +26,8 @@
#include <tqobject.h> #include <tqobject.h>
#include <tqextscintillaglobal.h> #include <qextscintillaglobal.h>
#include <tqextscintillalexercpp.h> #include <qextscintillalexercpp.h>
//! \brief The QextScintillaLexerCSharp class encapsulates the Scintilla C# //! \brief The QextScintillaLexerCSharp class encapsulates the Scintilla C#

@ -24,7 +24,7 @@
#include <tqfont.h> #include <tqfont.h>
#include <tqsettings.h> #include <tqsettings.h>
#include "tqextscintillalexercss.h" #include "qextscintillalexercss.h"
// The ctor. // The ctor.

@ -26,8 +26,8 @@
#include <tqobject.h> #include <tqobject.h>
#include <tqextscintillaglobal.h> #include <qextscintillaglobal.h>
#include <tqextscintillalexer.h> #include <qextscintillalexer.h>
//! \brief The QextScintillaLexerCSS class encapsulates the Scintilla CSS //! \brief The QextScintillaLexerCSS class encapsulates the Scintilla CSS

@ -24,7 +24,7 @@
#include <tqfont.h> #include <tqfont.h>
#include <tqsettings.h> #include <tqsettings.h>
#include "tqextscintillalexerdiff.h" #include "qextscintillalexerdiff.h"
// The ctor. // The ctor.

@ -26,8 +26,8 @@
#include <tqobject.h> #include <tqobject.h>
#include <tqextscintillaglobal.h> #include <qextscintillaglobal.h>
#include <tqextscintillalexer.h> #include <qextscintillalexer.h>
//! \brief The QextScintillaLexerDiff class encapsulates the Scintilla Diff //! \brief The QextScintillaLexerDiff class encapsulates the Scintilla Diff

@ -24,9 +24,9 @@
#include <tqfont.h> #include <tqfont.h>
#include <tqsettings.h> #include <tqsettings.h>
#include "tqextscintillalexerhtml.h" #include "qextscintillalexerhtml.h"
#include "tqextscintillalexerjavascript.h" #include "qextscintillalexerjavascript.h"
#include "tqextscintillalexerpython.h" #include "qextscintillalexerpython.h"
// The ctor. // The ctor.

@ -26,8 +26,8 @@
#include <tqobject.h> #include <tqobject.h>
#include <tqextscintillaglobal.h> #include <qextscintillaglobal.h>
#include <tqextscintillalexer.h> #include <qextscintillalexer.h>
//! \brief The QextScintillaLexerHTML class encapsulates the Scintilla HTML //! \brief The QextScintillaLexerHTML class encapsulates the Scintilla HTML

@ -23,7 +23,7 @@
#include <tqcolor.h> #include <tqcolor.h>
#include <tqfont.h> #include <tqfont.h>
#include "tqextscintillalexeridl.h" #include "qextscintillalexeridl.h"
// The ctor. // The ctor.

@ -26,8 +26,8 @@
#include <tqobject.h> #include <tqobject.h>
#include <tqextscintillaglobal.h> #include <qextscintillaglobal.h>
#include <tqextscintillalexercpp.h> #include <qextscintillalexercpp.h>
//! \brief The QextScintillaLexerIDL class encapsulates the Scintilla IDL //! \brief The QextScintillaLexerIDL class encapsulates the Scintilla IDL

@ -20,7 +20,7 @@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "tqextscintillalexerjava.h" #include "qextscintillalexerjava.h"
// The ctor. // The ctor.

@ -26,8 +26,8 @@
#include <tqobject.h> #include <tqobject.h>
#include <tqextscintillaglobal.h> #include <qextscintillaglobal.h>
#include <tqextscintillalexercpp.h> #include <qextscintillalexercpp.h>
//! \brief The QextScintillaLexerJava class encapsulates the Scintilla Java //! \brief The QextScintillaLexerJava class encapsulates the Scintilla Java

@ -23,7 +23,7 @@
#include <tqcolor.h> #include <tqcolor.h>
#include <tqfont.h> #include <tqfont.h>
#include "tqextscintillalexerjavascript.h" #include "qextscintillalexerjavascript.h"
// The list of JavaScript keywords that can be used by other friendly lexers. // The list of JavaScript keywords that can be used by other friendly lexers.

@ -26,8 +26,8 @@
#include <tqobject.h> #include <tqobject.h>
#include <tqextscintillaglobal.h> #include <qextscintillaglobal.h>
#include <tqextscintillalexercpp.h> #include <qextscintillalexercpp.h>
//! \brief The QextScintillaLexerJavaScript class encapsulates the Scintilla //! \brief The QextScintillaLexerJavaScript class encapsulates the Scintilla

@ -24,7 +24,7 @@
#include <tqfont.h> #include <tqfont.h>
#include <tqsettings.h> #include <tqsettings.h>
#include "tqextscintillalexerlua.h" #include "qextscintillalexerlua.h"
// The ctor. // The ctor.

@ -26,8 +26,8 @@
#include <tqobject.h> #include <tqobject.h>
#include <tqextscintillaglobal.h> #include <qextscintillaglobal.h>
#include <tqextscintillalexer.h> #include <qextscintillalexer.h>
//! \brief The QextScintillaLexerLua class encapsulates the Scintilla Lua //! \brief The QextScintillaLexerLua class encapsulates the Scintilla Lua

@ -24,7 +24,7 @@
#include <tqfont.h> #include <tqfont.h>
#include <tqsettings.h> #include <tqsettings.h>
#include "tqextscintillalexermakefile.h" #include "qextscintillalexermakefile.h"
// The ctor. // The ctor.

@ -26,8 +26,8 @@
#include <tqobject.h> #include <tqobject.h>
#include <tqextscintillaglobal.h> #include <qextscintillaglobal.h>
#include <tqextscintillalexer.h> #include <qextscintillalexer.h>
//! \brief The QextScintillaLexerMakefile class encapsulates the Scintilla //! \brief The QextScintillaLexerMakefile class encapsulates the Scintilla

@ -24,7 +24,7 @@
#include <tqfont.h> #include <tqfont.h>
#include <tqsettings.h> #include <tqsettings.h>
#include "tqextscintillalexerperl.h" #include "qextscintillalexerperl.h"
// The ctor. // The ctor.

@ -26,8 +26,8 @@
#include <tqobject.h> #include <tqobject.h>
#include <tqextscintillaglobal.h> #include <qextscintillaglobal.h>
#include <tqextscintillalexer.h> #include <qextscintillalexer.h>
//! \brief The QextScintillaLexerPerl class encapsulates the Scintilla Perl //! \brief The QextScintillaLexerPerl class encapsulates the Scintilla Perl

@ -24,7 +24,7 @@
#include <tqfont.h> #include <tqfont.h>
#include <tqsettings.h> #include <tqsettings.h>
#include "tqextscintillalexerpov.h" #include "qextscintillalexerpov.h"
// The ctor. // The ctor.

@ -26,8 +26,8 @@
#include <tqobject.h> #include <tqobject.h>
#include <tqextscintillaglobal.h> #include <qextscintillaglobal.h>
#include <tqextscintillalexer.h> #include <qextscintillalexer.h>
//! \brief The QextScintillaLexerPOV class encapsulates the Scintilla POV //! \brief The QextScintillaLexerPOV class encapsulates the Scintilla POV

@ -24,7 +24,7 @@
#include <tqfont.h> #include <tqfont.h>
#include <tqsettings.h> #include <tqsettings.h>
#include "tqextscintillalexerproperties.h" #include "qextscintillalexerproperties.h"
// The ctor. // The ctor.

@ -26,8 +26,8 @@
#include <tqobject.h> #include <tqobject.h>
#include <tqextscintillaglobal.h> #include <qextscintillaglobal.h>
#include <tqextscintillalexer.h> #include <qextscintillalexer.h>
//! \brief The QextScintillaLexerProperties class encapsulates the Scintilla //! \brief The QextScintillaLexerProperties class encapsulates the Scintilla

@ -24,7 +24,7 @@
#include <tqfont.h> #include <tqfont.h>
#include <tqsettings.h> #include <tqsettings.h>
#include "tqextscintillalexerpython.h" #include "qextscintillalexerpython.h"
// The list of Python keywords that can be used by other friendly lexers. // The list of Python keywords that can be used by other friendly lexers.

@ -26,8 +26,8 @@
#include <tqobject.h> #include <tqobject.h>
#include <tqextscintillaglobal.h> #include <qextscintillaglobal.h>
#include <tqextscintillalexer.h> #include <qextscintillalexer.h>
//! \brief The QextScintillaLexerPython class encapsulates the Scintilla Python //! \brief The QextScintillaLexerPython class encapsulates the Scintilla Python

@ -24,7 +24,7 @@
#include <tqfont.h> #include <tqfont.h>
#include <tqsettings.h> #include <tqsettings.h>
#include "tqextscintillalexerruby.h" #include "qextscintillalexerruby.h"
// The ctor. // The ctor.

@ -26,8 +26,8 @@
#include <tqobject.h> #include <tqobject.h>
#include <tqextscintillaglobal.h> #include <qextscintillaglobal.h>
#include <tqextscintillalexer.h> #include <qextscintillalexer.h>
//! \brief The QextScintillaLexerRuby class encapsulates the Scintilla Ruby //! \brief The QextScintillaLexerRuby class encapsulates the Scintilla Ruby

@ -24,7 +24,7 @@
#include <tqfont.h> #include <tqfont.h>
#include <tqsettings.h> #include <tqsettings.h>
#include "tqextscintillalexersql.h" #include "qextscintillalexersql.h"
// The ctor. // The ctor.

@ -26,8 +26,8 @@
#include <tqobject.h> #include <tqobject.h>
#include <tqextscintillaglobal.h> #include <qextscintillaglobal.h>
#include <tqextscintillalexer.h> #include <qextscintillalexer.h>
//! \brief The QextScintillaLexerSQL class encapsulates the Scintilla SQL //! \brief The QextScintillaLexerSQL class encapsulates the Scintilla SQL

@ -24,7 +24,7 @@
#include <tqfont.h> #include <tqfont.h>
#include <tqsettings.h> #include <tqsettings.h>
#include "tqextscintillalexertex.h" #include "qextscintillalexertex.h"
// The ctor. // The ctor.

@ -26,8 +26,8 @@
#include <tqobject.h> #include <tqobject.h>
#include <tqextscintillaglobal.h> #include <qextscintillaglobal.h>
#include <tqextscintillalexer.h> #include <qextscintillalexer.h>
//! \brief The QextScintillaLexerTeX class encapsulates the Scintilla TeX //! \brief The QextScintillaLexerTeX class encapsulates the Scintilla TeX

@ -24,8 +24,8 @@
#include <tqstring.h> #include <tqstring.h>
#include "tqextscintillamacro.h" #include "qextscintillamacro.h"
#include "tqextscintilla.h" #include "qextscintilla.h"
static TQCString extract(const TQCString &asc,int &start); static TQCString extract(const TQCString &asc,int &start);

@ -28,7 +28,7 @@
#include <tqcstring.h> #include <tqcstring.h>
#include <tqvaluelist.h> #include <tqvaluelist.h>
#include <tqextscintillaglobal.h> #include <qextscintillaglobal.h>
class TQString; class TQString;

@ -25,8 +25,8 @@
#include <tqpaintdevicemetrics.h> #include <tqpaintdevicemetrics.h>
#include <tqvaluestack.h> #include <tqvaluestack.h>
#include "tqextscintillaprinter.h" #include "qextscintillaprinter.h"
#include "tqextscintillabase.h" #include "qextscintillabase.h"
// The ctor. // The ctor.

@ -26,8 +26,8 @@
#include <tqprinter.h> #include <tqprinter.h>
#include <tqextscintillaglobal.h> #include <qextscintillaglobal.h>
#include <tqextscintilla.h> #include <qextscintilla.h>
class TQRect; class TQRect;

@ -27,7 +27,7 @@ TEMPLATE = lib
TARGET = qscintilla TARGET = qscintilla
# DESTDIR = $(QTDIR)/lib # DESTDIR = $(QTDIR)/lib
CONFIG += qt warn_off release dll thread CONFIG += qt warn_off release dll thread
INCLUDEPATH = . ../include ../src INCLUDEPATH = . ../include ../src /usr/include/tqt
DEFINES = QEXTSCINTILLA_MAKE_DLL QT SCI_LEXER DEFINES = QEXTSCINTILLA_MAKE_DLL QT SCI_LEXER
HEADERS = \ HEADERS = \

Loading…
Cancel
Save