summaryrefslogtreecommitdiffstats
path: root/src/kernel/qvariant.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qvariant.cpp')
-rw-r--r--src/kernel/qvariant.cpp52
1 files changed, 26 insertions, 26 deletions
diff --git a/src/kernel/qvariant.cpp b/src/kernel/qvariant.cpp
index 417c74dd..6d4b5d1d 100644
--- a/src/kernel/qvariant.cpp
+++ b/src/kernel/qvariant.cpp
@@ -40,31 +40,31 @@
#include <float.h>
-#include "qvariant.h"
+#include "ntqvariant.h"
#ifndef QT_NO_VARIANT
-#include "qstring.h"
-#include "qcstring.h"
-#include "qfont.h"
-#include "qpixmap.h"
-#include "qimage.h"
-#include "qbrush.h"
-#include "qpoint.h"
-#include "qrect.h"
-#include "qsize.h"
-#include "qcolor.h"
-#include "qpalette.h"
-#include "qiconset.h"
-#include "qdatastream.h"
-#include "qregion.h"
-#include "qpointarray.h"
-#include "qbitmap.h"
-#include "qcursor.h"
-#include "qdatetime.h"
-#include "qsizepolicy.h"
-#include "qshared.h"
-#include "qbitarray.h"
-#include "qkeysequence.h"
-#include "qpen.h"
+#include "ntqstring.h"
+#include "ntqcstring.h"
+#include "ntqfont.h"
+#include "ntqpixmap.h"
+#include "ntqimage.h"
+#include "ntqbrush.h"
+#include "ntqpoint.h"
+#include "ntqrect.h"
+#include "ntqsize.h"
+#include "ntqcolor.h"
+#include "ntqpalette.h"
+#include "ntqiconset.h"
+#include "ntqdatastream.h"
+#include "ntqregion.h"
+#include "ntqpointarray.h"
+#include "ntqbitmap.h"
+#include "ntqcursor.h"
+#include "ntqdatetime.h"
+#include "ntqsizepolicy.h"
+#include "ntqshared.h"
+#include "ntqbitarray.h"
+#include "ntqkeysequence.h"
+#include "ntqpen.h"
#ifndef DBL_DIG
#define DBL_DIG 10
@@ -354,7 +354,7 @@ void TQVariant::Private::clear()
}
/*!
- \class TQVariant qvariant.h
+ \class TQVariant ntqvariant.h
\brief The TQVariant class acts like a union for the most common TQt data types.
\ingroup objectmodel
@@ -475,7 +475,7 @@ void TQVariant::Private::clear()
\value UInt an unsigned int
Note that TQt's definition of bool depends on the compiler.
- \c qglobal.h has the system-dependent definition of bool.
+ \c ntqglobal.h has the system-dependent definition of bool.
*/
/*!