Rename private q* headers into equivalent tq*

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/188/head
Michele Calgaro 2 months ago
parent 6f57abfc9c
commit 8721929234
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -128,7 +128,7 @@ terms of Qt's signals/slots mechanism directly in TQt Designer.
The TQLibrary class provides a platform independent wrapper for runtime The TQLibrary class provides a platform independent wrapper for runtime
loading of shared libraries. Access to the shared libraries uses a loading of shared libraries. Access to the shared libraries uses a
COM-like interface. QPluginManager makes it trivial to implement COM-like interface. TQPluginManager makes it trivial to implement
plugin support in applications. The TQt library is able to load plugin support in applications. The TQt library is able to load
additional styles, database drivers and text codecs from plugins which additional styles, database drivers and text codecs from plugins which
implement the relevant interfaces, e.g. TQStyleFactoryInterface, implement the relevant interfaces, e.g. TQStyleFactoryInterface,
@ -146,7 +146,7 @@ component.
\section2 Plugins \section2 Plugins
The TQLibrary class provides a platform independent wrapper for runtime The TQLibrary class provides a platform independent wrapper for runtime
loading of shared libraries. QPluginManager makes it trivial to implement loading of shared libraries. TQPluginManager makes it trivial to implement
plugin support in applications. The TQt library is able to load plugin support in applications. The TQt library is able to load
additional styles, database drivers and text codecs from plugins. additional styles, database drivers and text codecs from plugins.

@ -4541,7 +4541,7 @@
"TQPlatinumStyle" tqplatinumstyle.html "TQPlatinumStyle" tqplatinumstyle.html
"TQPlatinumStyle::drawRiffles" tqplatinumstyle.html#drawRiffles "TQPlatinumStyle::drawRiffles" tqplatinumstyle.html#drawRiffles
"TQPlatinumStyle::mixedColor" tqplatinumstyle.html#mixedColor "TQPlatinumStyle::mixedColor" tqplatinumstyle.html#mixedColor
"QPluginManager::queryInterface" qpluginmanager.html#queryInterface "TQPluginManager::queryInterface" tqpluginmanager.html#queryInterface
"TQPoint" tqpoint.html "TQPoint" tqpoint.html
"TQPoint::isNull" tqpoint.html#isNull "TQPoint::isNull" tqpoint.html#isNull
"TQPoint::manhattanLength" tqpoint.html#manhattanLength "TQPoint::manhattanLength" tqpoint.html#manhattanLength
@ -6085,14 +6085,14 @@
"TQStyleSheetItem::verticalAlignment" tqstylesheetitem.html#verticalAlignment "TQStyleSheetItem::verticalAlignment" tqstylesheetitem.html#verticalAlignment
"TQStyleSheetItem::whiteSpaceMode" tqstylesheetitem.html#whiteSpaceMode "TQStyleSheetItem::whiteSpaceMode" tqstylesheetitem.html#whiteSpaceMode
"TQStyleSheetItem::~TQStyleSheetItem" tqstylesheetitem.html#~TQStyleSheetItem "TQStyleSheetItem::~TQStyleSheetItem" tqstylesheetitem.html#~TQStyleSheetItem
"QSvgDevice::boundingRect" qsvgdevice.html#boundingRect "TQSvgDevice::boundingRect" tqsvgdevice.html#boundingRect
"QSvgDevice::load" qsvgdevice.html#load "TQSvgDevice::load" tqsvgdevice.html#load
"QSvgDevice::metric" qsvgdevice.html#metric "TQSvgDevice::metric" tqsvgdevice.html#metric
"QSvgDevice::play" qsvgdevice.html#play "TQSvgDevice::play" tqsvgdevice.html#play
"QSvgDevice::save" qsvgdevice.html#save "TQSvgDevice::save" tqsvgdevice.html#save
"QSvgDevice::setBoundingRect" qsvgdevice.html#setBoundingRect "TQSvgDevice::setBoundingRect" tqsvgdevice.html#setBoundingRect
"QSvgDevice::toString" qsvgdevice.html#toString "TQSvgDevice::toString" tqsvgdevice.html#toString
"QSvgDevice::~QSvgDevice" qsvgdevice.html#~QSvgDevice "TQSvgDevice::~TQSvgDevice" tqsvgdevice.html#~TQSvgDevice
"TQSyntaxHighlighter" tqsyntaxhighlighter.html "TQSyntaxHighlighter" tqsyntaxhighlighter.html
"TQSyntaxHighlighter::currentParagraph" tqsyntaxhighlighter.html#currentParagraph "TQSyntaxHighlighter::currentParagraph" tqsyntaxhighlighter.html#currentParagraph
"TQSyntaxHighlighter::highlightParagraph" tqsyntaxhighlighter.html#highlightParagraph "TQSyntaxHighlighter::highlightParagraph" tqsyntaxhighlighter.html#highlightParagraph

@ -77,7 +77,7 @@ body { background: #ffffff; color: black; }
#ifndef QT_H #ifndef QT_H
#include "tqobject.h" #include "tqobject.h"
#include &lt;private/qcom_p.h&gt; #include &lt;private/tqcom_p.h&gt;
#include "tqrect.h" #include "tqrect.h"
#include "tqguardedptr.h" #include "tqguardedptr.h"
#include "tqmemarray.h" #include "tqmemarray.h"

@ -229,9 +229,9 @@ public:
static void cleanup(); static void cleanup();
static void cacheStatistics(); static void cacheStatistics();
// a copy of this lives in qunicodetables.cpp, as we can't include // a copy of this lives in tqunicodetables.cpp, as we can't include
// tqfont.h it in tools/. Do not modify without changing the script // tqfont.h it in tools/. Do not modify without changing the script
// enum in qunicodetable_p.h aswell. // enum in tqunicodetable_p.h aswell.
enum Script { enum Script {
// European Alphabetic Scripts // European Alphabetic Scripts
Latin, Latin,

@ -1 +0,0 @@
../../src/tools/qcom_p.h

@ -1 +0,0 @@
../../src/tools/qcomlibrary_p.h

@ -1 +0,0 @@
../../src/tools/qcriticalsection_p.h

@ -1 +0,0 @@
../../src/widgets/qeffects_p.h

@ -1 +0,0 @@
../../src/kernel/qinternal_p.h

@ -1 +0,0 @@
../../src/tools/qpluginmanager_p.h

@ -1 +0,0 @@
../../src/kernel/qpsprinter_p.h

@ -1 +0,0 @@
../../src/kernel/qrichtext_p.h

@ -1 +0,0 @@
../../src/kernel/qscriptengine_p.h

@ -1 +0,0 @@
../../src/xml/qsvgdevice_p.h

@ -1 +0,0 @@
../../src/kernel/qt_x11_p.h

@ -1 +0,0 @@
../../src/widgets/qtitlebar_p.h

@ -1 +0,0 @@
../../src/tools/qucom_p.h

@ -1 +0,0 @@
../../src/kernel/qucomextra_p.h

@ -1 +0,0 @@
../../src/tools/qunicodetables_p.h

@ -0,0 +1 @@
../../src/tools/tqcom_p.h

@ -0,0 +1 @@
../../src/tools/tqcomlibrary_p.h

@ -0,0 +1 @@
../../src/tools/tqcriticalsection_p.h

@ -0,0 +1 @@
../../src/widgets/tqeffects_p.h

@ -0,0 +1 @@
../../src/kernel/tqinternal_p.h

@ -0,0 +1 @@
../../src/tools/tqpluginmanager_p.h

@ -0,0 +1 @@
../../src/kernel/tqpsprinter_p.h

@ -0,0 +1 @@
../../src/kernel/tqrichtext_p.h

@ -0,0 +1 @@
../../src/kernel/tqscriptengine_p.h

@ -0,0 +1 @@
../../src/xml/tqsvgdevice_p.h

@ -0,0 +1 @@
../../src/kernel/tqt_x11_p.h

@ -0,0 +1 @@
../../src/widgets/tqtitlebar_p.h

@ -0,0 +1 @@
../../src/tools/tqucom_p.h

@ -0,0 +1 @@
../../src/kernel/tqucomextra_p.h

@ -0,0 +1 @@
../../src/tools/tqunicodetables_p.h

@ -27,7 +27,7 @@
#include <tqiconview.h> #include <tqiconview.h>
#include <tqtextedit.h> #include <tqtextedit.h>
#include <tqwidgetstack.h> #include <tqwidgetstack.h>
#include <private/qtitlebar_p.h> #include <private/tqtitlebar_p.h>
TQString buddyString( TQWidget *widget ) TQString buddyString( TQWidget *widget )

@ -65,7 +65,7 @@ class TQString;
#ifdef TQ_WS_X11 #ifdef TQ_WS_X11
#include "tqmemarray.h" #include "tqmemarray.h"
#include "tqwindowdefs.h" #include "tqwindowdefs.h"
#include <private/qt_x11_p.h> #include <private/tqt_x11_p.h>
#endif #endif
class TQXIMInputContext : public TQInputContext class TQXIMInputContext : public TQInputContext

@ -9,7 +9,7 @@ QOBJS=tqstring.o tqtextstream.o tqiodevice.o tqglobal.o tqgdict.o tqcstring.o \
tqdatastream.o tqgarray.o tqbuffer.o tqglist.o tqptrcollection.o tqfile.o \ tqdatastream.o tqgarray.o tqbuffer.o tqglist.o tqptrcollection.o tqfile.o \
tqfile_unix.o tqregexp.o tqgvector.o tqgcache.o tqbitarray.o tqdir.o tquuid.o \ tqfile_unix.o tqregexp.o tqgvector.o tqgcache.o tqbitarray.o tqdir.o tquuid.o \
tqfileinfo_unix.o tqdir_unix.o tqfileinfo.o tqdatetime.o tqstringlist.o tqmap.o \ tqfileinfo_unix.o tqdir_unix.o tqfileinfo.o tqdatetime.o tqstringlist.o tqmap.o \
qconfig.o qunicodetables.o tqsettings.o tqlocale.o @QMAKE_QTOBJS@ qconfig.o tqunicodetables.o tqsettings.o tqlocale.o @QMAKE_QTOBJS@
#all sources, used for the depend target #all sources, used for the depend target
DEPEND_SRC=project.cpp property.cpp meta.cpp main.cpp qtmd5.cpp generators/makefile.cpp generators/unix/unixmake2.cpp \ DEPEND_SRC=project.cpp property.cpp meta.cpp main.cpp qtmd5.cpp generators/makefile.cpp generators/unix/unixmake2.cpp \
@ -93,8 +93,8 @@ tqlocale.o: @SOURCE_PATH@/src/tools/tqlocale.cpp
tqdatastream.o: @SOURCE_PATH@/src/tools/tqdatastream.cpp tqdatastream.o: @SOURCE_PATH@/src/tools/tqdatastream.cpp
$(CXX) -c -o $@ $(CXXFLAGS) @SOURCE_PATH@/src/tools/tqdatastream.cpp $(CXX) -c -o $@ $(CXXFLAGS) @SOURCE_PATH@/src/tools/tqdatastream.cpp
qunicodetables.o: @SOURCE_PATH@/src/tools/qunicodetables.cpp tqunicodetables.o: @SOURCE_PATH@/src/tools/tqunicodetables.cpp
$(CXX) -c -o $@ $(CXXFLAGS) @SOURCE_PATH@/src/tools/qunicodetables.cpp $(CXX) -c -o $@ $(CXXFLAGS) @SOURCE_PATH@/src/tools/tqunicodetables.cpp
tqgarray.o: @SOURCE_PATH@/src/tools/tqgarray.cpp tqgarray.o: @SOURCE_PATH@/src/tools/tqgarray.cpp
$(CXX) -c -o $@ $(CXXFLAGS) @SOURCE_PATH@/src/tools/tqgarray.cpp $(CXX) -c -o $@ $(CXXFLAGS) @SOURCE_PATH@/src/tools/tqgarray.cpp

@ -22,7 +22,7 @@ OBJS=project.o main.o makefile.o unixmake.o unixmake2.o borland_bmake.o mingw_ma
QTOBJS=tqstring.o tquuid.o tqtextstream.o tqiodevice.o tqglobal.o tqgdict.o tqcstring.o tqdatastream.o \ QTOBJS=tqstring.o tquuid.o tqtextstream.o tqiodevice.o tqglobal.o tqgdict.o tqcstring.o tqdatastream.o \
tqgarray.o tqbuffer.o tqglist.o tqptrcollection.o tqfile.o tqfile_win.o tqregexp.o tqgvector.o \ tqgarray.o tqbuffer.o tqglist.o tqptrcollection.o tqfile.o tqfile_win.o tqregexp.o tqgvector.o \
tqgcache.o tqbitarray.o tqdir.o tqfileinfo_win.o tqdir_win.o tqfileinfo.o tqdatetime.o \ tqgcache.o tqbitarray.o tqdir.o tqfileinfo_win.o tqdir_win.o tqfileinfo.o tqdatetime.o \
tqstringlist.o tqmap.o tqlibrary.o tqlibrary_win.o qconfig.o tqsettings.o tqsettings_win.o qunicodetables.o \ tqstringlist.o tqmap.o tqlibrary.o tqlibrary_win.o qconfig.o tqsettings.o tqsettings_win.o tqunicodetables.o \
tqlocale.o tqlocale.o
@ -139,8 +139,8 @@ tqstringlist.o: ..\src\tools\tqstringlist.cpp
tqmap.o: ..\src\tools\tqmap.cpp tqmap.o: ..\src\tools\tqmap.cpp
$(CXX) $(CXXFLAGS) ..\src\tools\tqmap.cpp $(CXX) $(CXXFLAGS) ..\src\tools\tqmap.cpp
qunicodetables.o: ..\src\tools\qunicodetables.cpp tqunicodetables.o: ..\src\tools\tqunicodetables.cpp
$(CXX) $(CXXFLAGS) ..\src\tools\qunicodetables.cpp $(CXX) $(CXXFLAGS) ..\src\tools\tqunicodetables.cpp
makefile.o: generators\makefile.cpp makefile.o: generators\makefile.cpp
$(CXX) $(CXXFLAGS) generators\makefile.cpp $(CXX) $(CXXFLAGS) generators\makefile.cpp

@ -45,7 +45,7 @@
#ifndef TQT_NO_COMPONENT #ifndef TQT_NO_COMPONENT
#include "ntqapplication.h" #include "ntqapplication.h"
#include "tqcleanuphandler.h" #include "tqcleanuphandler.h"
#include <private/qpluginmanager_p.h> #include <private/tqpluginmanager_p.h>
#include "tqtextcodecinterface_p.h" #include "tqtextcodecinterface_p.h"
#ifdef TQT_THREAD_SUPPORT #ifdef TQT_THREAD_SUPPORT

@ -44,7 +44,7 @@
// ------------- // -------------
// //
// This file is not part of the TQt API. It exists for the convenience // This file is not part of the TQt API. It exists for the convenience
// of qpsprinter.cpp and tqprinter_x11.cpp. // of tqpsprinter.cpp and tqprinter_x11.cpp.
// This header file may change from version to version without notice, // This header file may change from version to version without notice,
// or even be removed. // or even be removed.
// //
@ -53,7 +53,7 @@
// //
#ifndef QT_H #ifndef QT_H
#include <private/qcom_p.h> #include <private/tqcom_p.h>
#endif // QT_H #endif // QT_H
#ifndef TQT_NO_TEXTCODEC #ifndef TQT_NO_TEXTCODEC

@ -673,7 +673,7 @@ bool TQDialog::event( TQEvent *e )
#if defined(TQ_WS_X11) #if defined(TQ_WS_X11)
extern "C" { int XSetTransientForHint( Display *, unsigned long, unsigned long ); } extern "C" { int XSetTransientForHint( Display *, unsigned long, unsigned long ); }
#include <private/qt_x11_p.h> #include <private/tqt_x11_p.h>
#undef FocusIn #undef FocusIn
// defined in qapplication_x11.cpp // defined in qapplication_x11.cpp
extern Atom qt_net_wm_full_placement; extern Atom qt_net_wm_full_placement;

@ -50,7 +50,7 @@
#include <stdlib.h> #include <stdlib.h>
#include "tqcleanuphandler.h" #include "tqcleanuphandler.h"
#include <private/qpluginmanager_p.h> #include <private/tqpluginmanager_p.h>
#ifndef TQT_NO_COMPONENT #ifndef TQT_NO_COMPONENT

@ -49,7 +49,7 @@
// //
#ifndef QT_H #ifndef QT_H
#include <private/qcom_p.h> #include <private/tqcom_p.h>
#endif // QT_H #endif // QT_H
#ifndef TQT_NO_IM #ifndef TQT_NO_IM

@ -1,7 +1,7 @@
#!/usr/bin/perl #!/usr/bin/perl
open(INPUT, 'qpsprinter.ps') open(INPUT, 'tqpsprinter.ps')
or die "Can't open qpsprinter.ps"; or die "Can't open tqpsprinter.ps";
$dontcompress = 1; $dontcompress = 1;
while(<INPUT>) { while(<INPUT>) {

@ -92,7 +92,7 @@
#ifndef TQT_NO_IM #ifndef TQT_NO_IM
#include "tqinputcontext.h" #include "tqinputcontext.h"
#endif // TQT_NO_IM #endif // TQT_NO_IM
#include "qinternal_p.h" // shared double buffer cleanup #include "tqinternal_p.h" // shared double buffer cleanup
#if defined(TQT_THREAD_SUPPORT) #if defined(TQT_THREAD_SUPPORT)
# include "tqthread.h" # include "tqthread.h"
@ -102,7 +102,7 @@
# include "tqfile.h" # include "tqfile.h"
#endif #endif
#include "qt_x11_p.h" #include "tqt_x11_p.h"
#if !defined(TQT_NO_XFTFREETYPE) #if !defined(TQT_NO_XFTFREETYPE)
// XFree86 4.0.3 implementation is missing XftInitFtLibrary forward // XFree86 4.0.3 implementation is missing XftInitFtLibrary forward
@ -849,7 +849,7 @@ void qt_x11_intern_atom( const char *name, Atom *result)
} }
static void qt_x11_process_intern_atoms() static void tqt_x11_process_intern_atoms()
{ {
if ( atoms_to_be_created ) { if ( atoms_to_be_created ) {
#if defined(XlibSpecificationRelease) && (XlibSpecificationRelease >= 6) #if defined(XlibSpecificationRelease) && (XlibSpecificationRelease >= 6)
@ -2084,7 +2084,7 @@ void tqt_init_internal( int *argcptr, char **argv,
qt_x11_motifdnd_init(); qt_x11_motifdnd_init();
// Finally create all atoms // Finally create all atoms
qt_x11_process_intern_atoms(); tqt_x11_process_intern_atoms();
// look for broken window managers // look for broken window managers
qt_detect_broken_window_manager(); qt_detect_broken_window_manager();

@ -55,7 +55,7 @@
#include "tqbitmap.h" #include "tqbitmap.h"
#include "tqpainter.h" #include "tqpainter.h"
#include "qt_x11_p.h" #include "tqt_x11_p.h"
// conflict resolution // conflict resolution

@ -4,7 +4,7 @@ kernel {
KERNEL_P = kernel KERNEL_P = kernel
HEADERS += \ HEADERS += \
$$KERNEL_H/tqaccel.h \ $$KERNEL_H/tqaccel.h \
$$KERNEL_P/qucomextra_p.h \ $$KERNEL_P/tqucomextra_p.h \
$$KERNEL_H/ntqapplication.h \ $$KERNEL_H/ntqapplication.h \
$$KERNEL_P/qapplication_p.h \ $$KERNEL_P/qapplication_p.h \
$$KERNEL_H/tqasyncimageio.h \ $$KERNEL_H/tqasyncimageio.h \
@ -89,11 +89,11 @@ kernel {
$$KERNEL_H/tqwindowdefs.h \ $$KERNEL_H/tqwindowdefs.h \
$$KERNEL_H/tqwmatrix.h \ $$KERNEL_H/tqwmatrix.h \
$$KERNEL_H/tqvariant.h \ $$KERNEL_H/tqvariant.h \
$$KERNEL_P/qrichtext_p.h \ $$KERNEL_P/tqrichtext_p.h \
$$KERNEL_P/qinternal_p.h \ $$KERNEL_P/tqinternal_p.h \
$$KERNEL_H/tqgplugin.h \ $$KERNEL_H/tqgplugin.h \
$$KERNEL_H/tqsimplerichtext.h \ $$KERNEL_H/tqsimplerichtext.h \
$$KERNEL_CPP/qscriptengine_p.h \ $$KERNEL_CPP/tqscriptengine_p.h \
$$KERNEL_CPP/tqtextengine_p.h \ $$KERNEL_CPP/tqtextengine_p.h \
$$KERNEL_CPP/tqfontengine_p.h \ $$KERNEL_CPP/tqfontengine_p.h \
$$KERNEL_CPP/tqtextlayout_p.h $$KERNEL_CPP/tqtextlayout_p.h
@ -182,7 +182,7 @@ kernel {
DEFINES += QMAC_ONE_PIXEL_LOCK DEFINES += QMAC_ONE_PIXEL_LOCK
} else:unix { } else:unix {
SOURCES += $$KERNEL_CPP/tqprinter_unix.cpp \ SOURCES += $$KERNEL_CPP/tqprinter_unix.cpp \
$$KERNEL_CPP/qpsprinter.cpp $$KERNEL_CPP/tqpsprinter.cpp
glibmainloop { glibmainloop {
SOURCES += $$KERNEL_CPP/tqeventloop_unix_glib.cpp SOURCES += $$KERNEL_CPP/tqeventloop_unix_glib.cpp
} else { } else {
@ -194,7 +194,7 @@ kernel {
$$KERNEL_CPP/tqthread_unix.cpp $$KERNEL_CPP/tqthread_unix.cpp
SOURCES += $$KERNEL_CPP/tqabstractlayout.cpp \ SOURCES += $$KERNEL_CPP/tqabstractlayout.cpp \
$$KERNEL_CPP/qucomextra.cpp \ $$KERNEL_CPP/tqucomextra.cpp \
$$KERNEL_CPP/tqaccel.cpp \ $$KERNEL_CPP/tqaccel.cpp \
$$KERNEL_CPP/qapplication.cpp \ $$KERNEL_CPP/qapplication.cpp \
$$KERNEL_CPP/tqasyncimageio.cpp \ $$KERNEL_CPP/tqasyncimageio.cpp \
@ -257,16 +257,16 @@ kernel {
$$KERNEL_CPP/tqwidget.cpp \ $$KERNEL_CPP/tqwidget.cpp \
$$KERNEL_CPP/tqwmatrix.cpp \ $$KERNEL_CPP/tqwmatrix.cpp \
$$KERNEL_CPP/tqvariant.cpp \ $$KERNEL_CPP/tqvariant.cpp \
$$KERNEL_CPP/qrichtext.cpp \ $$KERNEL_CPP/tqrichtext.cpp \
$$KERNEL_CPP/qinternal.cpp \ $$KERNEL_CPP/tqinternal.cpp \
$$KERNEL_CPP/qrichtext_p.cpp \ $$KERNEL_CPP/tqrichtext_p.cpp \
$$KERNEL_CPP/tqgplugin.cpp \ $$KERNEL_CPP/tqgplugin.cpp \
$$KERNEL_CPP/tqsimplerichtext.cpp \ $$KERNEL_CPP/tqsimplerichtext.cpp \
$$KERNEL_CPP/qscriptengine.cpp \ $$KERNEL_CPP/tqscriptengine.cpp \
$$KERNEL_CPP/tqtextlayout.cpp \ $$KERNEL_CPP/tqtextlayout.cpp \
$$KERNEL_CPP/tqtextengine.cpp $$KERNEL_CPP/tqtextengine.cpp
unix:HEADERS += $$KERNEL_P/qpsprinter_p.h \ unix:HEADERS += $$KERNEL_P/tqpsprinter_p.h \
$$KERNEL_H/tqfontdatabase.h $$KERNEL_H/tqfontdatabase.h
accessibility { accessibility {

@ -22,7 +22,7 @@
# endif # endif
# endif # endif
#include <tqmap.h> // I must be first! #include <tqmap.h> // I must be first!
#include <private/qucomextra_p.h> // All moc genereated code has this include #include <private/tqucomextra_p.h> // All moc genereated code has this include
#include <ntqapplication.h> #include <ntqapplication.h>
#include <tqbitmap.h> #include <tqbitmap.h>
#include <tqcursor.h> #include <tqcursor.h>

@ -22,7 +22,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
#include "qt_x11_p.h" #include "tqt_x11_p.h"
#if !defined(TQT_NO_XFTFREETYPE) && !defined(QT_XFT2) #if !defined(TQT_NO_XFTFREETYPE) && !defined(QT_XFT2)

@ -42,7 +42,7 @@
#include "tqptrdict.h" #include "tqptrdict.h"
#include "tqmetaobject.h" #include "tqmetaobject.h"
#include <private/qpluginmanager_p.h> #include <private/tqpluginmanager_p.h>
#include "ntqapplication.h" #include "ntqapplication.h"
#include <stdlib.h> #include <stdlib.h>

@ -41,7 +41,7 @@
#ifndef QT_H #ifndef QT_H
#include "tqobject.h" #include "tqobject.h"
#include <private/qcom_p.h> #include <private/tqcom_p.h>
#include "tqrect.h" #include "tqrect.h"
#include "tqguardedptr.h" #include "tqguardedptr.h"
#include "tqmemarray.h" #include "tqmemarray.h"

@ -73,7 +73,7 @@
#include "tqtextcodec.h" #include "tqtextcodec.h"
#include "tqvaluelist.h" #include "tqvaluelist.h"
#include "tqmap.h" #include "tqmap.h"
#include "qt_x11_p.h" #include "tqt_x11_p.h"
#include "qapplication_p.h" #include "qapplication_p.h"

@ -44,7 +44,7 @@
#include "tqpaintdevice.h" #include "tqpaintdevice.h"
#include "ntqapplication.h" #include "ntqapplication.h"
#include "qapplication_p.h" #include "qapplication_p.h"
#include "qt_x11_p.h" #include "tqt_x11_p.h"
// NOT REVISED // NOT REVISED

@ -44,7 +44,7 @@
#include "ntqapplication.h" #include "ntqapplication.h"
#include "tqdatastream.h" #include "tqdatastream.h"
#include "tqnamespace.h" #include "tqnamespace.h"
#include "qt_x11_p.h" #include "tqt_x11_p.h"
#include <X11/cursorfont.h> #include <X11/cursorfont.h>
#ifndef TQT_NO_XCURSOR #ifndef TQT_NO_XCURSOR

@ -39,7 +39,7 @@
#include "tqdesktopwidget.h" #include "tqdesktopwidget.h"
#include "ntqapplication.h" #include "ntqapplication.h"
#include "tqobjectlist.h" #include "tqobjectlist.h"
#include "qt_x11_p.h" #include "tqt_x11_p.h"
#include <cstdlib> #include <cstdlib>
// defined in tqwidget_x11.cpp // defined in tqwidget_x11.cpp

@ -41,7 +41,7 @@
#include "ntqapplication.h" #include "ntqapplication.h"
#include "tqbitarray.h" #include "tqbitarray.h"
#include "tqcolor_p.h" #include "tqcolor_p.h"
#include "qt_x11_p.h" #include "tqt_x11_p.h"
#if defined(TQT_THREAD_SUPPORT) #if defined(TQT_THREAD_SUPPORT)
# include "tqmutex.h" # include "tqmutex.h"

@ -44,7 +44,7 @@
#include "ntqapplication.h" #include "ntqapplication.h"
#include "tqbitarray.h" #include "tqbitarray.h"
#include "tqcolor_p.h" #include "tqcolor_p.h"
#include "qt_x11_p.h" #include "tqt_x11_p.h"
#if defined(TQT_THREAD_SUPPORT) #if defined(TQT_THREAD_SUPPORT)
# include "tqmutex.h" # include "tqmutex.h"

@ -55,7 +55,7 @@
#include "tqpaintdevicemetrics.h" #include "tqpaintdevicemetrics.h"
#endif #endif
#include <private/qunicodetables_p.h> #include <private/tqunicodetables_p.h>
#include "tqfontdata_p.h" #include "tqfontdata_p.h"
#include "tqfontengine_p.h" #include "tqfontengine_p.h"
#include "tqpainter_p.h" #include "tqpainter_p.h"

@ -193,9 +193,9 @@ public:
static void cleanup(); static void cleanup();
static void cacheStatistics(); static void cacheStatistics();
// a copy of this lives in qunicodetables.cpp, as we can't include // a copy of this lives in tqunicodetables.cpp, as we can't include
// tqfont.h it in tools/. Do not modify without changing the script // tqfont.h it in tools/. Do not modify without changing the script
// enum in qunicodetable_p.h aswell. // enum in tqunicodetable_p.h aswell.
enum Script { enum Script {
// European Alphabetic Scripts // European Alphabetic Scripts
Latin, Latin,

@ -55,12 +55,12 @@
#include "tqtextcodec.h" #include "tqtextcodec.h"
#include <private/tqfontcodecs_p.h> #include <private/tqfontcodecs_p.h>
#include <private/qunicodetables_p.h> #include <private/tqunicodetables_p.h>
#include "tqfontdata_p.h" #include "tqfontdata_p.h"
#include "tqfontengine_p.h" #include "tqfontengine_p.h"
#include "tqtextengine_p.h" #include "tqtextengine_p.h"
#include "qt_x11_p.h" #include "tqt_x11_p.h"
#include <time.h> #include <time.h>
#include <stdlib.h> #include <stdlib.h>

@ -45,7 +45,7 @@
#include <tqtl.h> #include <tqtl.h>
#include <ntqapplication.h> #include <ntqapplication.h>
#include <private/qunicodetables_p.h> #include <private/tqunicodetables_p.h>
#include "tqfontengine_p.h" #include "tqfontengine_p.h"
#include <tqcleanuphandler.h> #include <tqcleanuphandler.h>

@ -43,7 +43,7 @@
#include <tqdatetime.h> #include <tqdatetime.h>
#include <tqpaintdevicemetrics.h> #include <tqpaintdevicemetrics.h>
#include "qt_x11_p.h" #include "tqt_x11_p.h"
#include <ctype.h> #include <ctype.h>
#include <stdlib.h> #include <stdlib.h>

@ -219,7 +219,7 @@ private:
#endif #endif
#ifdef TQ_WS_X11 #ifdef TQ_WS_X11
#include "qt_x11_p.h" #include "tqt_x11_p.h"
struct TransformedFont struct TransformedFont
@ -406,7 +406,7 @@ class TQTextEngine;
#ifndef TQT_NO_XFTFREETYPE #ifndef TQT_NO_XFTFREETYPE
#include "qscriptengine_p.h" #include "tqscriptengine_p.h"
#include "tqtextengine_p.h" #include "tqtextengine_p.h"
#include <ft2build.h> #include <ft2build.h>
#include FT_FREETYPE_H #include FT_FREETYPE_H

@ -51,12 +51,12 @@
#include "tqpainter.h" #include "tqpainter.h"
#include "tqimage.h" #include "tqimage.h"
#include "qt_x11_p.h" #include "tqt_x11_p.h"
#include "tqfont.h" #include "tqfont.h"
#include "tqtextengine_p.h" #include "tqtextengine_p.h"
#include <private/qunicodetables_p.h> #include <private/tqunicodetables_p.h>
#include <limits.h> #include <limits.h>
@ -2234,7 +2234,7 @@ TQFontEngine::Type TQFontEngineXft::type() const
#ifndef TQT_NO_XFTFREETYPE #ifndef TQT_NO_XFTFREETYPE
#include "qscriptengine_p.h" #include "tqscriptengine_p.h"
//#define OT_DEBUG //#define OT_DEBUG

@ -40,7 +40,7 @@
#ifndef TQT_NO_COMPONENT #ifndef TQT_NO_COMPONENT
#include <private/qcom_p.h> #include <private/tqcom_p.h>
TQGPlugin::TQGPlugin() TQGPlugin::TQGPlugin()
: _iface( 0 ) : _iface( 0 )

@ -74,9 +74,9 @@
#define Q_PLUGIN_FLAGS_STRING "01" #define Q_PLUGIN_FLAGS_STRING "01"
#endif #endif
// this is duplicated at Q_UCM_VERIFICATION_DATA in qcom_p.h // this is duplicated at Q_UCM_VERIFICATION_DATA in tqcom_p.h
// NOTE: if you change pattern, you MUST change the pattern in // NOTE: if you change pattern, you MUST change the pattern in
// qcomlibrary.cpp as well. changing the pattern will break all // tqcomlibrary.cpp as well. changing the pattern will break all
// backwards compatibility as well (no old plugins will be loaded). // backwards compatibility as well (no old plugins will be loaded).
#ifndef Q_PLUGIN_VERIFICATION_DATA #ifndef Q_PLUGIN_VERIFICATION_DATA
# define Q_PLUGIN_VERIFICATION_DATA \ # define Q_PLUGIN_VERIFICATION_DATA \

@ -50,7 +50,7 @@
#include "tqmngio.h" #include "tqmngio.h"
#include "tqjpegio.h" #include "tqjpegio.h"
#include "tqmap.h" #include "tqmap.h"
#include <private/qpluginmanager_p.h> #include <private/tqpluginmanager_p.h>
#include "tqimageformatinterface_p.h" #include "tqimageformatinterface_p.h"
#include "tqwmatrix.h" #include "tqwmatrix.h"
#include "ntqapplication.h" #include "ntqapplication.h"

@ -40,7 +40,7 @@
#define TQIMAGEFORMATINTERFACE_P_H #define TQIMAGEFORMATINTERFACE_P_H
#ifndef QT_H #ifndef QT_H
#include <private/qcom_p.h> #include <private/tqcom_p.h>
#endif // QT_H #endif // QT_H
#if __GNUC__ - 0 > 3 #if __GNUC__ - 0 > 3

@ -63,7 +63,7 @@ class TQString;
#ifdef TQ_WS_X11 #ifdef TQ_WS_X11
#include "tqmemarray.h" #include "tqmemarray.h"
#include "tqwindowdefs.h" #include "tqwindowdefs.h"
#include "qt_x11_p.h" #include "tqt_x11_p.h"
#endif #endif
#ifdef TQ_WS_WIN #ifdef TQ_WS_WIN

@ -45,7 +45,7 @@
#include "ntqapplication.h" #include "ntqapplication.h"
#include "tqwidget.h" #include "tqwidget.h"
#include "qt_x11_p.h" #include "tqt_x11_p.h"
/*! /*!
This function may be overridden only if input method is depending This function may be overridden only if input method is depending

@ -38,7 +38,7 @@
** **
**********************************************************************/ **********************************************************************/
#include "private/qinternal_p.h" #include "private/tqinternal_p.h"
#include "tqwidget.h" #include "tqwidget.h"
#include "tqpixmap.h" #include "tqpixmap.h"
#include "tqpainter.h" #include "tqpainter.h"

@ -73,7 +73,7 @@ in doc/dnd.doc, where the documentation system can see it. */
#ifndef TQT_NO_DRAGANDDROP #ifndef TQT_NO_DRAGANDDROP
#include "tqwidget.h" #include "tqwidget.h"
#include "qt_x11_p.h" #include "tqt_x11_p.h"
#include <stdlib.h> #include <stdlib.h>

@ -45,8 +45,8 @@
#include "tqsignalslotimp.h" #include "tqsignalslotimp.h"
#include "tqregexp.h" #include "tqregexp.h"
#include "tqmetaobject.h" #include "tqmetaobject.h"
#include <private/qucom_p.h> #include <private/tqucom_p.h>
#include "qucomextra_p.h" #include "tqucomextra_p.h"
#include "tqptrvector.h" #include "tqptrvector.h"
// TQStyleControlElementData // TQStyleControlElementData

@ -44,7 +44,7 @@
#include "tqwidget.h" #include "tqwidget.h"
#include "tqbitmap.h" #include "tqbitmap.h"
#include "ntqapplication.h" #include "ntqapplication.h"
#include "qt_x11_p.h" #include "tqt_x11_p.h"
/*! /*!

@ -48,7 +48,7 @@
#include "tqimage.h" #include "tqimage.h"
#include "tqpaintdevicemetrics.h" #include "tqpaintdevicemetrics.h"
#include "ntqapplication.h" #include "ntqapplication.h"
#include "qrichtext_p.h" #include "tqrichtext_p.h"
#include "tqregexp.h" #include "tqregexp.h"
#include "tqcleanuphandler.h" #include "tqcleanuphandler.h"
#include <string.h> #include <string.h>

@ -48,7 +48,7 @@
#include "tqtextcodec.h" #include "tqtextcodec.h"
#include "tqpaintdevicemetrics.h" #include "tqpaintdevicemetrics.h"
#include "qt_x11_p.h" #include "tqt_x11_p.h"
#include "tqtextlayout_p.h" #include "tqtextlayout_p.h"
#include "tqfontdata_p.h" #include "tqfontdata_p.h"

@ -50,7 +50,7 @@
#include "tqpaintdevicemetrics.h" #include "tqpaintdevicemetrics.h"
#ifndef TQT_NO_SVG #ifndef TQT_NO_SVG
#include "private/qsvgdevice_p.h" #include "private/tqsvgdevice_p.h"
#endif #endif
/*! /*!

@ -48,7 +48,7 @@
#include "tqbuffer.h" #include "tqbuffer.h"
#include "tqobjectlist.h" #include "tqobjectlist.h"
#include "ntqapplication.h" #include "ntqapplication.h"
#include <private/qinternal_p.h> #include <private/tqinternal_p.h>
#include "tqmime.h" #include "tqmime.h"
#include "tqdragobject.h" #include "tqdragobject.h"
#include "tqfile.h" #include "tqfile.h"

@ -72,7 +72,7 @@
#include "tqimage.h" #include "tqimage.h"
#include "tqwmatrix.h" #include "tqwmatrix.h"
#include "ntqapplication.h" #include "ntqapplication.h"
#include "qt_x11_p.h" #include "tqt_x11_p.h"
#include <stdlib.h> #include <stdlib.h>

@ -52,7 +52,7 @@ static inline int qt_open(const char *pathname, int flags, mode_t mode)
#ifndef TQT_NO_PRINTER #ifndef TQT_NO_PRINTER
#include "tqpaintdevicemetrics.h" #include "tqpaintdevicemetrics.h"
#include "qpsprinter_p.h" #include "tqpsprinter_p.h"
#include "tqprintdialog.h" #include "tqprintdialog.h"
#include "ntqapplication.h" #include "ntqapplication.h"
#include "tqprinter_p.h" #include "tqprinter_p.h"

@ -46,7 +46,7 @@
#ifndef TQT_NO_PROCESS #ifndef TQT_NO_PROCESS
#include "ntqapplication.h" #include "ntqapplication.h"
#include "private/qinternal_p.h" #include "private/tqinternal_p.h"
//#define QT_QPROCESS_DEBUG //#define QT_QPROCESS_DEBUG

@ -56,7 +56,7 @@
#include "tqtimer.h" #include "tqtimer.h"
#include "tqcleanuphandler.h" #include "tqcleanuphandler.h"
#include "tqregexp.h" #include "tqregexp.h"
#include "private/qinternal_p.h" #include "private/tqinternal_p.h"
#include <stdlib.h> #include <stdlib.h>
#include <errno.h> #include <errno.h>

@ -50,7 +50,7 @@
# undef truncate # undef truncate
#endif #endif
#include "qpsprinter_p.h" #include "tqpsprinter_p.h"
#ifndef TQT_NO_PRINTER #ifndef TQT_NO_PRINTER
@ -73,7 +73,7 @@
#include "tqfontdatabase.h" #include "tqfontdatabase.h"
#include "tqregexp.h" #include "tqregexp.h"
#include "tqbitmap.h" #include "tqbitmap.h"
#include <private/qunicodetables_p.h> #include <private/tqunicodetables_p.h>
#if defined(Q_OS_WIN32) #if defined(Q_OS_WIN32)
#include <io.h> #include <io.h>
@ -86,7 +86,7 @@
#endif #endif
#ifdef TQ_WS_X11 #ifdef TQ_WS_X11
#include "qt_x11_p.h" #include "tqt_x11_p.h"
#ifdef None #ifdef None
#undef None #undef None
#endif #endif

@ -1,6 +1,6 @@
% the postscript header we use for our qpsprinter in uncompressed and commented form. % the postscript header we use for our tqpsprinter in uncompressed and commented form.
% use the makepsheader perl script to generate a compressed version of this header % use the makepsheader perl script to generate a compressed version of this header
% you can then paste into qpsprinter.cpp % you can then paste into tqpsprinter.cpp
% %
% some compression of the code is done by the makepsheader script, so we don't need to % some compression of the code is done by the makepsheader script, so we don't need to
% write too criptically here. % write too criptically here.
@ -162,7 +162,7 @@
% %
% string uc string % string uc string
% %
%%% Warning: if you change the method here, change the table in qpsprinter.cpp:compress()! %%% Warning: if you change the method here, change the table in tqpsprinter.cpp:compress()!
/uc { /uc {
/rL 0 d /rL 0 d
0 0

@ -48,7 +48,7 @@
// ------------- // -------------
// //
// This file is not part of the TQt API. It exists for the convenience // This file is not part of the TQt API. It exists for the convenience
// of qpsprinter.cpp and tqprinter_x11.cpp. // of tqpsprinter.cpp and tqprinter_x11.cpp.
// This header file may change from version to version without notice, // This header file may change from version to version without notice,
// or even be removed. // or even be removed.
// //

@ -43,7 +43,7 @@
#include "tqbuffer.h" #include "tqbuffer.h"
#include "tqimage.h" #include "tqimage.h"
#include "tqbitmap.h" #include "tqbitmap.h"
#include "qt_x11_p.h" #include "tqt_x11_p.h"
#include <stdlib.h> #include <stdlib.h>

@ -38,7 +38,7 @@
** **
**********************************************************************/ **********************************************************************/
#include "qrichtext_p.h" #include "tqrichtext_p.h"
#ifndef TQT_NO_RICHTEXT #ifndef TQT_NO_RICHTEXT
@ -63,7 +63,7 @@
#include "tqstyle.h" #include "tqstyle.h"
#include "tqcleanuphandler.h" #include "tqcleanuphandler.h"
#include "tqtextengine_p.h" #include "tqtextengine_p.h"
#include <private/qunicodetables_p.h> #include <private/tqunicodetables_p.h>
#include <stdlib.h> #include <stdlib.h>

@ -38,7 +38,7 @@
** **
**********************************************************************/ **********************************************************************/
#include "qrichtext_p.h" #include "tqrichtext_p.h"
#ifndef TQT_NO_RICHTEXT #ifndef TQT_NO_RICHTEXT

@ -34,12 +34,12 @@
** **
**********************************************************************/ **********************************************************************/
#include "qscriptengine_p.h" #include "tqscriptengine_p.h"
#include "tqstring.h" #include "tqstring.h"
#include "tqrect.h" #include "tqrect.h"
#include "tqfont.h" #include "tqfont.h"
#include <private/qunicodetables_p.h> #include <private/tqunicodetables_p.h>
#include "tqtextengine_p.h" #include "tqtextengine_p.h"
#include "tqfontengine_p.h" #include "tqfontengine_p.h"
#include <stdlib.h> #include <stdlib.h>
@ -1614,9 +1614,9 @@ static bool arabic_shape(TQShaperItem *item)
} }
#if defined(TQ_WS_X11) #if defined(TQ_WS_X11)
# include "qscriptengine_x11.cpp" # include "tqscriptengine_x11.cpp"
#elif defined(TQ_WS_WIN) #elif defined(TQ_WS_WIN)
# include "qscriptengine_win.cpp" # include "tqscriptengine_win.cpp"
#elif defined(TQ_WS_MAC) #elif defined(TQ_WS_MAC)
# include "qscriptengine_mac.cpp" # include "tqscriptengine_mac.cpp"
#endif #endif

@ -41,7 +41,7 @@
#include "tqsimplerichtext.h" #include "tqsimplerichtext.h"
#ifndef TQT_NO_RICHTEXT #ifndef TQT_NO_RICHTEXT
#include "qrichtext_p.h" #include "tqrichtext_p.h"
#include "ntqapplication.h" #include "ntqapplication.h"
class TQSimpleRichTextData class TQSimpleRichTextData

@ -47,7 +47,7 @@
#include "tqstyle.h" #include "tqstyle.h"
#if defined(TQ_WS_X11) #if defined(TQ_WS_X11)
#include "qt_x11_p.h" #include "tqt_x11_p.h"
extern Atom qt_sizegrip; // defined in qapplication_x11.cpp extern Atom qt_sizegrip; // defined in qapplication_x11.cpp
#elif defined (TQ_WS_WIN ) #elif defined (TQ_WS_WIN )
#include "tqobjectlist.h" #include "tqobjectlist.h"

@ -42,7 +42,7 @@
#ifndef TQT_NO_RICHTEXT #ifndef TQT_NO_RICHTEXT
#include "private/qrichtext_p.h" #include "private/tqrichtext_p.h"
#include "tqlayout.h" #include "tqlayout.h"
#include "tqpainter.h" #include "tqpainter.h"
#include "tqcleanuphandler.h" #include "tqcleanuphandler.h"

@ -272,30 +272,30 @@
#include <tqxml.h> #include <tqxml.h>
#if defined( QT_MOC_CPP ) || defined( QT_H_CPP ) || defined( Q_OS_MACX ) #if defined( QT_MOC_CPP ) || defined( QT_H_CPP ) || defined( Q_OS_MACX )
#include <private/qcom_p.h> #include <private/tqcom_p.h>
#include <private/qucom_p.h> #include <private/tqucom_p.h>
#include "private/qcom_p.h" #include "private/tqcom_p.h"
#include "private/tqimageformatinterface_p.h" #include "private/tqimageformatinterface_p.h"
#include "private/tqisciicodec_p.h" #include "private/tqisciicodec_p.h"
#include "private/tqlayoutengine_p.h" #include "private/tqlayoutengine_p.h"
#include "private/qcomlibrary_p.h" #include "private/tqcomlibrary_p.h"
#include "private/qeffects_p.h" #include "private/tqeffects_p.h"
#include "private/tqgpluginmanager_p.h" #include "private/tqgpluginmanager_p.h"
#include "private/qinternal_p.h" #include "private/tqinternal_p.h"
#include "private/tqsqldriverinterface_p.h" #include "private/tqsqldriverinterface_p.h"
#include "private/tqsqlmanager_p.h" #include "private/tqsqlmanager_p.h"
#include "private/qlock_p.h" #include "private/qlock_p.h"
#include "private/tqcomponentfactory_p.h" #include "private/tqcomponentfactory_p.h"
#include "private/tqstyleinterface_p.h" #include "private/tqstyleinterface_p.h"
#include "private/qrichtext_p.h" #include "private/tqrichtext_p.h"
#include "private/qsvgdevice_p.h" #include "private/tqsvgdevice_p.h"
#include "private/tqfontcodecs_p.h" #include "private/tqfontcodecs_p.h"
#include "private/tqtextcodecinterface_p.h" #include "private/tqtextcodecinterface_p.h"
#include "private/qpsprinter_p.h" #include "private/tqpsprinter_p.h"
#include "private/qtitlebar_p.h" #include "private/tqtitlebar_p.h"
#include "private/qucom_p.h" #include "private/tqucom_p.h"
#include "private/qucomextra_p.h" #include "private/tqucomextra_p.h"
#include "private/qpluginmanager_p.h" #include "private/tqpluginmanager_p.h"
#include "private/tqdir_p.h" #include "private/tqdir_p.h"
#include "private/tqsettings_p.h" #include "private/tqsettings_p.h"
#include "private/tqsqlextension_p.h" #include "private/tqsqlextension_p.h"

@ -38,8 +38,8 @@
** **
**********************************************************************/ **********************************************************************/
#ifndef QT_X11_H #ifndef TQT_X11_H
#define QT_X11_H #define TQT_X11_H
// //
@ -277,4 +277,4 @@ extern "C" char *XSetIMValues( XIM /* im */, ... );
#endif // QT_MITSHM #endif // QT_MITSHM
#endif // QT_X11_H #endif // TQT_X11_H

@ -38,12 +38,12 @@
#include "tqtextengine_p.h" #include "tqtextengine_p.h"
#include "qscriptengine_p.h" #include "tqscriptengine_p.h"
#include <tqfont.h> #include <tqfont.h>
#include "tqfontdata_p.h" #include "tqfontdata_p.h"
#include "tqfontengine_p.h" #include "tqfontengine_p.h"
#include <tqstring.h> #include <tqstring.h>
#include <private/qunicodetables_p.h> #include <private/tqunicodetables_p.h>
#include <stdlib.h> #include <stdlib.h>
// ----------------------------------------------------------------------------------------------------- // -----------------------------------------------------------------------------------------------------

@ -38,7 +38,7 @@
** **
**********************************************************************/ **********************************************************************/
#include "qucomextra_p.h" #include "tqucomextra_p.h"
#include <tqvariant.h> #include <tqvariant.h>

@ -54,7 +54,7 @@
// //
#ifndef QT_H #ifndef QT_H
#include <private/qucom_p.h> #include <private/tqucom_p.h>
#endif // QT_H #endif // QT_H
#if __GNUC__ - 0 > 3 #if __GNUC__ - 0 > 3

@ -50,7 +50,7 @@
#include "tqtextcodec.h" #include "tqtextcodec.h"
#include "tqdatetime.h" #include "tqdatetime.h"
#include "tqcursor.h" #include "tqcursor.h"
#include "qt_x11_p.h" #include "tqt_x11_p.h"
#include <stdlib.h> #include <stdlib.h>
// NOT REVISED // NOT REVISED

@ -39,7 +39,7 @@
**********************************************************************/ **********************************************************************/
#include "tqwidget.h" #include "tqwidget.h"
#include "qt_x11_p.h" #include "tqt_x11_p.h"
/* /*

@ -20,10 +20,10 @@
TQHttpResponseHeader::*; TQHttpResponseHeader::*;
TQMainWindowLayout::*; TQMainWindowLayout::*;
Q*Private::*; # collides with TQGuardedPtrPrivate Q*Private::*; # collides with TQGuardedPtrPrivate
QPSPrinter*; TQPSPrinter*;
Q*RegExpEngine::*; Q*RegExpEngine::*;
Q*SvgDevice::*; Q*SvgDevice::*;
*QSvgDeviceState*; *TQSvgDeviceState*;
ImgElement::*; ImgElement::*;
PixElement::*; PixElement::*;
QRenameEdit::*; QRenameEdit::*;
@ -36,7 +36,7 @@
QSVChildRec::*; QSVChildRec::*;
qt_xdnd_*; qt_xdnd_*;
QTipLabel::*; QTipLabel::*;
QUnicodeTables::*; TQUnicodeTables::*;
QViewportWidget::*; QViewportWidget::*;
QWFlagWidget::*; QWFlagWidget::*;
TQWorkspaceChild::*; TQWorkspaceChild::*;

@ -29,7 +29,7 @@ SOURCES = ../tools/tqbuffer.cpp \
../tools/tqregexp.cpp \ ../tools/tqregexp.cpp \
../tools/tqstring.cpp \ ../tools/tqstring.cpp \
../tools/tqlocale.cpp \ ../tools/tqlocale.cpp \
../tools/qunicodetables.cpp \ ../tools/tqunicodetables.cpp \
../tools/tqstringlist.cpp \ ../tools/tqstringlist.cpp \
../tools/tqtextstream.cpp \ ../tools/tqtextstream.cpp \
../tools/tqbitarray.cpp \ ../tools/tqbitarray.cpp \

@ -2906,7 +2906,7 @@ void generateClass() // generate C++ source code for a class
} }
fprintf( out, "#include <%stqmetaobject.h>\n", (const char*)g->qtPath ); fprintf( out, "#include <%stqmetaobject.h>\n", (const char*)g->qtPath );
fprintf( out, "#include <%sntqapplication.h>\n\n", (const char*)g->qtPath ); fprintf( out, "#include <%sntqapplication.h>\n\n", (const char*)g->qtPath );
fprintf( out, "#include <%sprivate/qucomextra_p.h>\n", (const char*)g->qtPath ); fprintf( out, "#include <%sprivate/tqucomextra_p.h>\n", (const char*)g->qtPath );
fprintf( out, "#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != %d)\n", formatRevision ); fprintf( out, "#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != %d)\n", formatRevision );
fprintf( out, "#error \"This file was generated using the moc from %s." fprintf( out, "#error \"This file was generated using the moc from %s."
" It\"\n#error \"cannot be used with the include files from" " It\"\n#error \"cannot be used with the include files from"

@ -5781,7 +5781,7 @@ void generateClass() // generate C++ source code for a class
} }
fprintf( out, "#include <%stqmetaobject.h>\n", (const char*)g->qtPath ); fprintf( out, "#include <%stqmetaobject.h>\n", (const char*)g->qtPath );
fprintf( out, "#include <%sntqapplication.h>\n\n", (const char*)g->qtPath ); fprintf( out, "#include <%sntqapplication.h>\n\n", (const char*)g->qtPath );
fprintf( out, "#include <%sprivate/qucomextra_p.h>\n", (const char*)g->qtPath ); fprintf( out, "#include <%sprivate/tqucomextra_p.h>\n", (const char*)g->qtPath );
fprintf( out, "#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != %d)\n", formatRevision ); fprintf( out, "#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != %d)\n", formatRevision );
fprintf( out, "#error \"This file was generated using the moc from %s." fprintf( out, "#error \"This file was generated using the moc from %s."
" It\"\n#error \"cannot be used with the include files from" " It\"\n#error \"cannot be used with the include files from"

@ -51,7 +51,7 @@
#include "tqbuffer.h" #include "tqbuffer.h"
#include "tqurloperator.h" #include "tqurloperator.h"
#include "tqtimer.h" #include "tqtimer.h"
#include "private/qinternal_p.h" #include "private/tqinternal_p.h"
//#define TQHTTP_DEBUG //#define TQHTTP_DEBUG

@ -44,7 +44,7 @@
#include "tqtimer.h" #include "tqtimer.h"
#include "tqsocketdevice.h" #include "tqsocketdevice.h"
#include "tqdns.h" #include "tqdns.h"
#include "private/qinternal_p.h" #include "private/tqinternal_p.h"
#include <string.h> #include <string.h>
#ifndef NO_ERRNO_H #ifndef NO_ERRNO_H

@ -49,7 +49,7 @@ static TQGLFormat* qgl_default_format = 0;
static TQGLFormat* qgl_default_overlay_format = 0; static TQGLFormat* qgl_default_overlay_format = 0;
#if defined(TQ_WS_X11) #if defined(TQ_WS_X11)
#include "private/qt_x11_p.h" #include "private/tqt_x11_p.h"
#define INT32 dummy_INT32 #define INT32 dummy_INT32
#define INT8 dummy_INT8 #define INT8 dummy_INT8
#include <GL/glx.h> #include <GL/glx.h>

@ -128,7 +128,7 @@ largefile {
include($$KERNEL_CPP/qt_compat.pri) include($$KERNEL_CPP/qt_compat.pri)
#platforms #platforms
x11:include($$KERNEL_CPP/qt_x11.pri) x11:include($$KERNEL_CPP/tqt_x11.pri)
mac:include($$KERNEL_CPP/qt_mac.pri) mac:include($$KERNEL_CPP/qt_mac.pri)
win32:include($$KERNEL_CPP/qt_win.pri) win32:include($$KERNEL_CPP/qt_win.pri)
@ -168,14 +168,14 @@ unix {
wince-* { wince-* {
CONFIG -= incremental CONFIG -= incremental
message( ...removing plugin stuff... (not permanent) ) message( ...removing plugin stuff... (not permanent) )
HEADERS -= $$TOOLS_CPP/qcomlibrary.h \ HEADERS -= $$TOOLS_CPP/tqcomlibrary.h \
$$KERNEL_CPP/tqgplugin.h \ $$KERNEL_CPP/tqgplugin.h \
$$KERNEL_CPP/tqimageformatplugin.h \ $$KERNEL_CPP/tqimageformatplugin.h \
$$STYLES_CPP/tqstyleplugin.h \ $$STYLES_CPP/tqstyleplugin.h \
$$CODECS_CPP/tqtextcodecplugin.h \ $$CODECS_CPP/tqtextcodecplugin.h \
$$WIDGETS_CPP/tqwidgetplugin.h $$WIDGETS_CPP/tqwidgetplugin.h
SOURCES -= $$TOOLS_CPP/qcomlibrary.cpp \ SOURCES -= $$TOOLS_CPP/tqcomlibrary.cpp \
$$KERNEL_CPP/tqgplugin.cpp \ $$KERNEL_CPP/tqgplugin.cpp \
$$KERNEL_CPP/tqimageformatplugin.cpp \ $$KERNEL_CPP/tqimageformatplugin.cpp \
$$STYLES_CPP/tqstyleplugin.cpp \ $$STYLES_CPP/tqstyleplugin.cpp \

@ -47,7 +47,7 @@
#endif #endif
#include <tqdatetime.h> #include <tqdatetime.h>
#include <private/tqsqlextension_p.h> #include <private/tqsqlextension_p.h>
#include <private/qinternal_p.h> #include <private/tqinternal_p.h>
#include <stdlib.h> #include <stdlib.h>
// undefine this to prevent initial check of the ODBC driver // undefine this to prevent initial check of the ODBC driver

@ -79,7 +79,7 @@
#include "tqsqlresult.h" #include "tqsqlresult.h"
#include "tqsqldriver.h" #include "tqsqldriver.h"
#include "tqsqldriverinterface_p.h" #include "tqsqldriverinterface_p.h"
#include <private/qpluginmanager_p.h> #include <private/tqpluginmanager_p.h>
#include <private/tqsqlextension_p.h> #include <private/tqsqlextension_p.h>
#include "tqobject.h" #include "tqobject.h"
#include "tqguardedptr.h" #include "tqguardedptr.h"

@ -54,7 +54,7 @@
// //
#ifndef QT_H #ifndef QT_H
#include <private/qcom_p.h> #include <private/tqcom_p.h>
#endif // QT_H #endif // QT_H
#if !defined( TQT_MODULE_SQL ) || defined( QT_LICENSE_PROFESSIONAL ) #if !defined( TQT_MODULE_SQL ) || defined( QT_LICENSE_PROFESSIONAL )

@ -71,7 +71,7 @@
#include "private/tqdialogbuttons_p.h" #include "private/tqdialogbuttons_p.h"
#include <limits.h> #include <limits.h>
#include <tqpixmap.h> #include <tqpixmap.h>
#include "../widgets/qtitlebar_p.h" #include "../widgets/tqtitlebar_p.h"
#include <tqtoolbox.h> #include <tqtoolbox.h>
/*! /*!

@ -68,7 +68,7 @@ TQString p2qstring(const unsigned char *c); //tqglobal.cpp
#endif #endif
#include <stdlib.h> #include <stdlib.h>
#include <private/qpluginmanager_p.h> #include <private/tqpluginmanager_p.h>
#ifndef TQT_NO_COMPONENT #ifndef TQT_NO_COMPONENT
class TQStyleFactoryPrivate : public TQObject class TQStyleFactoryPrivate : public TQObject
{ {

@ -52,7 +52,7 @@
// //
#ifndef QT_H #ifndef QT_H
#include <private/qcom_p.h> #include <private/tqcom_p.h>
#endif // QT_H #endif // QT_H
#ifndef TQT_NO_STYLE #ifndef TQT_NO_STYLE

@ -10,7 +10,7 @@ tools {
$$TOOLS_H/tqcache.h \ $$TOOLS_H/tqcache.h \
$$TOOLS_H/tqcleanuphandler.h \ $$TOOLS_H/tqcleanuphandler.h \
$$TOOLS_P/tqcomponentfactory_p.h \ $$TOOLS_P/tqcomponentfactory_p.h \
$$TOOLS_P/qcomlibrary_p.h \ $$TOOLS_P/tqcomlibrary_p.h \
$$TOOLS_H/tqcstring.h \ $$TOOLS_H/tqcstring.h \
$$TOOLS_H/tqdatastream.h \ $$TOOLS_H/tqdatastream.h \
$$TOOLS_H/tqdatetime.h \ $$TOOLS_H/tqdatetime.h \
@ -40,7 +40,7 @@ tools {
$$TOOLS_H/tqmutex.h \ $$TOOLS_H/tqmutex.h \
$$TOOLS_P/tqmutex_p.h \ $$TOOLS_P/tqmutex_p.h \
$$TOOLS_P/tqmutexpool_p.h \ $$TOOLS_P/tqmutexpool_p.h \
$$TOOLS_P/qpluginmanager_p.h \ $$TOOLS_P/tqpluginmanager_p.h \
$$TOOLS_H/tqptrcollection.h \ $$TOOLS_H/tqptrcollection.h \
$$TOOLS_H/tqptrdict.h \ $$TOOLS_H/tqptrdict.h \
$$TOOLS_H/tqptrqueue.h \ $$TOOLS_H/tqptrqueue.h \
@ -57,14 +57,14 @@ tools {
$$TOOLS_H/tqtextstream.h \ $$TOOLS_H/tqtextstream.h \
$$TOOLS_P/tqthreadinstance_p.h \ $$TOOLS_P/tqthreadinstance_p.h \
$$TOOLS_H/tqthreadstorage.h\ $$TOOLS_H/tqthreadstorage.h\
$$TOOLS_P/qunicodetables_p.h \ $$TOOLS_P/tqunicodetables_p.h \
$$TOOLS_H/tqptrvector.h \ $$TOOLS_H/tqptrvector.h \
$$TOOLS_H/tqvaluelist.h \ $$TOOLS_H/tqvaluelist.h \
$$TOOLS_H/tqvaluestack.h \ $$TOOLS_H/tqvaluestack.h \
$$TOOLS_H/tqvaluevector.h \ $$TOOLS_H/tqvaluevector.h \
$$TOOLS_H/tqwaitcondition.h \ $$TOOLS_H/tqwaitcondition.h \
$$TOOLS_P/qcom_p.h \ $$TOOLS_P/tqcom_p.h \
$$TOOLS_P/qucom_p.h \ $$TOOLS_P/tqucom_p.h \
$$TOOLS_H/tquuid.h $$TOOLS_H/tquuid.h
win32:SOURCES += $$TOOLS_CPP/tqdir_win.cpp \ win32:SOURCES += $$TOOLS_CPP/tqdir_win.cpp \
@ -75,7 +75,7 @@ tools {
$$TOOLS_CPP/tqmutex_win.cpp \ $$TOOLS_CPP/tqmutex_win.cpp \
$$TOOLS_CPP/tqwaitcondition_win.cpp \ $$TOOLS_CPP/tqwaitcondition_win.cpp \
$$TOOLS_CPP/tqthreadstorage_win.cpp \ $$TOOLS_CPP/tqthreadstorage_win.cpp \
$$TOOLS_CPP/qcriticalsection_p.cpp $$TOOLS_CPP/tqcriticalsection_p.cpp
win32-borland:SOURCES += $$TOOLS_CPP/tqwinexport.cpp win32-borland:SOURCES += $$TOOLS_CPP/tqwinexport.cpp
@ -108,7 +108,7 @@ tools {
SOURCES += $$TOOLS_CPP/tqbitarray.cpp \ SOURCES += $$TOOLS_CPP/tqbitarray.cpp \
$$TOOLS_CPP/tqbuffer.cpp \ $$TOOLS_CPP/tqbuffer.cpp \
$$TOOLS_CPP/tqcomponentfactory.cpp \ $$TOOLS_CPP/tqcomponentfactory.cpp \
$$TOOLS_CPP/qcomlibrary.cpp \ $$TOOLS_CPP/tqcomlibrary.cpp \
$$TOOLS_CPP/tqcstring.cpp \ $$TOOLS_CPP/tqcstring.cpp \
$$TOOLS_CPP/tqdatastream.cpp \ $$TOOLS_CPP/tqdatastream.cpp \
$$TOOLS_CPP/tqdatetime.cpp \ $$TOOLS_CPP/tqdatetime.cpp \
@ -135,8 +135,8 @@ tools {
$$TOOLS_CPP/tqsettings.cpp \ $$TOOLS_CPP/tqsettings.cpp \
$$TOOLS_CPP/tqstringlist.cpp \ $$TOOLS_CPP/tqstringlist.cpp \
$$TOOLS_CPP/tqtextstream.cpp \ $$TOOLS_CPP/tqtextstream.cpp \
$$TOOLS_CPP/qunicodetables.cpp \ $$TOOLS_CPP/tqunicodetables.cpp \
$$TOOLS_CPP/qucom.cpp \ $$TOOLS_CPP/tqucom.cpp \
$$TOOLS_CPP/tquuid.cpp $$TOOLS_CPP/tquuid.cpp
irix-cc* { irix-cc* {

@ -291,7 +291,7 @@ public: \
// this is duplicated at Q_PLUGIN_VERIFICATION_DATA in tqgplugin.h // this is duplicated at Q_PLUGIN_VERIFICATION_DATA in tqgplugin.h
// NOTE: if you change pattern, you MUST change the pattern in // NOTE: if you change pattern, you MUST change the pattern in
// qcomlibrary.cpp as well. changing the pattern will break all // tqcomlibrary.cpp as well. changing the pattern will break all
// backwards compatibility as well (no old plugins will be loaded). // backwards compatibility as well (no old plugins will be loaded).
#ifndef Q_UCM_VERIFICATION_DATA #ifndef Q_UCM_VERIFICATION_DATA
# define Q_UCM_VERIFICATION_DATA \ # define Q_UCM_VERIFICATION_DATA \

@ -36,7 +36,7 @@
** **
**********************************************************************/ **********************************************************************/
#include "qcomlibrary_p.h" #include "tqcomlibrary_p.h"
#ifndef TQT_NO_COMPONENT #ifndef TQT_NO_COMPONENT
#include <ntqapplication.h> #include <ntqapplication.h>

@ -52,7 +52,7 @@
// //
#ifndef QT_H #ifndef QT_H
#include "qcom_p.h" #include "tqcom_p.h"
#include "tqlibrary.h" #include "tqlibrary.h"
#endif // QT_H #endif // QT_H

@ -42,7 +42,7 @@
#ifndef TQT_NO_COMPONENT #ifndef TQT_NO_COMPONENT
#include "tqsettings.h" #include "tqsettings.h"
#include <private/qcomlibrary_p.h> #include <private/tqcomlibrary_p.h>
#include "tqdir.h" #include "tqdir.h"
#include "ntqapplication.h" #include "ntqapplication.h"

@ -42,7 +42,7 @@
#define TQCOMPONENTFACTORY_P_H #define TQCOMPONENTFACTORY_P_H
#ifndef QT_H #ifndef QT_H
#include "qcom_p.h" #include "tqcom_p.h"
#endif // QT_H #endif // QT_H
// //

@ -40,7 +40,7 @@
#include "qt_windows.h" #include "qt_windows.h"
#include <private/qcriticalsection_p.h> #include <private/tqcriticalsection_p.h>
class TQCriticalSectionPrivate class TQCriticalSectionPrivate
{ {

@ -38,7 +38,7 @@
#include "tqgpluginmanager_p.h" #include "tqgpluginmanager_p.h"
#ifndef TQT_NO_COMPONENT #ifndef TQT_NO_COMPONENT
#include "qcomlibrary_p.h" #include "tqcomlibrary_p.h"
#include "tqmap.h" #include "tqmap.h"
#include "tqdir.h" #include "tqdir.h"
@ -205,7 +205,7 @@ static int similarity( const TQString& s1, const TQString& s2 )
} }
/*! /*!
\class TQPluginManager qpluginmanager.h \class TQPluginManager tqpluginmanager.h
\reentrant \reentrant
\brief The TQPluginManager class provides basic functions to access a certain kind of functionality in libraries. \brief The TQPluginManager class provides basic functions to access a certain kind of functionality in libraries.
\ingroup componentmodel \ingroup componentmodel

@ -44,7 +44,7 @@
#include "tqlibrary.h" #include "tqlibrary.h"
#include "tquuid.h" #include "tquuid.h"
#include "tqstringlist.h" #include "tqstringlist.h"
#include "qcom_p.h" #include "tqcom_p.h"
#endif // QT_H #endif // QT_H
// //

@ -59,7 +59,7 @@
#include "tqlocale.h" #include "tqlocale.h"
#include "tqlocale_p.h" #include "tqlocale_p.h"
#include "qunicodetables_p.h" #include "tqunicodetables_p.h"
#include <limits.h> #include <limits.h>
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h> #include <stdio.h>

@ -38,8 +38,8 @@
** **
**********************************************************************/ **********************************************************************/
#include "private/qucom_p.h" #include "private/tqucom_p.h"
#include "private/qucomextra_p.h" #include "private/tqucomextra_p.h"
#include "tqvariant.h" #include "tqvariant.h"

@ -36,7 +36,7 @@
** **
**********************************************************************/ **********************************************************************/
#include "qunicodetables_p.h" #include "tqunicodetables_p.h"
/* ------------------------------------------------------------------------- /* -------------------------------------------------------------------------
* unicode information * unicode information
@ -64,7 +64,7 @@ and using perl-5.10
* ------------------------------------------------------------------------- * -------------------------------------------------------------------------
*/ */
/* Perl script to generate (run perl -x tools/qunicodetables.cpp) /* Perl script to generate (run perl -x tools/tqunicodetables.cpp)
#!perl #!perl

@ -46,7 +46,7 @@ widgets {
$$WIDGETS_H/tqsyntaxhighlighter.h \ $$WIDGETS_H/tqsyntaxhighlighter.h \
$$WIDGETS_P/tqsyntaxhighlighter_p.h \ $$WIDGETS_P/tqsyntaxhighlighter_p.h \
$$WIDGETS_H/tqtabwidget.h \ $$WIDGETS_H/tqtabwidget.h \
$$WIDGETS_P/qtitlebar_p.h \ $$WIDGETS_P/tqtitlebar_p.h \
$$WIDGETS_H/tqtoolbar.h \ $$WIDGETS_H/tqtoolbar.h \
$$WIDGETS_H/tqtoolbox.h \ $$WIDGETS_H/tqtoolbox.h \
$$WIDGETS_H/tqtoolbutton.h \ $$WIDGETS_H/tqtoolbutton.h \
@ -108,7 +108,7 @@ widgets {
$$WIDGETS_CPP/tqsyntaxhighlighter.cpp \ $$WIDGETS_CPP/tqsyntaxhighlighter.cpp \
$$WIDGETS_CPP/tqtabbar.cpp \ $$WIDGETS_CPP/tqtabbar.cpp \
$$WIDGETS_CPP/tqtabwidget.cpp \ $$WIDGETS_CPP/tqtabwidget.cpp \
$$WIDGETS_CPP/qtitlebar.cpp \ $$WIDGETS_CPP/tqtitlebar.cpp \
$$WIDGETS_CPP/tqtoolbar.cpp \ $$WIDGETS_CPP/tqtoolbar.cpp \
$$WIDGETS_CPP/tqtoolbox.cpp \ $$WIDGETS_CPP/tqtoolbox.cpp \
$$WIDGETS_CPP/tqtoolbutton.cpp \ $$WIDGETS_CPP/tqtoolbutton.cpp \
@ -121,7 +121,7 @@ widgets {
$$WIDGETS_CPP/tqwidgetstack.cpp \ $$WIDGETS_CPP/tqwidgetstack.cpp \
$$WIDGETS_CPP/tqaction.cpp \ $$WIDGETS_CPP/tqaction.cpp \
$$WIDGETS_CPP/tqdatetimeedit.cpp \ $$WIDGETS_CPP/tqdatetimeedit.cpp \
$$WIDGETS_CPP/qeffects.cpp \ $$WIDGETS_CPP/tqeffects.cpp \
$$WIDGETS_CPP/tqtextview.cpp \ $$WIDGETS_CPP/tqtextview.cpp \
$$WIDGETS_CPP/tqtextbrowser.cpp \ $$WIDGETS_CPP/tqtextbrowser.cpp \
$$WIDGETS_CPP/tqtextedit.cpp \ $$WIDGETS_CPP/tqtextedit.cpp \

@ -50,7 +50,7 @@
#include "tqpushbutton.h" #include "tqpushbutton.h"
#include "tqradiobutton.h" #include "tqradiobutton.h"
#include "tqguardedptr.h" #include "tqguardedptr.h"
#include "../kernel/qinternal_p.h" #include "../kernel/tqinternal_p.h"
#if defined(QT_ACCESSIBILITY_SUPPORT) #if defined(QT_ACCESSIBILITY_SUPPORT)
#include "tqaccessible.h" #include "tqaccessible.h"

@ -50,7 +50,7 @@
#include "ntqapplication.h" #include "ntqapplication.h"
#include "tqlineedit.h" #include "tqlineedit.h"
#include "tqbitmap.h" #include "tqbitmap.h"
#include "qeffects_p.h" #include "tqeffects_p.h"
#include "tqstringlist.h" #include "tqstringlist.h"
#include "tqcombobox.h" #include "tqcombobox.h"
#include "tqstyle.h" #include "tqstyle.h"

@ -42,8 +42,8 @@
#ifndef TQT_NO_DATETIMEEDIT #ifndef TQT_NO_DATETIMEEDIT
#include "../kernel/qinternal_p.h" #include "../kernel/tqinternal_p.h"
#include "../kernel/qrichtext_p.h" #include "../kernel/tqrichtext_p.h"
#include "tqrangecontrol.h" #include "tqrangecontrol.h"
#include "ntqapplication.h" #include "ntqapplication.h"
#include "tqpixmap.h" #include "tqpixmap.h"

@ -44,7 +44,7 @@
#include "tqdesktopwidget.h" #include "tqdesktopwidget.h"
#include "tqdockarea.h" #include "tqdockarea.h"
#include "tqwidgetresizehandler_p.h" #include "tqwidgetresizehandler_p.h"
#include "qtitlebar_p.h" #include "tqtitlebar_p.h"
#include "tqpainter.h" #include "tqpainter.h"
#include "ntqapplication.h" #include "ntqapplication.h"
#include "tqtoolbutton.h" #include "tqtoolbutton.h"

@ -41,7 +41,7 @@
#include "ntqapplication.h" #include "ntqapplication.h"
#ifndef TQT_NO_EFFECTS #ifndef TQT_NO_EFFECTS
#include "tqwidget.h" #include "tqwidget.h"
#include "qeffects_p.h" #include "tqeffects_p.h"
#include "tqpixmap.h" #include "tqpixmap.h"
#include "tqimage.h" #include "tqimage.h"
#include "tqtimer.h" #include "tqtimer.h"
@ -620,7 +620,7 @@ void TQRollEffect::scroll()
Delete this after timeout Delete this after timeout
*/ */
#include "qeffects.moc" #include "tqeffects.moc"
/*! /*!
Scroll widget \a w in \a time ms. \a orient may be 1 (vertical), 2 Scroll widget \a w in \a time ms. \a orient may be 1 (vertical), 2

@ -47,7 +47,7 @@
// ------------- // -------------
// //
// This file is not part of the TQt API. It exists for the convenience // This file is not part of the TQt API. It exists for the convenience
// of qeffects.cpp, tqcombobox.cpp, tqpopupmenu.cpp and tqtooltip.cpp. // of tqeffects.cpp, tqcombobox.cpp, tqpopupmenu.cpp and tqtooltip.cpp.
// This header file may change from version to version without notice, // This header file may change from version to version without notice,
// or even be removed. // or even be removed.
// //

@ -69,7 +69,7 @@
#include "tqptrdict.h" #include "tqptrdict.h"
#include "tqstringlist.h" #include "tqstringlist.h"
#include "tqcleanuphandler.h" #include "tqcleanuphandler.h"
#include "private/qrichtext_p.h" #include "private/tqrichtext_p.h"
#include "tqstyle.h" #include "tqstyle.h"
#include <limits.h> #include <limits.h>

@ -60,7 +60,7 @@
#include "tqguardedptr.h" #include "tqguardedptr.h"
#include "tqstyle.h" #include "tqstyle.h"
#include "tqwhatsthis.h" #include "tqwhatsthis.h"
#include "../kernel/qinternal_p.h" #include "../kernel/tqinternal_p.h"
#include "private/tqtextlayout_p.h" #include "private/tqtextlayout_p.h"
#include "tqvaluevector.h" #include "tqvaluevector.h"
#if defined(Q_OS_LINUX) #if defined(Q_OS_LINUX)

@ -63,7 +63,7 @@
#include "tqtooltip.h" #include "tqtooltip.h"
#include "tqstyle.h" #include "tqstyle.h"
#include "tqstylesheet.h" #include "tqstylesheet.h"
#include "../kernel/qinternal_p.h" #include "../kernel/tqinternal_p.h"
#if defined(QT_ACCESSIBILITY_SUPPORT) #if defined(QT_ACCESSIBILITY_SUPPORT)
#include "tqaccessible.h" #include "tqaccessible.h"
#endif #endif

@ -52,7 +52,7 @@
#include "tqguardedptr.h" #include "tqguardedptr.h"
#include "tqlayout.h" #include "tqlayout.h"
#include "tqcleanuphandler.h" #include "tqcleanuphandler.h"
#include "../kernel/qinternal_p.h" #include "../kernel/tqinternal_p.h"
#include "tqstyle.h" #include "tqstyle.h"
#include "tqtimer.h" #include "tqtimer.h"
#if defined(QT_ACCESSIBILITY_SUPPORT) #if defined(QT_ACCESSIBILITY_SUPPORT)

@ -51,7 +51,7 @@
#include "tqpopupmenu.h" #include "tqpopupmenu.h"
#include "tqtimer.h" #include "tqtimer.h"
#include "tqdict.h" #include "tqdict.h"
#include "../kernel/qrichtext_p.h" #include "../kernel/tqrichtext_p.h"
/*! /*!

@ -51,7 +51,7 @@
#include "tqwhatsthis.h" #include "tqwhatsthis.h"
#include "tqobjectlist.h" #include "tqobjectlist.h"
#include "tqguardedptr.h" #include "tqguardedptr.h"
#include "qeffects_p.h" #include "tqeffects_p.h"
#include "tqcursor.h" #include "tqcursor.h"
#include "tqstyle.h" #include "tqstyle.h"
#include "tqtimer.h" #include "tqtimer.h"

@ -45,7 +45,7 @@
#include "tqpixmap.h" #include "tqpixmap.h"
#include "tqstyle.h" #include "tqstyle.h"
#include "tqwmatrix.h" #include "tqwmatrix.h"
#include "../kernel/qinternal_p.h" #include "../kernel/tqinternal_p.h"
#if defined(QT_ACCESSIBILITY_SUPPORT) #if defined(QT_ACCESSIBILITY_SUPPORT)
#include "tqaccessible.h" #include "tqaccessible.h"
#endif #endif

@ -42,7 +42,7 @@
#include "private/tqsyntaxhighlighter_p.h" #include "private/tqsyntaxhighlighter_p.h"
#ifndef TQT_NO_SYNTAXHIGHLIGHTER #ifndef TQT_NO_SYNTAXHIGHLIGHTER
#include "../kernel/qrichtext_p.h" #include "../kernel/tqrichtext_p.h"
#include "tqtextedit.h" #include "tqtextedit.h"
#include "tqtimer.h" #include "tqtimer.h"

@ -43,7 +43,7 @@
#ifndef TQT_NO_SYNTAXHIGHLIGHTER #ifndef TQT_NO_SYNTAXHIGHLIGHTER
#include "tqsyntaxhighlighter.h" #include "tqsyntaxhighlighter.h"
#include "private/qrichtext_p.h" #include "private/tqrichtext_p.h"
class TQSyntaxHighlighterPrivate class TQSyntaxHighlighterPrivate
{ {

@ -47,7 +47,7 @@
#include "tqpainter.h" #include "tqpainter.h"
#include "tqiconset.h" #include "tqiconset.h"
#include "tqcursor.h" #include "tqcursor.h"
#include "../kernel/qinternal_p.h" #include "../kernel/tqinternal_p.h"
#if defined(QT_ACCESSIBILITY_SUPPORT) #if defined(QT_ACCESSIBILITY_SUPPORT)
#include "tqaccessible.h" #include "tqaccessible.h"
#endif #endif

@ -40,7 +40,7 @@
#include "tqtextbrowser.h" #include "tqtextbrowser.h"
#ifndef TQT_NO_TEXTBROWSER #ifndef TQT_NO_TEXTBROWSER
#include "../kernel/qrichtext_p.h" #include "../kernel/tqrichtext_p.h"
#include "ntqapplication.h" #include "ntqapplication.h"
#include "tqlayout.h" #include "tqlayout.h"

@ -47,7 +47,7 @@
#include "tqinputcontext.h" #include "tqinputcontext.h"
#endif #endif
#include "../kernel/qrichtext_p.h" #include "../kernel/tqrichtext_p.h"
#include "tqpainter.h" #include "tqpainter.h"
#include "tqpen.h" #include "tqpen.h"
#include "tqbrush.h" #include "tqbrush.h"
@ -74,7 +74,7 @@
#include "tqptrstack.h" #include "tqptrstack.h"
#include "tqmetaobject.h" #include "tqmetaobject.h"
#include "tqtextbrowser.h" #include "tqtextbrowser.h"
#include <private/qucom_p.h> #include <private/tqucom_p.h>
#include "private/tqsyntaxhighlighter_p.h" #include "private/tqsyntaxhighlighter_p.h"
#include <tqguardedptr.h> #include <tqguardedptr.h>

@ -40,7 +40,7 @@
#include "qplatformdefs.h" #include "qplatformdefs.h"
#include "qtitlebar_p.h" #include "tqtitlebar_p.h"
#ifndef TQT_NO_TITLEBAR #ifndef TQT_NO_TITLEBAR
@ -54,7 +54,7 @@
#include "tqtimer.h" #include "tqtimer.h"
#include "tqpainter.h" #include "tqpainter.h"
#include "tqstyle.h" #include "tqstyle.h"
#include "private/qinternal_p.h" #include "private/tqinternal_p.h"
#ifndef TQT_NO_WORKSPACE #ifndef TQT_NO_WORKSPACE
#include "tqworkspace.h" #include "tqworkspace.h"
#endif #endif

@ -43,7 +43,7 @@
#include "ntqapplication.h" #include "ntqapplication.h"
#include "tqguardedptr.h" #include "tqguardedptr.h"
#include "tqtimer.h" #include "tqtimer.h"
#include "qeffects_p.h" #include "tqeffects_p.h"
static bool globally_enabled = TRUE; static bool globally_enabled = TRUE;

@ -52,7 +52,7 @@
// //
#ifndef QT_H #ifndef QT_H
#include <private/qcom_p.h> #include <private/tqcom_p.h>
#include "tqiconset.h" #include "tqiconset.h"
#endif // QT_H #endif // QT_H

@ -41,7 +41,7 @@
#include "tqworkspace.h" #include "tqworkspace.h"
#ifndef TQT_NO_WORKSPACE #ifndef TQT_NO_WORKSPACE
#include "ntqapplication.h" #include "ntqapplication.h"
#include "../widgets/qtitlebar_p.h" #include "../widgets/tqtitlebar_p.h"
#include "tqobjectlist.h" #include "tqobjectlist.h"
#include "tqlayout.h" #include "tqlayout.h"
#include "tqtoolbutton.h" #include "tqtoolbutton.h"

@ -1,8 +1,8 @@
# TQt xml module # TQt xml module
xml { xml {
HEADERS += $$XML_H/tqxml.h $$XML_H/tqdom.h $$XML_CPP/qsvgdevice_p.h HEADERS += $$XML_H/tqxml.h $$XML_H/tqdom.h $$XML_CPP/tqsvgdevice_p.h
SOURCES += $$XML_CPP/tqxml.cpp $$XML_CPP/tqdom.cpp $$XML_CPP/qsvgdevice.cpp SOURCES += $$XML_CPP/tqxml.cpp $$XML_CPP/tqdom.cpp $$XML_CPP/tqsvgdevice.cpp
win32-borland { win32-borland {
QMAKE_CFLAGS_WARN_ON += -w-use QMAKE_CFLAGS_WARN_ON += -w-use
QMAKE_CXXFLAGS_WARN_ON += -w-use QMAKE_CXXFLAGS_WARN_ON += -w-use

@ -36,7 +36,7 @@
** **
*****************************************************************************/ *****************************************************************************/
#include <private/qsvgdevice_p.h> #include <private/tqsvgdevice_p.h>
#ifndef TQT_NO_SVG #ifndef TQT_NO_SVG
@ -117,7 +117,7 @@ static TQSvgTypeMap *qSvgTypeMap=0; // element types
static TQMap<TQString,TQString> *qSvgColMap=0; // recognized color keyword names static TQMap<TQString,TQString> *qSvgColMap=0; // recognized color keyword names
/*! /*!
\class TQSvgDevice qsvgdevice.h \class TQSvgDevice tqsvgdevice.h
\brief The TQSvgDevice class provides a paint device for SVG vector graphics. \brief The TQSvgDevice class provides a paint device for SVG vector graphics.
\if defined(commercial) \if defined(commercial)
It is part of the <a href="commercialeditions.html">TQt Enterprise Edition</a>. It is part of the <a href="commercialeditions.html">TQt Enterprise Edition</a>.

@ -64,7 +64,7 @@ SOURCES += command.cpp \
paletteeditoradvancedimpl.cpp \ paletteeditoradvancedimpl.cpp \
sourcefile.cpp \ sourcefile.cpp \
wizardeditorimpl.cpp \ wizardeditorimpl.cpp \
qcompletionedit.cpp \ tqcompletionedit.cpp \
timestamp.cpp \ timestamp.cpp \
formfile.cpp \ formfile.cpp \
widgetaction.cpp \ widgetaction.cpp \
@ -127,7 +127,7 @@ HEADERS += command.h \
pixmapcollection.h \ pixmapcollection.h \
sourcefile.h \ sourcefile.h \
wizardeditorimpl.h \ wizardeditorimpl.h \
qcompletionedit.h \ tqcompletionedit.h \
timestamp.h \ timestamp.h \
formfile.h \ formfile.h \
widgetaction.h \ widgetaction.h \

@ -8,7 +8,7 @@
#if defined __cplusplus #if defined __cplusplus
#include <private/qucomextra_p.h> #include <private/tqucomextra_p.h>
#include <tqaction.h> #include <tqaction.h>
#include <ntqapplication.h> #include <ntqapplication.h>
#include <tqcheckbox.h> #include <tqcheckbox.h>

@ -38,7 +38,7 @@
#include <tqlistview.h> #include <tqlistview.h>
#include <tqtabwidget.h> #include <tqtabwidget.h>
#include <tqguardedptr.h> #include <tqguardedptr.h>
#include <private/qcom_p.h> #include <private/tqcom_p.h>
#include "../interfaces/classbrowserinterface.h" #include "../interfaces/classbrowserinterface.h"
class FormWindow; class FormWindow;

@ -56,7 +56,7 @@
#include "projectsettingsimpl.h" #include "projectsettingsimpl.h"
#include "tqwidgetfactory.h" #include "tqwidgetfactory.h"
#include "pixmapcollection.h" #include "pixmapcollection.h"
#include "qcompletionedit.h" #include "tqcompletionedit.h"
#include "sourcefile.h" #include "sourcefile.h"
#include "orderindicator.h" #include "orderindicator.h"
#include <tqtoolbox.h> #include <tqtoolbox.h>

@ -50,7 +50,7 @@
#include <tqmainwindow.h> #include <tqmainwindow.h>
#include <tqmap.h> #include <tqmap.h>
#include <tqguardedptr.h> #include <tqguardedptr.h>
#include <private/qpluginmanager_p.h> #include <private/tqpluginmanager_p.h>
#include <tqobjectlist.h> #include <tqobjectlist.h>
class TQToolBox; class TQToolBox;

@ -51,7 +51,7 @@
#include <tqwidgetlist.h> #include <tqwidgetlist.h>
#include <tqmainwindow.h> #include <tqmainwindow.h>
#include <tqregexp.h> #include <tqregexp.h>
#include <private/qpluginmanager_p.h> #include <private/tqpluginmanager_p.h>
#include <tqdatetime.h> #include <tqdatetime.h>
#include <tqfile.h> #include <tqfile.h>
#include <tqfileinfo.h> #include <tqfileinfo.h>

@ -40,7 +40,7 @@
#include "widgetfactory.h" #include "widgetfactory.h"
#include <tqtextedit.h> #include <tqtextedit.h>
#include <./private/qrichtext_p.h> #include <./private/tqrichtext_p.h>
#include <tqpushbutton.h> #include <tqpushbutton.h>
#include <tqlayout.h> #include <tqlayout.h>
#include <tqtoolbutton.h> #include <tqtoolbutton.h>

@ -36,7 +36,7 @@
#include <tqaction.h> #include <tqaction.h>
#include <tqtextedit.h> #include <tqtextedit.h>
#include <private/qrichtext_p.h> #include <private/tqrichtext_p.h>
#include "multilineeditor.h" #include "multilineeditor.h"
class FormWindow; class FormWindow;

@ -40,7 +40,7 @@
#include <tqstringlist.h> #include <tqstringlist.h>
#include <tqptrlist.h> #include <tqptrlist.h>
#include <tqmap.h> #include <tqmap.h>
#include <private/qpluginmanager_p.h> #include <private/tqpluginmanager_p.h>
#include "../interfaces/projectsettingsiface.h" #include "../interfaces/projectsettingsiface.h"
#include "sourcefile.h" #include "sourcefile.h"
#include "formfile.h" #include "formfile.h"

@ -86,7 +86,7 @@
#include <tqworkspace.h> #include <tqworkspace.h>
#include <tqworkspace.h> #include <tqworkspace.h>
#include <tqsplitter.h> #include <tqsplitter.h>
#include <private/qucom_p.h> #include <private/tqucom_p.h>
static TQString makeIndent( int indent ) static TQString makeIndent( int indent )
{ {

@ -34,7 +34,7 @@
#ifndef SYNTAXHIGHLIGHTER_HTML_H #ifndef SYNTAXHIGHLIGHTER_HTML_H
#define SYNTAXHIGHLIGHTER_HTML_H #define SYNTAXHIGHLIGHTER_HTML_H
#include <./private/qrichtext_p.h> #include <./private/tqrichtext_p.h>
class SyntaxHighlighter_HTML : public TQTextPreProcessor class SyntaxHighlighter_HTML : public TQTextPreProcessor
{ {

@ -31,7 +31,7 @@
** **
**********************************************************************/ **********************************************************************/
#include "qcompletionedit.h" #include "tqcompletionedit.h"
#include <tqlistbox.h> #include <tqlistbox.h>
#include <tqsizegrip.h> #include <tqsizegrip.h>
#include <ntqapplication.h> #include <ntqapplication.h>

@ -53,7 +53,7 @@
#include <tqworkspace.h> #include <tqworkspace.h>
#include <tqpopupmenu.h> #include <tqpopupmenu.h>
#include <tqtextstream.h> #include <tqtextstream.h>
#include "qcompletionedit.h" #include "tqcompletionedit.h"
WorkspaceItem::WorkspaceItem( TQListView *parent, Project* p ) WorkspaceItem::WorkspaceItem( TQListView *parent, Project* p )
: TQListViewItem( parent ) : TQListViewItem( parent )

@ -33,7 +33,7 @@
#include "browser.h" #include "browser.h"
#include "editor.h" #include "editor.h"
#include <private/qrichtext_p.h> #include <private/tqrichtext_p.h>
EditorBrowser::EditorBrowser( Editor *e ) EditorBrowser::EditorBrowser( Editor *e )

@ -34,7 +34,7 @@
#ifndef CINDENT_H #ifndef CINDENT_H
#define CINDENT_H #define CINDENT_H
#include <private/qrichtext_p.h> #include <private/tqrichtext_p.h>
class CIndent : public TQTextIndent class CIndent : public TQTextIndent
{ {

@ -37,7 +37,7 @@
#include <tqlistbox.h> #include <tqlistbox.h>
#include <tqvbox.h> #include <tqvbox.h>
#include <tqmap.h> #include <tqmap.h>
#include <private/qrichtext_p.h> #include <private/tqrichtext_p.h>
#include <ntqapplication.h> #include <ntqapplication.h>
#include <tqregexp.h> #include <tqregexp.h>
#include "arghintwidget.h" #include "arghintwidget.h"

@ -34,7 +34,7 @@
#include "editor.h" #include "editor.h"
#include "parenmatcher.h" #include "parenmatcher.h"
#include <tqfile.h> #include <tqfile.h>
#include <private/qrichtext_p.h> #include <private/tqrichtext_p.h>
#include "conf.h" #include "conf.h"
#include <ntqapplication.h> #include <ntqapplication.h>
#include <tqpopupmenu.h> #include <tqpopupmenu.h>

@ -33,7 +33,7 @@
#include "markerwidget.h" #include "markerwidget.h"
#include "viewmanager.h" #include "viewmanager.h"
#include <private/qrichtext_p.h> #include <private/tqrichtext_p.h>
#include "editor.h" #include "editor.h"
#include <tqpainter.h> #include <tqpainter.h>
#include <tqpopupmenu.h> #include <tqpopupmenu.h>

@ -35,7 +35,7 @@
#define PARAGDATA_H #define PARAGDATA_H
#include "parenmatcher.h" #include "parenmatcher.h"
#include <private/qrichtext_p.h> #include <private/tqrichtext_p.h>
struct ParagData : public TQTextParagraphData struct ParagData : public TQTextParagraphData
{ {

@ -35,7 +35,7 @@
#include "paragdata.h" #include "paragdata.h"
#include "tqtextedit.h" #include "tqtextedit.h"
#include <private/qrichtext_p.h> #include <private/tqrichtext_p.h>
#include <ntqapplication.h> #include <ntqapplication.h>
ParenMatcher::ParenMatcher() ParenMatcher::ParenMatcher()

@ -35,7 +35,7 @@
#include "editor.h" #include "editor.h"
#include "markerwidget.h" #include "markerwidget.h"
#include <tqlayout.h> #include <tqlayout.h>
#include <private/qrichtext_p.h> #include <private/tqrichtext_p.h>
#include "paragdata.h" #include "paragdata.h"
#include <tqobjectlist.h> #include <tqobjectlist.h>
#include <tqlabel.h> #include <tqlabel.h>

@ -34,7 +34,7 @@
#ifndef ACTIONINTERFACE_H #ifndef ACTIONINTERFACE_H
#define ACTIONINTERFACE_H #define ACTIONINTERFACE_H
#include <private/qcom_p.h> #include <private/tqcom_p.h>
class TQAction; class TQAction;
class TQObject; class TQObject;

@ -47,7 +47,7 @@
// //
// //
#include <private/qcom_p.h> #include <private/tqcom_p.h>
#include <tqobject.h> #include <tqobject.h>
class TQListView; class TQListView;

@ -47,7 +47,7 @@
// //
// //
#include <private/qcom_p.h> #include <private/tqcom_p.h>
#include <tqptrlist.h> #include <tqptrlist.h>
#include <tqstring.h> #include <tqstring.h>
#include <tqmap.h> #include <tqmap.h>

@ -47,7 +47,7 @@
// //
// //
#include <private/qcom_p.h> #include <private/tqcom_p.h>
#include <tqmap.h> #include <tqmap.h>
#include <tqvaluelist.h> #include <tqvaluelist.h>

@ -34,7 +34,7 @@
#ifndef FILTERINTERFACE_H #ifndef FILTERINTERFACE_H
#define FILTERINTERFACE_H #define FILTERINTERFACE_H
#include <private/qcom_p.h> #include <private/tqcom_p.h>
// {ea8cb381-59b5-44a8-bae5-9bea8295762a} // {ea8cb381-59b5-44a8-bae5-9bea8295762a}
#ifndef IID_ImportFilter #ifndef IID_ImportFilter

@ -47,7 +47,7 @@
// //
// //
#include <private/qcom_p.h> #include <private/tqcom_p.h>
class TQObject; class TQObject;

@ -47,7 +47,7 @@
// //
// //
#include <private/qcom_p.h> #include <private/tqcom_p.h>
#include <tqvaluelist.h> #include <tqvaluelist.h>
#include <tqstringlist.h> #include <tqstringlist.h>
#include <tqmap.h> #include <tqmap.h>

@ -47,7 +47,7 @@
// //
// //
#include <private/qcom_p.h> #include <private/tqcom_p.h>
#include <tqwidgetlist.h> #include <tqwidgetlist.h>
#include <tqcstring.h> #include <tqcstring.h>

@ -47,7 +47,7 @@
// //
// //
#include <private/qcom_p.h> #include <private/tqcom_p.h>
#include <tqwidgetlist.h> #include <tqwidgetlist.h>
#include <tqcstring.h> #include <tqcstring.h>

@ -47,7 +47,7 @@
// //
// //
#include <private/qcom_p.h> #include <private/tqcom_p.h>
#include <tqstring.h> #include <tqstring.h>
// {1b3446a4-1c71-424b-8789-1f34eb5697d8} // {1b3446a4-1c71-424b-8789-1f34eb5697d8}

@ -47,7 +47,7 @@
// //
// //
#include <private/qcom_p.h> #include <private/tqcom_p.h>
class TQWidget; class TQWidget;
struct DesignerFormWindow; struct DesignerFormWindow;

@ -33,7 +33,7 @@
**********************************************************************/ **********************************************************************/
#include "cppbrowser.h" #include "cppbrowser.h"
#include <private/qrichtext_p.h> #include <private/tqrichtext_p.h>
#include <tqprocess.h> #include <tqprocess.h>
#include <tqmainwindow.h> #include <tqmainwindow.h>
#include <tqstatusbar.h> #include <tqstatusbar.h>

@ -35,7 +35,7 @@
#include "editorinterfaceimpl.h" #include "editorinterfaceimpl.h"
#include <viewmanager.h> #include <viewmanager.h>
#include "cppeditor.h" #include "cppeditor.h"
#include <private/qrichtext_p.h> #include <private/tqrichtext_p.h>
#include <ntqapplication.h> #include <ntqapplication.h>
#include "completion.h" #include "completion.h"
#include <designerinterface.h> #include <designerinterface.h>

@ -35,7 +35,7 @@
#ifndef TQCPPSYNTAXHIGHLIGHTER_H #ifndef TQCPPSYNTAXHIGHLIGHTER_H
#define TQCPPSYNTAXHIGHLIGHTER_H #define TQCPPSYNTAXHIGHLIGHTER_H
#include <private/qrichtext_p.h> #include <private/tqrichtext_p.h>
#include <conf.h> #include <conf.h>
class SyntaxHighlighter_CPP : public TQTextPreProcessor class SyntaxHighlighter_CPP : public TQTextPreProcessor

@ -37,7 +37,7 @@
#include <tqiconset.h> #include <tqiconset.h>
#include <tqstring.h> #include <tqstring.h>
#include "../interfaces/widgetinterface.h" // up here for GCC 2.7.* compatibility #include "../interfaces/widgetinterface.h" // up here for GCC 2.7.* compatibility
#include <private/qpluginmanager_p.h> #include <private/tqpluginmanager_p.h>
extern TQPluginManager<WidgetInterface> *widgetManager(); extern TQPluginManager<WidgetInterface> *widgetManager();

@ -32,7 +32,7 @@
**********************************************************************/ **********************************************************************/
#include <ntqapplication.h> #include <ntqapplication.h>
#include <private/qpluginmanager_p.h> #include <private/tqpluginmanager_p.h>
#include <tqstringlist.h> #include <tqstringlist.h>
#include <tqdir.h> #include <tqdir.h>
#include <stdio.h> #include <stdio.h>

@ -48,7 +48,7 @@
#include <tqtooltip.h> #include <tqtooltip.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include <tqobjectlist.h> #include <tqobjectlist.h>
#include <private/qpluginmanager_p.h> #include <private/tqpluginmanager_p.h>
#include <tqmime.h> #include <tqmime.h>
#include <tqdragobject.h> #include <tqdragobject.h>

@ -62,7 +62,7 @@
#include <tqscrollview.h> #include <tqscrollview.h>
#include <tqfont.h> #include <tqfont.h>
#include <tqaccel.h> #include <tqaccel.h>
#include <private/qrichtext_p.h> #include <private/tqrichtext_p.h>
static const int MaxCandidates = 5; static const int MaxCandidates = 5;

@ -1657,7 +1657,7 @@ to
</message> </message>
</context> </context>
<context> <context>
<name>QTitleBar</name> <name>TQTitleBar</name>
<message> <message>
<source>System Menu</source> <source>System Menu</source>
<translation>قائمة خيارات النّظام</translation> <translation>قائمة خيارات النّظام</translation>

@ -1665,7 +1665,7 @@ per a més informació.&lt;/p></translation>
</message> </message>
</context> </context>
<context> <context>
<name>QTitleBar</name> <name>TQTitleBar</name>
<message> <message>
<source>System Menu</source> <source>System Menu</source>
<translation>Menú del sistema</translation> <translation>Menú del sistema</translation>

@ -1665,7 +1665,7 @@ dalšími verzemi Unixu s grafickým prostředím X11.
</message> </message>
</context> </context>
<context> <context>
<name>QTitleBar</name> <name>TQTitleBar</name>
<message> <message>
<source>System Menu</source> <source>System Menu</source>
<translation>Systémová nabídka</translation> <translation>Systémová nabídka</translation>

@ -1756,7 +1756,7 @@ nach
</message> </message>
</context> </context>
<context> <context>
<name>QTitleBar</name> <name>TQTitleBar</name>
<message> <message>
<source>System Menu</source> <source>System Menu</source>
<translation>System-Menü</translation> <translation>System-Menü</translation>

@ -1659,7 +1659,7 @@ a
</message> </message>
</context> </context>
<context> <context>
<name>QTitleBar</name> <name>TQTitleBar</name>
<message> <message>
<source>System Menu</source> <source>System Menu</source>
<translation>Menú sistema</translation> <translation>Menú sistema</translation>

@ -1782,7 +1782,7 @@ en
</message> </message>
</context> </context>
<context> <context>
<name>QTitleBar</name> <name>TQTitleBar</name>
<message> <message>
<source>System Menu</source> <source>System Menu</source>
<translation>Menu système</translation> <translation>Menu système</translation>

@ -1753,7 +1753,7 @@ to
</message> </message>
</context> </context>
<context> <context>
<name>QTitleBar</name> <name>TQTitleBar</name>
<message> <message>
<source>System Menu</source> <source>System Menu</source>
<translation>תפריט מערכת</translation> <translation>תפריט מערכת</translation>

@ -1659,7 +1659,7 @@ in
</message> </message>
</context> </context>
<context> <context>
<name>QTitleBar</name> <name>TQTitleBar</name>
<message> <message>
<source>System Menu</source> <source>System Menu</source>
<translation>Menu di sistema</translation> <translation>Menu di sistema</translation>

@ -1657,7 +1657,7 @@ to
</message> </message>
</context> </context>
<context> <context>
<name>QTitleBar</name> <name>TQTitleBar</name>
<message> <message>
<source>System Menu</source> <source>System Menu</source>
<translation></translation> <translation></translation>

@ -1659,7 +1659,7 @@ til
</message> </message>
</context> </context>
<context> <context>
<name>QTitleBar</name> <name>TQTitleBar</name>
<message> <message>
<source>System Menu</source> <source>System Menu</source>
<translation>Systemmeny</translation> <translation>Systemmeny</translation>

@ -1659,7 +1659,7 @@ para
</message> </message>
</context> </context>
<context> <context>
<name>QTitleBar</name> <name>TQTitleBar</name>
<message> <message>
<source>System Menu</source> <source>System Menu</source>
<translation>Menu do Sistema</translation> <translation>Menu do Sistema</translation>

@ -1659,7 +1659,7 @@ para
</message> </message>
</context> </context>
<context> <context>
<name>QTitleBar</name> <name>TQTitleBar</name>
<message> <message>
<source>System Menu</source> <source>System Menu</source>
<translation>Menu do Sistema</translation> <translation>Menu do Sistema</translation>

@ -1880,7 +1880,7 @@ to
</message> </message>
</context> </context>
<context> <context>
<name>QTitleBar</name> <name>TQTitleBar</name>
<message> <message>
<source>System Menu</source> <source>System Menu</source>
<translation>Системное меню</translation> <translation>Системное меню</translation>

@ -1666,7 +1666,7 @@ Mac&amp;nbsp;OS&amp;nbsp;X, Linux, a mnohé ďalšie komerčné verzie Unixu.
</message> </message>
</context> </context>
<context> <context>
<name>QTitleBar</name> <name>TQTitleBar</name>
<message> <message>
<source>System Menu</source> <source>System Menu</source>
<translation>Systémová ponuka</translation> <translation>Systémová ponuka</translation>

@ -1640,7 +1640,7 @@ to
</message> </message>
</context> </context>
<context> <context>
<name>QTitleBar</name> <name>TQTitleBar</name>
<message> <message>
<source>System Menu</source> <source>System Menu</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>

@ -1656,7 +1656,7 @@ to
</message> </message>
</context> </context>
<context> <context>
<name>QTitleBar</name> <name>TQTitleBar</name>
<message> <message>
<source>System Menu</source> <source>System Menu</source>
<translation></translation> <translation></translation>

@ -1657,7 +1657,7 @@ to
</message> </message>
</context> </context>
<context> <context>
<name>QTitleBar</name> <name>TQTitleBar</name>
<message> <message>
<source>System Menu</source> <source>System Menu</source>
<translation></translation> <translation></translation>

@ -1638,7 +1638,7 @@ to
</message> </message>
</context> </context>
<context> <context>
<name>QTitleBar</name> <name>TQTitleBar</name>
<message> <message>
<source>System Menu</source> <source>System Menu</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>

Loading…
Cancel
Save