summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/attic/qtmultilineedit.cpp4
-rw-r--r--src/canvas/ntqcanvas.h2
-rw-r--r--src/compat/ntqarray.h2
-rw-r--r--src/compat/ntqcollection.h2
-rw-r--r--src/compat/ntqlist.h2
-rw-r--r--src/compat/ntqqueue.h2
-rw-r--r--src/compat/ntqstack.h2
-rw-r--r--src/compat/ntqvector.h2
-rw-r--r--src/dialogs/ntqsemimodal.h2
-rw-r--r--src/kernel/ntqabstractlayout.h2
-rw-r--r--src/kernel/ntqapplication.h4
-rw-r--r--src/kernel/ntqdragobject.h2
-rw-r--r--src/kernel/ntqfont.h4
-rw-r--r--src/kernel/ntqfontdatabase.h8
-rw-r--r--src/kernel/ntqfontmetrics.h2
-rw-r--r--src/kernel/ntqnamespace.h10
-rw-r--r--src/kernel/ntqobject.h8
-rw-r--r--src/kernel/ntqobjectdefs.h2
-rw-r--r--src/kernel/ntqpalette.h4
-rw-r--r--src/kernel/ntqsignal.h2
-rw-r--r--src/kernel/ntqsizepolicy.h2
-rw-r--r--src/kernel/ntqsound.h2
-rw-r--r--src/kernel/ntqstyle.h2
-rw-r--r--src/kernel/ntqthread.h6
-rw-r--r--src/kernel/ntqtranslator.h8
-rw-r--r--src/kernel/ntqwidget.h4
-rw-r--r--src/kernel/qapplication.cpp6
-rw-r--r--src/kernel/qfont.cpp2
-rw-r--r--src/kernel/qlayout.cpp2
-rw-r--r--src/kernel/qsignal.cpp2
-rw-r--r--src/kernel/qstyle.cpp2
-rw-r--r--src/kernel/qt_pch.h4
-rw-r--r--src/kernel/qthread.cpp2
-rw-r--r--src/kernel/qtranslator.cpp20
-rw-r--r--src/moc/moc.pro2
-rw-r--r--src/moc/moc.y16
-rw-r--r--src/moc/moc_yacc.cpp16
-rw-r--r--src/opengl/ntqgl.h2
-rw-r--r--src/tools/ntqdatetime.h2
-rw-r--r--src/tools/ntqfeatures.h10
-rw-r--r--src/tools/ntqglobal.h14
-rw-r--r--src/tools/ntqmap.h18
-rw-r--r--src/tools/ntqmemarray.h2
-rw-r--r--src/tools/ntqptrcollection.h2
-rw-r--r--src/tools/ntqptrlist.h2
-rw-r--r--src/tools/ntqptrqueue.h2
-rw-r--r--src/tools/ntqptrstack.h2
-rw-r--r--src/tools/ntqptrvector.h2
-rw-r--r--src/tools/ntqregexp.h2
-rw-r--r--src/tools/ntqstring.h22
-rw-r--r--src/tools/ntqvaluelist.h16
-rw-r--r--src/tools/ntqvaluevector.h8
-rw-r--r--src/tools/qconfig-large.h2
-rw-r--r--src/tools/qconfig-medium.h2
-rw-r--r--src/tools/qconfig-minimal.h6
-rw-r--r--src/tools/qconfig-small.h2
-rw-r--r--src/tools/qregexp.cpp4
-rw-r--r--src/tools/qstring.cpp6
-rw-r--r--src/widgets/ntqaction.h2
-rw-r--r--src/widgets/ntqbutton.h4
-rw-r--r--src/widgets/ntqgrid.h2
-rw-r--r--src/widgets/ntqlineedit.h6
-rw-r--r--src/widgets/ntqlistbox.h8
-rw-r--r--src/widgets/ntqtoolbutton.h2
-rw-r--r--src/widgets/ntqtooltip.h2
-rw-r--r--src/widgets/qbutton.cpp4
-rw-r--r--src/widgets/qlistbox.cpp4
-rw-r--r--src/widgets/qtoolbutton.cpp8
68 files changed, 168 insertions, 168 deletions
diff --git a/src/attic/qtmultilineedit.cpp b/src/attic/qtmultilineedit.cpp
index 8361bedc..27a65e4f 100644
--- a/src/attic/qtmultilineedit.cpp
+++ b/src/attic/qtmultilineedit.cpp
@@ -24,7 +24,7 @@
#include "ntqtimer.h"
#include "ntqdict.h"
#include "ntqcursor.h"
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
#include "ntqstyle.h"
#endif
@@ -2384,7 +2384,7 @@ void TQtMultiLineEdit::mouseReleaseEvent( TQMouseEvent *e )
#if defined(_WS_X11_)
paste(); // Will repaint the cursor line.
#else
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
if ( style().styleHint(TQStyle::SH_GUIStyle) == TQt::MotifStyle )
paste();
#endif
diff --git a/src/canvas/ntqcanvas.h b/src/canvas/ntqcanvas.h
index b3c25470..8b2958dc 100644
--- a/src/canvas/ntqcanvas.h
+++ b/src/canvas/ntqcanvas.h
@@ -143,7 +143,7 @@ public:
virtual void setActive(bool yes);
bool isActive() const
{ return (bool)act; }
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
bool visible() const
{ return (bool)vis; }
bool selected() const
diff --git a/src/compat/ntqarray.h b/src/compat/ntqarray.h
index dc29acda..4f266e54 100644
--- a/src/compat/ntqarray.h
+++ b/src/compat/ntqarray.h
@@ -21,7 +21,7 @@
*****************************************************************************/
#ifndef TQARRAY_H
#define TQARRAY_H
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
#include "ntqmemarray.h"
#endif
#endif
diff --git a/src/compat/ntqcollection.h b/src/compat/ntqcollection.h
index e7ddd71d..d285b6d4 100644
--- a/src/compat/ntqcollection.h
+++ b/src/compat/ntqcollection.h
@@ -21,7 +21,7 @@
*****************************************************************************/
#ifndef TQCOLLECTION_H
#define TQCOLLECTION_H
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
#include "ntqptrcollection.h"
#endif
#endif
diff --git a/src/compat/ntqlist.h b/src/compat/ntqlist.h
index 444cb3be..4d75178c 100644
--- a/src/compat/ntqlist.h
+++ b/src/compat/ntqlist.h
@@ -21,7 +21,7 @@
*****************************************************************************/
#ifndef TQLIST_H
#define TQLIST_H
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
#include "ntqptrlist.h"
#endif
#endif
diff --git a/src/compat/ntqqueue.h b/src/compat/ntqqueue.h
index 0af0f1c9..7165a2ed 100644
--- a/src/compat/ntqqueue.h
+++ b/src/compat/ntqqueue.h
@@ -21,7 +21,7 @@
*****************************************************************************/
#ifndef TQQUEUE_H
#define TQQUEUE_H
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
#include "ntqptrqueue.h"
#endif
#endif
diff --git a/src/compat/ntqstack.h b/src/compat/ntqstack.h
index 43d3ad9a..41c5992f 100644
--- a/src/compat/ntqstack.h
+++ b/src/compat/ntqstack.h
@@ -21,7 +21,7 @@
*****************************************************************************/
#ifndef TQSTACK_H
#define TQSTACK_H
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
#include "ntqptrstack.h"
#endif
#endif
diff --git a/src/compat/ntqvector.h b/src/compat/ntqvector.h
index 116edaf3..54491f81 100644
--- a/src/compat/ntqvector.h
+++ b/src/compat/ntqvector.h
@@ -21,7 +21,7 @@
*****************************************************************************/
#ifndef TQVECTOR_H
#define TQVECTOR_H
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
#include "ntqptrvector.h"
#endif
#endif
diff --git a/src/dialogs/ntqsemimodal.h b/src/dialogs/ntqsemimodal.h
index eaa87c43..107ed2c9 100644
--- a/src/dialogs/ntqsemimodal.h
+++ b/src/dialogs/ntqsemimodal.h
@@ -45,7 +45,7 @@
#include "ntqdialog.h"
#endif // QT_H
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
#ifndef QT_NO_SEMIMODAL
class Q_EXPORT TQSemiModal : public TQDialog
{
diff --git a/src/kernel/ntqabstractlayout.h b/src/kernel/ntqabstractlayout.h
index 88a0eeff..9d769762 100644
--- a/src/kernel/ntqabstractlayout.h
+++ b/src/kernel/ntqabstractlayout.h
@@ -46,7 +46,7 @@
*/
#ifndef QT_H
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
#include "ntqlayout.h"
#endif
#endif // QT_H
diff --git a/src/kernel/ntqapplication.h b/src/kernel/ntqapplication.h
index f5060613..9ae120f2 100644
--- a/src/kernel/ntqapplication.h
+++ b/src/kernel/ntqapplication.h
@@ -174,7 +174,7 @@ public:
static void beep();
-#ifndef QT_NO_TRANSLATION
+#ifndef TQT_NO_TRANSLATION
# ifndef QT_NO_TEXTCODEC
void setDefaultCodec( TQTextCodec * );
TQTextCodec* defaultCodec() const;
@@ -539,7 +539,7 @@ inline TQSize TQApplication::globalStrut()
return app_strut;
}
-#ifdef QT_NO_TRANSLATION
+#ifdef TQT_NO_TRANSLATION
// Simple versions
inline TQString TQApplication::translate( const char *, const char *sourceText,
const char *, Encoding encoding ) const
diff --git a/src/kernel/ntqdragobject.h b/src/kernel/ntqdragobject.h
index a960d978..fbcca3ab 100644
--- a/src/kernel/ntqdragobject.h
+++ b/src/kernel/ntqdragobject.h
@@ -216,7 +216,7 @@ private:
#endif
};
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
typedef TQUriDrag TQUrlDrag;
#endif
diff --git a/src/kernel/ntqfont.h b/src/kernel/ntqfont.h
index 0d205410..b3a0911f 100644
--- a/src/kernel/ntqfont.h
+++ b/src/kernel/ntqfont.h
@@ -301,12 +301,12 @@ public:
TQString lastResortFamily() const;
TQString lastResortFont() const;
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
static TQFont defaultFont();
static void setDefaultFont( const TQFont & );
-#endif // QT_NO_COMPAT
+#endif // TQT_NO_COMPAT
TQFont resolve( const TQFont & ) const;
diff --git a/src/kernel/ntqfontdatabase.h b/src/kernel/ntqfontdatabase.h
index 482e3663..bc686cab 100644
--- a/src/kernel/ntqfontdatabase.h
+++ b/src/kernel/ntqfontdatabase.h
@@ -97,7 +97,7 @@ public:
#endif
// For source compatibility with < 3.0
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
TQStringList families(bool) const;
TQStringList styles( const TQString &, const TQString & ) const;
@@ -115,7 +115,7 @@ public:
bool bold( const TQString &, const TQString &, const TQString & ) const;
int weight( const TQString &, const TQString &, const TQString & ) const;
-#endif // QT_NO_COMPAT
+#endif // TQT_NO_COMPAT
private:
#if defined(Q_WS_X11) || defined(Q_WS_WIN)
@@ -136,7 +136,7 @@ private:
};
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
inline TQStringList TQFontDatabase::families( bool ) const
{
@@ -220,7 +220,7 @@ inline int TQFontDatabase::weight( const TQString &family,
return weight(family, style);
}
-#endif // QT_NO_COMPAT
+#endif // TQT_NO_COMPAT
#endif // QT_NO_FONTDATABASE
diff --git a/src/kernel/ntqfontmetrics.h b/src/kernel/ntqfontmetrics.h
index 7c8c7b61..99bdbe0d 100644
--- a/src/kernel/ntqfontmetrics.h
+++ b/src/kernel/ntqfontmetrics.h
@@ -79,7 +79,7 @@ public:
int width( const TQString &, int len = -1 ) const;
int width( TQChar ) const;
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
int width( char c ) const { return width( (TQChar) c ); }
#endif
diff --git a/src/kernel/ntqnamespace.h b/src/kernel/ntqnamespace.h
index 0d3d1b5e..ef772989 100644
--- a/src/kernel/ntqnamespace.h
+++ b/src/kernel/ntqnamespace.h
@@ -250,7 +250,7 @@ public:
WStyle_Splash = WStyle_NoBorder | WMacNoSheet | WStyle_Tool | WWinOwnDC,
#endif
WNoAutoErase = WRepaintNoErase | WResizeNoErase
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
,
WNorthWestGravity = WStaticContents,
WType_Modal = WType_Dialog | WShowModal,
@@ -303,7 +303,7 @@ public:
OpaqueMode
};
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
// documented in qpainter.cpp
enum PaintUnit { // paint unit
PixelUnit,
@@ -316,10 +316,10 @@ public:
#endif
// documented in qstyle.cpp
-#ifdef QT_NO_COMPAT
+#ifdef TQT_NO_COMPAT
enum GUIStyle {
WindowsStyle = 1, // ### TQt 4.0: either remove the obsolete enums or clean up compat vs.
- MotifStyle = 4, // ### QT_NO_COMPAT by reordering or combination into one enum.
+ MotifStyle = 4, // ### TQT_NO_COMPAT by reordering or combination into one enum.
GtkStyle = 6 // Gtk compability mode
};
#else
@@ -933,7 +933,7 @@ public:
DockRight,
DockLeft,
DockMinimized
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
,
Unmanaged = DockUnmanaged,
TornOff = DockTornOff,
diff --git a/src/kernel/ntqobject.h b/src/kernel/ntqobject.h
index c81dc9d3..d7e3a17a 100644
--- a/src/kernel/ntqobject.h
+++ b/src/kernel/ntqobject.h
@@ -150,12 +150,12 @@ public:
virtual bool setProperty( const char *name, const TQVariant& value );
virtual TQVariant property( const char *name ) const;
#endif // QT_NO_PROPERTIES
-#ifdef QT_NO_TRANSLATION
+#ifdef TQT_NO_TRANSLATION
static TQString tr( const char *sourceText, const char * = 0);
#ifndef QT_NO_TEXTCODEC
static TQString trUtf8( const char *sourceText, const char * = 0);
#endif
-#endif //QT_NO_TRANSLATION
+#endif //TQT_NO_TRANSLATION
#ifndef QT_NO_USERDATA
static uint registerUserData();
@@ -272,7 +272,7 @@ inline bool TQObject::disconnect( const TQObject *receiver, const char *member )
}
-#ifdef QT_NO_TRANSLATION
+#ifdef TQT_NO_TRANSLATION
inline TQString TQObject::tr( const char *sourceText, const char * ) {
return TQString::fromLatin1( sourceText );
}
@@ -281,7 +281,7 @@ inline TQString TQObject::trUtf8( const char *sourceText, const char * ) {
return TQString::fromUtf8( sourceText );
}
#endif
-#endif //QT_NO_TRANSLATION
+#endif //TQT_NO_TRANSLATION
#define Q_DEFINED_QOBJECT
diff --git a/src/kernel/ntqobjectdefs.h b/src/kernel/ntqobjectdefs.h
index a8dce070..43cd84cf 100644
--- a/src/kernel/ntqobjectdefs.h
+++ b/src/kernel/ntqobjectdefs.h
@@ -46,7 +46,7 @@
#endif // QT_H
-#ifndef QT_NO_TRANSLATION
+#ifndef TQT_NO_TRANSLATION
# ifndef QT_NO_TEXTCODEC
// full set of tr functions
# define TQT_TR_FUNCTIONS \
diff --git a/src/kernel/ntqpalette.h b/src/kernel/ntqpalette.h
index b3b155f2..9bffe41b 100644
--- a/src/kernel/ntqpalette.h
+++ b/src/kernel/ntqpalette.h
@@ -137,14 +137,14 @@ public:
const TQColorGroup &active() const { return data->active; }
const TQColorGroup &disabled() const { return data->disabled; }
const TQColorGroup &inactive() const { return data->inactive; }
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
const TQColorGroup &normal() const { return active(); }
#endif
void setActive( const TQColorGroup & );
void setDisabled( const TQColorGroup & );
void setInactive( const TQColorGroup & );
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
void setNormal( const TQColorGroup & cg ) { setActive(cg); }
#endif
diff --git a/src/kernel/ntqsignal.h b/src/kernel/ntqsignal.h
index 281b2278..8d14385a 100644
--- a/src/kernel/ntqsignal.h
+++ b/src/kernel/ntqsignal.h
@@ -60,7 +60,7 @@ public:
void activate();
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
bool isBlocked() const { return TQObject::signalsBlocked(); }
void block( bool b ) { TQObject::blockSignals( b ); }
#ifndef QT_NO_VARIANT
diff --git a/src/kernel/ntqsizepolicy.h b/src/kernel/ntqsizepolicy.h
index ef13db7c..3fc4dd2f 100644
--- a/src/kernel/ntqsizepolicy.h
+++ b/src/kernel/ntqsizepolicy.h
@@ -64,7 +64,7 @@ public:
enum ExpandData { NoDirection = 0,
Horizontally = 1,
Vertically = 2,
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
Horizontal = Horizontally,
Vertical = Vertically,
#endif
diff --git a/src/kernel/ntqsound.h b/src/kernel/ntqsound.h
index c7998f34..5c6a41b0 100644
--- a/src/kernel/ntqsound.h
+++ b/src/kernel/ntqsound.h
@@ -66,7 +66,7 @@ public:
?
*/
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
static bool available() { return isAvailable(); }
#endif
diff --git a/src/kernel/ntqstyle.h b/src/kernel/ntqstyle.h
index f1948552..51bf61b1 100644
--- a/src/kernel/ntqstyle.h
+++ b/src/kernel/ntqstyle.h
@@ -1199,7 +1199,7 @@ public:
// Old 2.x TQStyle API
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
int defaultFrameWidth() const;
void tabbarMetrics( const TQWidget* t, int& hf, int& vf, int& ov ) const;
TQSize scrollBarExtent() const;
diff --git a/src/kernel/ntqthread.h b/src/kernel/ntqthread.h
index a38a2dfa..edf45f89 100644
--- a/src/kernel/ntqthread.h
+++ b/src/kernel/ntqthread.h
@@ -45,11 +45,11 @@
#ifndef QT_H
#include "ntqwindowdefs.h"
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
#include "ntqmutex.h"
#include "ntqsemaphore.h"
#include "ntqwaitcondition.h"
-#endif // QT_NO_COMPAT
+#endif // TQT_NO_COMPAT
#endif // QT_H
#include <limits.h>
@@ -61,7 +61,7 @@ class Q_EXPORT TQThread : public TQt
public:
static TQt::HANDLE currentThread();
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
static void postEvent( TQObject *,TQEvent * );
#endif
diff --git a/src/kernel/ntqtranslator.h b/src/kernel/ntqtranslator.h
index bbbda7ee..5d6709db 100644
--- a/src/kernel/ntqtranslator.h
+++ b/src/kernel/ntqtranslator.h
@@ -47,7 +47,7 @@
#include "ntqvaluelist.h"
#endif // QT_H
-#ifndef QT_NO_TRANSLATION
+#ifndef TQT_NO_TRANSLATION
class TQTranslatorPrivate;
@@ -109,7 +109,7 @@ public:
TQTranslator( TQObject * parent = 0, const char * name = 0 );
~TQTranslator();
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
TQString find( const char *context, const char *sourceText, const char * comment = 0 ) const {
return findMessage( context, sourceText, comment ).translation();
}
@@ -128,7 +128,7 @@ public:
void clear();
-#ifndef QT_NO_TRANSLATION_BUILDER
+#ifndef TQT_NO_TRANSLATION_BUILDER
enum SaveMode { Everything, Stripped };
bool save( const TQString & filename, SaveMode mode = Everything );
@@ -162,6 +162,6 @@ private:
TQTranslatorPrivate * d;
};
-#endif // QT_NO_TRANSLATION
+#endif // TQT_NO_TRANSLATION
#endif
diff --git a/src/kernel/ntqwidget.h b/src/kernel/ntqwidget.h
index bac3d6bc..2dbb6701 100644
--- a/src/kernel/ntqwidget.h
+++ b/src/kernel/ntqwidget.h
@@ -356,7 +356,7 @@ public slots:
virtual void hide();
void setShown( bool show );
void setHidden( bool hide );
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
void iconify() { showMinimized(); }
#endif
virtual void showMinimized();
@@ -414,7 +414,7 @@ public:
bool showIt=FALSE );
void reparent( TQWidget *parent, const TQPoint &,
bool showIt=FALSE );
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
void recreate( TQWidget *parent, WFlags f, const TQPoint & p,
bool showIt=FALSE ) { reparent(parent,f,p,showIt); }
#endif
diff --git a/src/kernel/qapplication.cpp b/src/kernel/qapplication.cpp
index 4ee67cd4..14665957 100644
--- a/src/kernel/qapplication.cpp
+++ b/src/kernel/qapplication.cpp
@@ -1210,7 +1210,7 @@ TQApplication::~TQApplication()
delete app_cursor;
app_cursor = 0;
#endif
-#ifndef QT_NO_TRANSLATION
+#ifndef TQT_NO_TRANSLATION
delete translators;
#endif
@@ -3161,7 +3161,7 @@ TQt::WindowsVersion TQApplication::winVersion()
}
#endif
-#ifndef QT_NO_TRANSLATION
+#ifndef TQT_NO_TRANSLATION
bool qt_detectRTLLanguage()
{
@@ -3192,7 +3192,7 @@ void TQApplication::installTranslator( TQTranslator * mf )
translators->prepend( mf );
-#ifndef QT_NO_TRANSLATION_BUILDER
+#ifndef TQT_NO_TRANSLATION_BUILDER
if ( mf->isEmpty() )
return;
#endif
diff --git a/src/kernel/qfont.cpp b/src/kernel/qfont.cpp
index a49dd349..856db67d 100644
--- a/src/kernel/qfont.cpp
+++ b/src/kernel/qfont.cpp
@@ -1343,7 +1343,7 @@ TQFont TQFont::resolve( const TQFont &other ) const
return font;
}
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
/*! \obsolete
diff --git a/src/kernel/qlayout.cpp b/src/kernel/qlayout.cpp
index dfcf450d..8a992e63 100644
--- a/src/kernel/qlayout.cpp
+++ b/src/kernel/qlayout.cpp
@@ -1399,7 +1399,7 @@ void TQGridLayout::setColStretch( int col, int stretch )
}
#if TQT_VERSION >= 0x040000
-#error "Make add{Row,Col}Spacing() inline QT_NO_COMPAT functions defined in terms of set{Row,Col}Spacing()"
+#error "Make add{Row,Col}Spacing() inline TQT_NO_COMPAT functions defined in terms of set{Row,Col}Spacing()"
#endif
/*!
diff --git a/src/kernel/qsignal.cpp b/src/kernel/qsignal.cpp
index acc74829..8d91f0e6 100644
--- a/src/kernel/qsignal.cpp
+++ b/src/kernel/qsignal.cpp
@@ -241,7 +241,7 @@ TQVariant TQSignal::value() const
\internal
*/
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
/*! \obsolete */
void TQSignal::setParameter( int value )
{
diff --git a/src/kernel/qstyle.cpp b/src/kernel/qstyle.cpp
index 4204c994..7a90fec1 100644
--- a/src/kernel/qstyle.cpp
+++ b/src/kernel/qstyle.cpp
@@ -2806,7 +2806,7 @@ TQPixmap TQStyle::stylePixmap(StylePixmap sp, const TQWidget *w, const TQStyleOp
\obsolete
*/
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
int TQStyle::defaultFrameWidth() const
{
TQStyleControlElementData ceData;
diff --git a/src/kernel/qt_pch.h b/src/kernel/qt_pch.h
index e80d7bd6..cdde3e79 100644
--- a/src/kernel/qt_pch.h
+++ b/src/kernel/qt_pch.h
@@ -16,7 +16,7 @@
#if defined __cplusplus
# if defined(__GNUC__)
-# ifndef QT_NO_STL
+# ifndef TQT_NO_STL
# include <ios>
# undef _GLIBCPP_FULLY_COMPLIANT_HEADERS // Makes qlocale.cpp compile
# endif
@@ -44,7 +44,7 @@
#include <limits.h>
#include <stdlib.h>
#if defined(__GNUC__)
-# ifndef QT_NO_STL
+# ifndef TQT_NO_STL
# define _GLIBCPP_FULLY_COMPLIANT_HEADERS
# endif
#endif
diff --git a/src/kernel/qthread.cpp b/src/kernel/qthread.cpp
index d6cd01f6..f3f41609 100644
--- a/src/kernel/qthread.cpp
+++ b/src/kernel/qthread.cpp
@@ -256,7 +256,7 @@ bool TQThread::threadPostedEventsDisabled() const
\sa wait()
*/
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
/*! \obsolete
Use TQApplication::postEvent() instead.
*/
diff --git a/src/kernel/qtranslator.cpp b/src/kernel/qtranslator.cpp
index 884c8197..9e429b78 100644
--- a/src/kernel/qtranslator.cpp
+++ b/src/kernel/qtranslator.cpp
@@ -54,7 +54,7 @@ static inline int qt_open(const char *pathname, int flags, mode_t mode)
#include "ntqtranslator.h"
-#ifndef QT_NO_TRANSLATION
+#ifndef TQT_NO_TRANSLATION
#include "ntqfileinfo.h"
#include "ntqwidgetlist.h"
@@ -192,7 +192,7 @@ public:
TQTranslatorPrivate() :
unmapPointer( 0 ), unmapLength( 0 ),
messageArray( 0 ), offsetArray( 0 ), contextArray( 0 )
-#ifndef QT_NO_TRANSLATION_BUILDER
+#ifndef TQT_NO_TRANSLATION_BUILDER
, messages( 0 )
#endif
{ }
@@ -207,7 +207,7 @@ public:
TQByteArray * offsetArray;
TQByteArray * contextArray;
-#ifndef QT_NO_TRANSLATION_BUILDER
+#ifndef TQT_NO_TRANSLATION_BUILDER
TQMap<TQTranslatorMessage, void *> * messages;
#endif
#ifdef Q_WS_WIN
@@ -602,7 +602,7 @@ bool TQTranslator::do_load( const uchar *data, int len )
return ok;
}
-#ifndef QT_NO_TRANSLATION_BUILDER
+#ifndef TQT_NO_TRANSLATION_BUILDER
/*!
Saves this message file to \a filename, overwriting the previous
@@ -685,7 +685,7 @@ void TQTranslator::clear()
delete d->contextArray;
d->contextArray = 0;
}
-#ifndef QT_NO_TRANSLATION_BUILDER
+#ifndef TQT_NO_TRANSLATION_BUILDER
delete d->messages;
d->messages = 0;
#endif
@@ -705,7 +705,7 @@ void TQTranslator::clear()
}
}
-#ifndef QT_NO_TRANSLATION_BUILDER
+#ifndef TQT_NO_TRANSLATION_BUILDER
/*!
Converts this message file to the compact format used to store
@@ -973,7 +973,7 @@ TQTranslatorMessage TQTranslator::findMessage( const char* context,
if ( comment == 0 )
comment = "";
-#ifndef QT_NO_TRANSLATION_BUILDER
+#ifndef TQT_NO_TRANSLATION_BUILDER
if ( d->messages ) {
TQMap<TQTranslatorMessage, void *>::ConstIterator it;
@@ -1078,14 +1078,14 @@ bool TQTranslator::isEmpty() const
{
return !( d->unmapPointer || d->unmapLength || d->messageArray ||
d->offsetArray || d->contextArray
-#ifndef QT_NO_TRANSLATION_BUILDER
+#ifndef TQT_NO_TRANSLATION_BUILDER
|| (d->messages && d->messages->count())
#endif
);
}
-#ifndef QT_NO_TRANSLATION_BUILDER
+#ifndef TQT_NO_TRANSLATION_BUILDER
/*!
Returns a list of the messages in the translator. This function is
@@ -1475,4 +1475,4 @@ bool TQTranslatorMessage::operator<( const TQTranslatorMessage& m ) const
otherwise returns FALSE.
*/
-#endif // QT_NO_TRANSLATION
+#endif // TQT_NO_TRANSLATION
diff --git a/src/moc/moc.pro b/src/moc/moc.pro
index efa80810..d94d596e 100644
--- a/src/moc/moc.pro
+++ b/src/moc/moc.pro
@@ -3,7 +3,7 @@ TARGET = tqmoc
CONFIG = console release qtinc yacc lex_included yacc_no_name_mangle
DEFINES += QT_MOC QT_NO_CODECS QT_LITE_UNICODE QT_NO_COMPONENT \
- QT_NO_STL QT_NO_COMPRESS
+ TQT_NO_STL QT_NO_COMPRESS
win32:DEFINES += QT_NODLL
DESTDIR = ../../bin
diff --git a/src/moc/moc.y b/src/moc/moc.y
index e7554605..780669e9 100644
--- a/src/moc/moc.y
+++ b/src/moc/moc.y
@@ -2879,15 +2879,15 @@ void generateClass() // generate C++ source code for a class
if ( !g->noInclude ) {
/*
The header file might be a TQt header file with
- QT_NO_COMPAT macros around signals, slots or
+ TQT_NO_COMPAT macros around signals, slots or
properties. Without the #undef, we cannot compile the
- TQt library with QT_NO_COMPAT defined.
+ TQt library with TQT_NO_COMPAT defined.
Header files of libraries build around TQt can also use
- QT_NO_COMPAT, so this #undef might be beneficial to
+ TQT_NO_COMPAT, so this #undef might be beneficial to
users of TQt, and not only to developers of TQt.
*/
- fprintf( out, "#undef QT_NO_COMPAT\n" );
+ fprintf( out, "#undef TQT_NO_COMPAT\n" );
if ( !g->pchFile.isEmpty() )
fprintf( out, "#include \"%s\" // PCH include\n", (const char*)g->pchFile );
@@ -2959,7 +2959,7 @@ void generateClass() // generate C++ source code for a class
//
// Generate tr and trUtf8 member functions
//
- fprintf( out, "#ifndef QT_NO_TRANSLATION\n" );
+ fprintf( out, "#ifndef TQT_NO_TRANSLATION\n" );
fprintf( out, "TQString %s::tr( const char *s, const char *c )\n{\n",
(const char*)qualifiedClassName() );
fprintf( out, " if ( tqApp )\n" );
@@ -2969,7 +2969,7 @@ void generateClass() // generate C++ source code for a class
fprintf( out, " else\n" );
fprintf( out, "\treturn TQString::fromLatin1( s );\n");
fprintf( out, "}\n" );
- fprintf( out, "#ifndef QT_NO_TRANSLATION_UTF8\n" );
+ fprintf( out, "#ifndef TQT_NO_TRANSLATION_UTF8\n" );
fprintf( out, "TQString %s::trUtf8( const char *s, const char *c )\n{\n",
(const char*)qualifiedClassName() );
fprintf( out, " if ( tqApp )\n" );
@@ -2979,8 +2979,8 @@ void generateClass() // generate C++ source code for a class
fprintf( out, " else\n" );
fprintf( out, "\treturn TQString::fromUtf8( s );\n" );
fprintf( out, "}\n" );
- fprintf( out, "#endif // QT_NO_TRANSLATION_UTF8\n\n" );
- fprintf( out, "#endif // QT_NO_TRANSLATION\n\n" );
+ fprintf( out, "#endif // TQT_NO_TRANSLATION_UTF8\n\n" );
+ fprintf( out, "#endif // TQT_NO_TRANSLATION\n\n" );
//
// Generate staticMetaObject member function
diff --git a/src/moc/moc_yacc.cpp b/src/moc/moc_yacc.cpp
index abeab2d7..8ae53116 100644
--- a/src/moc/moc_yacc.cpp
+++ b/src/moc/moc_yacc.cpp
@@ -5754,15 +5754,15 @@ void generateClass() // generate C++ source code for a class
if ( !g->noInclude ) {
/*
The header file might be a TQt header file with
- QT_NO_COMPAT macros around signals, slots or
+ TQT_NO_COMPAT macros around signals, slots or
properties. Without the #undef, we cannot compile the
- TQt library with QT_NO_COMPAT defined.
+ TQt library with TQT_NO_COMPAT defined.
Header files of libraries build around TQt can also use
- QT_NO_COMPAT, so this #undef might be beneficial to
+ TQT_NO_COMPAT, so this #undef might be beneficial to
users of TQt, and not only to developers of TQt.
*/
- fprintf( out, "#undef QT_NO_COMPAT\n" );
+ fprintf( out, "#undef TQT_NO_COMPAT\n" );
if ( !g->pchFile.isEmpty() )
fprintf( out, "#include \"%s\" // PCH include\n", (const char*)g->pchFile );
@@ -5834,7 +5834,7 @@ void generateClass() // generate C++ source code for a class
//
// Generate tr and trUtf8 member functions
//
- fprintf( out, "#ifndef QT_NO_TRANSLATION\n" );
+ fprintf( out, "#ifndef TQT_NO_TRANSLATION\n" );
fprintf( out, "TQString %s::tr( const char *s, const char *c )\n{\n",
(const char*)qualifiedClassName() );
fprintf( out, " if ( tqApp )\n" );
@@ -5844,7 +5844,7 @@ void generateClass() // generate C++ source code for a class
fprintf( out, " else\n" );
fprintf( out, "\treturn TQString::fromLatin1( s );\n");
fprintf( out, "}\n" );
- fprintf( out, "#ifndef QT_NO_TRANSLATION_UTF8\n" );
+ fprintf( out, "#ifndef TQT_NO_TRANSLATION_UTF8\n" );
fprintf( out, "TQString %s::trUtf8( const char *s, const char *c )\n{\n",
(const char*)qualifiedClassName() );
fprintf( out, " if ( tqApp )\n" );
@@ -5854,8 +5854,8 @@ void generateClass() // generate C++ source code for a class
fprintf( out, " else\n" );
fprintf( out, "\treturn TQString::fromUtf8( s );\n" );
fprintf( out, "}\n" );
- fprintf( out, "#endif // QT_NO_TRANSLATION_UTF8\n\n" );
- fprintf( out, "#endif // QT_NO_TRANSLATION\n\n" );
+ fprintf( out, "#endif // TQT_NO_TRANSLATION_UTF8\n\n" );
+ fprintf( out, "#endif // TQT_NO_TRANSLATION\n\n" );
//
// Generate staticMetaObject member function
diff --git a/src/opengl/ntqgl.h b/src/opengl/ntqgl.h
index a8f933cf..191f6161 100644
--- a/src/opengl/ntqgl.h
+++ b/src/opengl/ntqgl.h
@@ -52,7 +52,7 @@
#define TQM_EXPORT_OPENGL Q_EXPORT
#endif
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
#define TQGL_VERSION 450
#define TQGL_VERSION_STR "4.5"
TQM_EXPORT_OPENGL inline const char *qGLVersion() {
diff --git a/src/tools/ntqdatetime.h b/src/tools/ntqdatetime.h
index ea7e7320..8439bf5f 100644
--- a/src/tools/ntqdatetime.h
+++ b/src/tools/ntqdatetime.h
@@ -71,7 +71,7 @@ public:
int weekNumber( int *yearNum = 0 ) const;
#ifndef QT_NO_TEXTDATE
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
static TQString monthName( int month ) { return shortMonthName( month ); }
static TQString dayName( int weekday ) { return shortDayName( weekday ); }
#endif
diff --git a/src/tools/ntqfeatures.h b/src/tools/ntqfeatures.h
index e5a8e786..289190a3 100644
--- a/src/tools/ntqfeatures.h
+++ b/src/tools/ntqfeatures.h
@@ -141,7 +141,7 @@
//#define QT_NO_SOUND
// Standard template library compatiblity
-//#define QT_NO_STL
+//#define TQT_NO_STL
// TQStringList
//#define QT_NO_STRINGLIST
@@ -328,8 +328,8 @@
#endif
// Translations via TQObject::tr()
-#if !defined(QT_NO_TRANSLATION) && (defined(QT_NO_DATASTREAM))
-#define QT_NO_TRANSLATION
+#if !defined(TQT_NO_TRANSLATION) && (defined(QT_NO_DATASTREAM))
+#define TQT_NO_TRANSLATION
#endif
// Window icon and caption
@@ -428,8 +428,8 @@
#endif
// Translations via TQObject::trUtf8()
-#if !defined(QT_NO_TRANSLATION_UTF8) && (defined(QT_NO_TRANSLATION) || defined(QT_NO_TEXTCODEC))
-#define QT_NO_TRANSLATION_UTF8
+#if !defined(TQT_NO_TRANSLATION_UTF8) && (defined(TQT_NO_TRANSLATION) || defined(QT_NO_TEXTCODEC))
+#define TQT_NO_TRANSLATION_UTF8
#endif
// URL parser
diff --git a/src/tools/ntqglobal.h b/src/tools/ntqglobal.h
index 55b7b970..282fecea 100644
--- a/src/tools/ntqglobal.h
+++ b/src/tools/ntqglobal.h
@@ -949,7 +949,7 @@ Q_EXPORT int qWinVersion();
#if !defined(QT_NO_DEBUG) && !defined(QT_DEBUG)
# define QT_DEBUG // display debug messages
-# if !defined(QT_NO_COMPAT) // compatibility with TQt 2
+# if !defined(TQT_NO_COMPAT) // compatibility with TQt 2
# if !defined(NO_DEBUG) && !defined(DEBUG)
# if !defined(Q_OS_MACX) // clash with MacOS X headers
# define DEBUG
@@ -992,13 +992,13 @@ Q_EXPORT void tqSystemWarning( const char *, int code = -1 );
# endif
#endif
-#if !defined(QT_NO_COMPAT) // compatibility with TQt 2
+#if !defined(TQT_NO_COMPAT) // compatibility with TQt 2
# if !defined(ASSERT)
# if !defined(Q_OS_TEMP)
# define ASSERT(x) Q_ASSERT(x)
# endif
# endif
-#endif // QT_NO_COMPAT
+#endif // TQT_NO_COMPAT
Q_EXPORT bool tqt_check_pointer( bool c, const char *, int );
@@ -1009,20 +1009,20 @@ Q_EXPORT bool tqt_check_pointer( bool c, const char *, int );
# define TQ_CHECK_PTR(p)
#endif
-#if !defined(QT_NO_COMPAT) // compatibility with TQt 2
+#if !defined(TQT_NO_COMPAT) // compatibility with TQt 2
# if !defined(CHECK_PTR)
# define CHECK_PTR(x) TQ_CHECK_PTR(x)
# endif
-#endif // QT_NO_COMPAT
+#endif // TQT_NO_COMPAT
enum TQtMsgType { TQtDebugMsg, TQtWarningMsg, TQtFatalMsg };
typedef void (*TQtMsgHandler)(TQtMsgType, const char *);
Q_EXPORT TQtMsgHandler qInstallMsgHandler( TQtMsgHandler );
-#if !defined(QT_NO_COMPAT) // compatibility with TQt 2
+#if !defined(TQT_NO_COMPAT) // compatibility with TQt 2
typedef TQtMsgHandler msg_handler;
-#endif // QT_NO_COMPAT
+#endif // TQT_NO_COMPAT
Q_EXPORT void tqSuppressObsoleteWarnings( bool = TRUE );
diff --git a/src/tools/ntqmap.h b/src/tools/ntqmap.h
index 3139e7fe..d098f79b 100644
--- a/src/tools/ntqmap.h
+++ b/src/tools/ntqmap.h
@@ -49,7 +49,7 @@
#include "ntqvaluelist.h"
#endif // QT_H
-#ifndef QT_NO_STL
+#ifndef TQT_NO_STL
#include <iterator>
#include <map>
#include <cstddef>
@@ -103,11 +103,11 @@ class TQMapIterator
* Typedefs
*/
typedef TQMapNode< K, T >* NodePtr;
-#ifndef QT_NO_STL
+#ifndef TQT_NO_STL
typedef std::bidirectional_iterator_tag iterator_category;
#endif
typedef T value_type;
-#ifndef QT_NO_STL
+#ifndef TQT_NO_STL
typedef ptrdiff_t difference_type;
#else
typedef int difference_type;
@@ -219,11 +219,11 @@ class TQMapConstIterator
* Typedefs
*/
typedef TQMapNode< K, T >* NodePtr;
-#ifndef QT_NO_STL
+#ifndef TQT_NO_STL
typedef std::bidirectional_iterator_tag iterator_category;
#endif
typedef T value_type;
-#ifndef QT_NO_STL
+#ifndef TQT_NO_STL
typedef ptrdiff_t difference_type;
#else
typedef int difference_type;
@@ -604,7 +604,7 @@ public:
typedef const value_type* const_pointer;
typedef value_type& reference;
typedef const value_type& const_reference;
-#ifndef QT_NO_STL
+#ifndef TQT_NO_STL
typedef ptrdiff_t difference_type;
#else
typedef int difference_type;
@@ -631,7 +631,7 @@ public:
sh = m.sh; sh->ref();
}
-#ifndef QT_NO_STL
+#ifndef TQT_NO_STL
TQMap( const std::map<Key,T>& m )
{
sh = new TQMapPrivate<Key,T>;
@@ -652,7 +652,7 @@ public:
}
}
TQMap<Key,T>& operator= ( const TQMap<Key,T>& m );
-#ifndef QT_NO_STL
+#ifndef TQT_NO_STL
TQMap<Key,T>& operator= ( const std::map<Key,T>& m )
{
clear();
@@ -735,7 +735,7 @@ public:
#if defined(Q_FULL_TEMPLATE_INSTANTIATION)
bool operator==( const TQMap<Key,T>& ) const { return FALSE; }
-#ifndef QT_NO_STL
+#ifndef TQT_NO_STL
bool operator==( const std::map<Key,T>& ) const { return FALSE; }
#endif
#endif
diff --git a/src/tools/ntqmemarray.h b/src/tools/ntqmemarray.h
index 48367116..2febfb23 100644
--- a/src/tools/ntqmemarray.h
+++ b/src/tools/ntqmemarray.h
@@ -112,7 +112,7 @@ public:
ConstIterator end() const { return data() + size(); }
};
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
#define TQArray TQMemArray
#endif
diff --git a/src/tools/ntqptrcollection.h b/src/tools/ntqptrcollection.h
index 5f0690af..37ff0df3 100644
--- a/src/tools/ntqptrcollection.h
+++ b/src/tools/ntqptrcollection.h
@@ -73,7 +73,7 @@ protected:
};
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
#define TQCollection TQPtrCollection
#endif
diff --git a/src/tools/ntqptrlist.h b/src/tools/ntqptrlist.h
index 7418e541..305be554 100644
--- a/src/tools/ntqptrlist.h
+++ b/src/tools/ntqptrlist.h
@@ -185,7 +185,7 @@ public:
{ TQGListIterator::operator=(it); return *this; }
};
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
#define TQList TQPtrList
#define TQListIterator TQPtrListIterator
#endif
diff --git a/src/tools/ntqptrqueue.h b/src/tools/ntqptrqueue.h
index 0f3cbbd3..90f743d0 100644
--- a/src/tools/ntqptrqueue.h
+++ b/src/tools/ntqptrqueue.h
@@ -87,7 +87,7 @@ template<class type> inline void TQPtrQueue<type>::deleteItem( TQPtrCollection::
if ( del_item ) delete (type *)d;
}
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
#define TQQueue TQPtrQueue
#endif
diff --git a/src/tools/ntqptrstack.h b/src/tools/ntqptrstack.h
index 913dae35..d4741653 100644
--- a/src/tools/ntqptrstack.h
+++ b/src/tools/ntqptrstack.h
@@ -87,7 +87,7 @@ template<class type> inline void TQPtrStack<type>::deleteItem( TQPtrCollection::
if ( del_item ) delete (type *)d;
}
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
#define TQStack TQPtrStack
#endif
diff --git a/src/tools/ntqptrvector.h b/src/tools/ntqptrvector.h
index 046dc948..e3034a6a 100644
--- a/src/tools/ntqptrvector.h
+++ b/src/tools/ntqptrvector.h
@@ -109,7 +109,7 @@ template<class type> inline void TQPtrVector<type>::deleteItem( TQPtrCollection:
if ( del_item ) delete (type *)d;
}
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
#define TQVector TQPtrVector
#endif
diff --git a/src/tools/ntqregexp.h b/src/tools/ntqregexp.h
index 07557222..d600e452 100644
--- a/src/tools/ntqregexp.h
+++ b/src/tools/ntqregexp.h
@@ -78,7 +78,7 @@ public:
void setMinimal( bool minimal );
bool exactMatch( const TQString& str ) const;
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
int match( const TQString& str, int index = 0, int *len = 0,
bool indexIsStart = TRUE ) const;
#endif
diff --git a/src/tools/ntqstring.h b/src/tools/ntqstring.h
index e8381a0b..b3c0a32c 100644
--- a/src/tools/ntqstring.h
+++ b/src/tools/ntqstring.h
@@ -50,7 +50,7 @@
#include <limits.h>
#endif
-#ifndef QT_NO_STL
+#ifndef TQT_NO_STL
#if defined ( Q_CC_MSVC_NET ) && _MSC_VER < 1310 // Avoids nasty warning for xlocale, line 450
# pragma warning ( push )
# pragma warning ( disable : 4189 )
@@ -408,14 +408,14 @@ public:
#ifndef QT_NO_CAST_ASCII
TQString( const char *str ); // deep copy
#endif
-#ifndef QT_NO_STL
+#ifndef TQT_NO_STL
TQString( const std::string& ); // deep copy
#endif
~TQString();
TQString &operator=( const TQString & ); // impl-shared copy
TQString &operator=( const char * ); // deep copy
-#ifndef QT_NO_STL
+#ifndef TQT_NO_STL
TQString &operator=( const std::string& ); // deep copy
#endif
TQString &operator=( const TQCString& ); // deep copy
@@ -539,7 +539,7 @@ public:
TQString &append( const TQByteArray & );
TQString &append( const char * );
#endif
-#if !defined(QT_NO_STL) && !defined(QT_NO_CAST_ASCII)
+#if !defined(TQT_NO_STL) && !defined(QT_NO_CAST_ASCII)
TQString &append( const std::string& );
#endif
TQString &prepend( char );
@@ -549,7 +549,7 @@ public:
TQString &prepend( const TQByteArray & );
TQString &prepend( const char * );
#endif
-#if !defined(QT_NO_STL) && !defined(QT_NO_CAST_ASCII)
+#if !defined(TQT_NO_STL) && !defined(QT_NO_CAST_ASCII)
TQString &prepend( const std::string& );
#endif
TQString &remove( uint index, uint len );
@@ -636,7 +636,7 @@ public:
TQString &operator+=( const TQByteArray &str );
TQString &operator+=( const char *str );
#endif
-#if !defined(QT_NO_STL) && !defined(QT_NO_CAST_ASCII)
+#if !defined(TQT_NO_STL) && !defined(QT_NO_CAST_ASCII)
TQString &operator+=( const std::string& );
#endif
TQString &operator+=( TQChar c );
@@ -662,10 +662,10 @@ public:
TQCString local8Bit() const;
static TQString fromLocal8Bit(const char*, int len=-1);
bool operator!() const;
-#ifndef QT_NO_ASCII_CAST
+#ifndef TQT_NO_ASCII_CAST
operator const char *() const { return ascii(); }
#endif
-#ifndef QT_NO_STL
+#ifndef TQT_NO_STL
operator std::string() const { return ascii() ? ascii() : ""; }
#endif
@@ -691,7 +691,7 @@ public:
void compose();
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
const char* data() const { return ascii(); }
#endif
@@ -926,7 +926,7 @@ inline TQString &TQString::append( TQChar c )
inline TQString &TQString::append( char c )
{ return operator+=(c); }
-#ifndef QT_NO_STL
+#ifndef TQT_NO_STL
inline TQString &TQString::operator=( const std::string& str )
{ return operator=(str.c_str()); }
#ifndef QT_NO_CAST_ASCII
@@ -1073,7 +1073,7 @@ Q_EXPORT inline const TQString operator+( char c1, const TQString &s2 )
return tmp;
}
-#ifndef QT_NO_STL
+#ifndef TQT_NO_STL
Q_EXPORT inline const TQString operator+(const TQString& s1, const std::string& s2)
{
return s1 + TQString(s2);
diff --git a/src/tools/ntqvaluelist.h b/src/tools/ntqvaluelist.h
index 24a9cfc5..677c0cf5 100644
--- a/src/tools/ntqvaluelist.h
+++ b/src/tools/ntqvaluelist.h
@@ -47,7 +47,7 @@
#include "ntqdatastream.h"
#endif // QT_H
-#ifndef QT_NO_STL
+#ifndef TQT_NO_STL
#include <iterator>
#include <list>
#include <cstddef>
@@ -79,12 +79,12 @@ class TQValueListIterator
* Typedefs
*/
typedef TQValueListNode<T>* NodePtr;
-#ifndef QT_NO_STL
+#ifndef TQT_NO_STL
typedef std::bidirectional_iterator_tag iterator_category;
#endif
typedef T value_type;
typedef size_t size_type;
-#ifndef QT_NO_STL
+#ifndef TQT_NO_STL
typedef ptrdiff_t difference_type;
#else
typedef int difference_type;
@@ -155,12 +155,12 @@ class TQValueListConstIterator
* Typedefs
*/
typedef TQValueListNode<T>* NodePtr;
-#ifndef QT_NO_STL
+#ifndef TQT_NO_STL
typedef std::bidirectional_iterator_tag iterator_category;
#endif
typedef T value_type;
typedef size_t size_type;
-#ifndef QT_NO_STL
+#ifndef TQT_NO_STL
typedef ptrdiff_t difference_type;
#else
typedef int difference_type;
@@ -428,7 +428,7 @@ public:
typedef value_type& reference;
typedef const value_type& const_reference;
typedef size_t size_type;
-#ifndef QT_NO_STL
+#ifndef TQT_NO_STL
typedef ptrdiff_t difference_type;
#else
typedef int difference_type;
@@ -439,7 +439,7 @@ public:
*/
TQValueList() { sh = new TQValueListPrivate<T>; }
TQValueList( const TQValueList<T>& l ) { sh = l.sh; sh->ref(); }
-#ifndef QT_NO_STL
+#ifndef TQT_NO_STL
TQValueList( const std::list<T>& l )
{
sh = new TQValueListPrivate<T>;
@@ -463,7 +463,7 @@ public:
return *this;
}
-#ifndef QT_NO_STL
+#ifndef TQT_NO_STL
TQValueList<T>& operator= ( const std::list<T>& l )
{
detach();
diff --git a/src/tools/ntqvaluevector.h b/src/tools/ntqvaluevector.h
index 6a50230e..7bc80c64 100644
--- a/src/tools/ntqvaluevector.h
+++ b/src/tools/ntqvaluevector.h
@@ -47,7 +47,7 @@
#include "ntqdatastream.h"
#endif // QT_H
-#ifndef QT_NO_STL
+#ifndef TQT_NO_STL
#include <vector>
#endif
@@ -245,7 +245,7 @@ public:
typedef value_type& reference;
typedef const value_type& const_reference;
typedef size_t size_type;
-#ifndef QT_NO_STL
+#ifndef TQT_NO_STL
typedef ptrdiff_t difference_type;
#else
typedef int difference_type;
@@ -264,7 +264,7 @@ public:
TQValueVector( size_type n, const T& val = T() );
-#ifndef QT_NO_STL
+#ifndef TQT_NO_STL
TQValueVector( std::vector<T>& v ) // ### remove in 4.0
{
sh = new TQValueVectorPrivate<T>( v.size() );
@@ -291,7 +291,7 @@ public:
return *this;
}
-#ifndef QT_NO_STL
+#ifndef TQT_NO_STL
TQValueVector<T>& operator= ( const std::vector<T>& v )
{
clear();
diff --git a/src/tools/qconfig-large.h b/src/tools/qconfig-large.h
index 63104ebe..1ce4e78c 100644
--- a/src/tools/qconfig-large.h
+++ b/src/tools/qconfig-large.h
@@ -11,7 +11,7 @@
/* #define QT_NO_FREETYPE */
#define QT_NO_BDF
//#define QT_NO_FONTDATABASE
-#define QT_NO_TRANSLATION
+#define TQT_NO_TRANSLATION
#define QT_NO_DRAGANDDROP
#define QT_NO_CLIPBOARD
#define QT_NO_SOUND
diff --git a/src/tools/qconfig-medium.h b/src/tools/qconfig-medium.h
index f7df2dcd..e1029118 100644
--- a/src/tools/qconfig-medium.h
+++ b/src/tools/qconfig-medium.h
@@ -12,7 +12,7 @@
/* #define QT_NO_FREETYPE */
#define QT_NO_BDF
//#define QT_NO_FONTDATABASE
-#define QT_NO_TRANSLATION
+#define TQT_NO_TRANSLATION
#define QT_NO_DRAGANDDROP
#define QT_NO_CLIPBOARD
#define QT_NO_SOUND
diff --git a/src/tools/qconfig-minimal.h b/src/tools/qconfig-minimal.h
index d3a79541..e08cd5e2 100644
--- a/src/tools/qconfig-minimal.h
+++ b/src/tools/qconfig-minimal.h
@@ -21,7 +21,7 @@
/* //#define QT_NO_FREETYPE //done by configure -no-freetype */
#define QT_NO_BDF
//#define QT_NO_FONTDATABASE
-#define QT_NO_TRANSLATION
+#define TQT_NO_TRANSLATION
#define QT_NO_MIME
#define QT_NO_SOUND
/* #define QT_NO_PROPERTIES */
@@ -87,8 +87,8 @@
#define QT_NO_IMAGE_HEURISTIC_MASK
#define QT_NO_IMAGE_MIRROR
-#ifndef QT_NO_STL
-# define QT_NO_STL
+#ifndef TQT_NO_STL
+# define TQT_NO_STL
#endif
#define QT_NO_DATESTRING
diff --git a/src/tools/qconfig-small.h b/src/tools/qconfig-small.h
index 046c07e6..22509827 100644
--- a/src/tools/qconfig-small.h
+++ b/src/tools/qconfig-small.h
@@ -17,7 +17,7 @@
/* #define QT_NO_FREETYPE //done by configure -no-freetype */
#define QT_NO_BDF
//#define QT_NO_FONTDATABASE
-#define QT_NO_TRANSLATION
+#define TQT_NO_TRANSLATION
#define QT_NO_MIME
#define QT_NO_SOUND
#define QT_NO_PROPERTIES
diff --git a/src/tools/qregexp.cpp b/src/tools/qregexp.cpp
index d5598c4d..7adf0376 100644
--- a/src/tools/qregexp.cpp
+++ b/src/tools/qregexp.cpp
@@ -3600,7 +3600,7 @@ bool TQRegExp::exactMatch( const TQString& str ) const
}
}
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
/*! \obsolete
Attempts to match in \a str, starting from position \a index.
@@ -3625,7 +3625,7 @@ int TQRegExp::match( const TQString& str, int index, int *len,
*len = matchedLength();
return pos;
}
-#endif // QT_NO_COMPAT
+#endif // TQT_NO_COMPAT
int TQRegExp::search( const TQString& str, int offset ) const
{
diff --git a/src/tools/qstring.cpp b/src/tools/qstring.cpp
index 755d2677..6afe0687 100644
--- a/src/tools/qstring.cpp
+++ b/src/tools/qstring.cpp
@@ -1630,7 +1630,7 @@ TQString::TQString( const char *str )
d = new TQStringData(uc,l,l);
}
-#ifndef QT_NO_STL
+#ifndef TQT_NO_STL
/*!
Constructs a string that is a deep copy of \a str.
@@ -5703,7 +5703,7 @@ void TQString::setExpand( uint index, TQChar c )
\endcode
It will call "operator const char*()", which is inefficent; you
- may wish to define the macro \c QT_NO_ASCII_CAST when writing code
+ may wish to define the macro \c TQT_NO_ASCII_CAST when writing code
which you wish to remain Unicode-clean.
When you want the above semantics, use:
@@ -6314,7 +6314,7 @@ TQString TQString::fromLocal8Bit( const char* local8Bit, int len )
Returns ascii(). Be sure to see the warnings documented in the
ascii() function. Note that for new code which you wish to be
strictly Unicode-clean, you can define the macro \c
- QT_NO_ASCII_CAST when compiling your code to hide this function so
+ TQT_NO_ASCII_CAST when compiling your code to hide this function so
that automatic casts are not done. This has the added advantage
that you catch the programming error described in operator!().
*/
diff --git a/src/widgets/ntqaction.h b/src/widgets/ntqaction.h
index 48f72f0f..1ca1032c 100644
--- a/src/widgets/ntqaction.h
+++ b/src/widgets/ntqaction.h
@@ -201,7 +201,7 @@ private slots:
private:
TQActionGroupPrivate* d;
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
public:
void insert( TQAction* a ) { add( a ); }
#endif
diff --git a/src/widgets/ntqbutton.h b/src/widgets/ntqbutton.h
index b59ac090..9c47e60e 100644
--- a/src/widgets/ntqbutton.h
+++ b/src/widgets/ntqbutton.h
@@ -96,7 +96,7 @@ public:
enum ToggleState { Off, NoChange, On };
ToggleState state() const;
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
bool autoResize() const;
void setAutoResize( bool );
#endif
@@ -196,7 +196,7 @@ inline bool TQButton::isOn() const
return ToggleState(stat) != Off;
}
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
inline bool TQButton::autoResize() const
{
return autoresize;
diff --git a/src/widgets/ntqgrid.h b/src/widgets/ntqgrid.h
index c557fa99..ff5bab2b 100644
--- a/src/widgets/ntqgrid.h
+++ b/src/widgets/ntqgrid.h
@@ -56,7 +56,7 @@ public:
void setSpacing( int );
TQSize sizeHint() const;
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
typedef Orientation Direction;
#endif
diff --git a/src/widgets/ntqlineedit.h b/src/widgets/ntqlineedit.h
index f8aecede..28d00b18 100644
--- a/src/widgets/ntqlineedit.h
+++ b/src/widgets/ntqlineedit.h
@@ -109,7 +109,7 @@ public:
int alignment() const;
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
void cursorLeft( bool mark, int steps = 1 ) { cursorForward( mark, -steps ); }
void cursorRight( bool mark, int steps = 1 ) { cursorForward( mark, steps ); }
#endif
@@ -135,7 +135,7 @@ public:
bool isUndoAvailable() const;
bool isRedoAvailable() const;
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
bool hasMarkedText() const { return hasSelectedText(); }
TQString markedText() const { return selectedText(); }
#endif
@@ -202,7 +202,7 @@ protected:
bool sendMouseEventToInputContext( TQMouseEvent *e );
virtual TQPopupMenu *createPopupMenu();
void windowActivationChange( bool );
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
void repaintArea( int, int ) { update(); }
#endif
diff --git a/src/widgets/ntqlistbox.h b/src/widgets/ntqlistbox.h
index c9790959..7584e4f8 100644
--- a/src/widgets/ntqlistbox.h
+++ b/src/widgets/ntqlistbox.h
@@ -169,7 +169,7 @@ public:
void viewportPaintEvent( TQPaintEvent * );
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
bool dragSelect() const { return TRUE; }
void setDragSelect( bool ) {}
bool autoScroll() const { return TRUE; }
@@ -258,7 +258,7 @@ protected:
void updateItem( int index );
void updateItem( TQListBoxItem * );
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
void updateCellWidth() { }
int totalWidth() const { return contentsWidth(); }
int totalHeight() const { return contentsHeight(); }
@@ -273,7 +273,7 @@ protected:
void windowActivationChange( bool );
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
bool itemYPos( int index, int *yPos ) const;
int findItem( int yPos ) const { return index(itemAt(TQPoint(0,yPos)) ); }
#endif
@@ -331,7 +331,7 @@ public:
bool isSelected() const { return s; }
bool isCurrent() const;
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
bool selected() const { return isSelected(); }
bool current() const { return isCurrent(); }
#endif
diff --git a/src/widgets/ntqtoolbutton.h b/src/widgets/ntqtoolbutton.h
index 5ac2ad01..45733ea1 100644
--- a/src/widgets/ntqtoolbutton.h
+++ b/src/widgets/ntqtoolbutton.h
@@ -94,7 +94,7 @@ public:
TQSize sizeHint() const;
TQSize minimumSizeHint() const;
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
void setOnIconSet( const TQIconSet& );
void setOffIconSet( const TQIconSet& );
void setIconSet( const TQIconSet &, bool on );
diff --git a/src/widgets/ntqtooltip.h b/src/widgets/ntqtooltip.h
index 94feb9bf..873634df 100644
--- a/src/widgets/ntqtooltip.h
+++ b/src/widgets/ntqtooltip.h
@@ -114,7 +114,7 @@ public:
static TQPalette palette();
static void setPalette( const TQPalette & );
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
static void setEnabled( bool enable ) { setGloballyEnabled( enable ); }
static bool enabled() { return isGloballyEnabled(); }
#endif
diff --git a/src/widgets/qbutton.cpp b/src/widgets/qbutton.cpp
index 71a2763c..eb2a196a 100644
--- a/src/widgets/qbutton.cpp
+++ b/src/widgets/qbutton.cpp
@@ -38,7 +38,7 @@
**
**********************************************************************/
-#undef QT_NO_COMPAT
+#undef TQT_NO_COMPAT
#include "ntqbutton.h"
#ifndef QT_NO_BUTTON
#include "ntqbuttongroup.h"
@@ -554,7 +554,7 @@ void TQButton::setAccel( const TQKeySequence& key )
}
#endif
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
void TQButton::setAutoResize( bool enable )
{
diff --git a/src/widgets/qlistbox.cpp b/src/widgets/qlistbox.cpp
index 71f29fc7..2e5e059f 100644
--- a/src/widgets/qlistbox.cpp
+++ b/src/widgets/qlistbox.cpp
@@ -3958,7 +3958,7 @@ TQRect TQListBox::itemRect( TQListBoxItem *item ) const
}
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
/*!
\obsolete
@@ -4149,7 +4149,7 @@ void TQListBox::showEvent( TQShowEvent * )
ensureCurrentVisible();
}
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
/*!
\obsolete
diff --git a/src/widgets/qtoolbutton.cpp b/src/widgets/qtoolbutton.cpp
index cb10ffba..aa4ae4c1 100644
--- a/src/widgets/qtoolbutton.cpp
+++ b/src/widgets/qtoolbutton.cpp
@@ -38,7 +38,7 @@
**
**********************************************************************/
-#undef QT_NO_COMPAT
+#undef TQT_NO_COMPAT
#include "ntqtoolbutton.h"
#ifndef QT_NO_TOOLBUTTON
@@ -685,7 +685,7 @@ void TQToolButton::setTextLabel( const TQString &newLabel , bool tipToo )
}
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
TQIconSet TQToolButton::onIconSet() const
{
@@ -787,7 +787,7 @@ void TQToolButton::setIconSet( const TQIconSet & set )
\sa iconSet TQIconSet::State
*/
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
void TQToolButton::setIconSet( const TQIconSet & set, bool /* on */ )
{
@@ -818,7 +818,7 @@ TQIconSet TQToolButton::iconSet() const
return TQIconSet();
}
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
/*! \overload
\obsolete