summaryrefslogtreecommitdiffstats
path: root/src/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel')
-rw-r--r--src/kernel/ntqasyncio.h2
-rw-r--r--src/kernel/ntqnamespace.h4
-rw-r--r--src/kernel/ntqt.h6
-rw-r--r--src/kernel/ntqurlinfo.h2
-rw-r--r--src/kernel/qapplication_x11.cpp2
-rw-r--r--src/kernel/qclipboard_x11.cpp2
-rw-r--r--src/kernel/qdnd_x11.cpp2
-rw-r--r--src/kernel/qeventloop.cpp2
-rw-r--r--src/kernel/qfontdatabase_x11.cpp2
-rw-r--r--src/kernel/qmngio.cpp2
-rw-r--r--src/kernel/qmovie.cpp2
-rw-r--r--src/kernel/qnetworkprotocol.cpp2
-rw-r--r--src/kernel/qprocess_unix.cpp2
-rw-r--r--src/kernel/qpsprinter.cpp4
-rw-r--r--src/kernel/qt_kernel.pri4
-rw-r--r--src/kernel/qt_pch.h4
-rw-r--r--src/kernel/qvariant.cpp2
-rw-r--r--src/kernel/tqtimer.cpp (renamed from src/kernel/qtimer.cpp)6
-rw-r--r--src/kernel/tqtimer.h (renamed from src/kernel/ntqtimer.h)0
-rw-r--r--src/kernel/tqwidget_x11.cpp2
20 files changed, 27 insertions, 27 deletions
diff --git a/src/kernel/ntqasyncio.h b/src/kernel/ntqasyncio.h
index 19fe284b0..b2c88ce4d 100644
--- a/src/kernel/ntqasyncio.h
+++ b/src/kernel/ntqasyncio.h
@@ -44,7 +44,7 @@
#ifndef QT_H
#include "tqobject.h"
#include "ntqsignal.h"
-#include "ntqtimer.h"
+#include "tqtimer.h"
#endif // QT_H
#ifndef TQT_NO_ASYNC_IO
diff --git a/src/kernel/ntqnamespace.h b/src/kernel/ntqnamespace.h
index c0c34533a..587b8720a 100644
--- a/src/kernel/ntqnamespace.h
+++ b/src/kernel/ntqnamespace.h
@@ -948,14 +948,14 @@ public:
// compatibility
typedef Dock ToolBarDock;
- // documented in qdatetime.cpp
+ // documented in tqdatetime.cpp
enum DateFormat {
TextDate, // default TQt
ISODate, // ISO 8601
LocalDate // locale dependent
};
- // documented in qdatetime.cpp
+ // documented in tqdatetime.cpp
enum TimeSpec {
LocalTime,
UTC
diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h
index 5afa96e1d..4dee12662 100644
--- a/src/kernel/ntqt.h
+++ b/src/kernel/ntqt.h
@@ -48,7 +48,7 @@
#include "tqstrlist.h"
#include "tqvaluelist.h"
#include "tqmap.h"
-#include "ntqdatetime.h"
+#include "tqdatetime.h"
#include "ntqmime.h"
#include "ntqasciidict.h"
#include "ntqpaintdevice.h"
@@ -95,7 +95,7 @@
#include <ntqgrid.h>
#include "ntqrangecontrol.h"
#include "ntqbuttongroup.h"
-#include <ntqdatetimeedit.h>
+#include <tqdatetimeedit.h>
#include "ntqgvector.h"
#include "ntqhbox.h"
#include <ntqhbuttongroup.h>
@@ -185,7 +185,7 @@
#include <ntqsettings.h>
#include <ntqsgistyle.h>
#include <ntqfontdialog.h>
-#include "ntqtimer.h"
+#include "tqtimer.h"
#include <ntqsignalmapper.h>
#include <ntqsignalslotimp.h>
#include <ntqsimplerichtext.h>
diff --git a/src/kernel/ntqurlinfo.h b/src/kernel/ntqurlinfo.h
index b9fa36eae..8c0269f84 100644
--- a/src/kernel/ntqurlinfo.h
+++ b/src/kernel/ntqurlinfo.h
@@ -42,7 +42,7 @@
#define TQURLINFO_H
#ifndef QT_H
-#include "ntqdatetime.h"
+#include "tqdatetime.h"
#include "tqstring.h"
#endif // QT_H
diff --git a/src/kernel/qapplication_x11.cpp b/src/kernel/qapplication_x11.cpp
index 0a1d62cf8..33fa0ceca 100644
--- a/src/kernel/qapplication_x11.cpp
+++ b/src/kernel/qapplication_x11.cpp
@@ -73,7 +73,7 @@
#include "ntqbitarray.h"
#include "ntqpainter.h"
#include "ntqpixmapcache.h"
-#include "ntqdatetime.h"
+#include "tqdatetime.h"
#include "tqtextcodec.h"
#include "ntqdatastream.h"
#include "ntqbuffer.h"
diff --git a/src/kernel/qclipboard_x11.cpp b/src/kernel/qclipboard_x11.cpp
index 7776cf606..dbe3a7f78 100644
--- a/src/kernel/qclipboard_x11.cpp
+++ b/src/kernel/qclipboard_x11.cpp
@@ -67,7 +67,7 @@
#include "ntqapplication.h"
#include "ntqeventloop.h"
#include "ntqbitmap.h"
-#include "ntqdatetime.h"
+#include "tqdatetime.h"
#include "ntqdragobject.h"
#include "ntqbuffer.h"
#include "tqtextcodec.h"
diff --git a/src/kernel/qdnd_x11.cpp b/src/kernel/qdnd_x11.cpp
index 859a3c1a6..7e2a1fd04 100644
--- a/src/kernel/qdnd_x11.cpp
+++ b/src/kernel/qdnd_x11.cpp
@@ -46,7 +46,7 @@
#include "tqwidget.h"
#include "ntqintdict.h"
-#include "ntqdatetime.h"
+#include "tqdatetime.h"
#include "ntqdict.h"
#include "ntqguardedptr.h"
#include "ntqdragobject.h"
diff --git a/src/kernel/qeventloop.cpp b/src/kernel/qeventloop.cpp
index 402894f2a..e08a1ee1c 100644
--- a/src/kernel/qeventloop.cpp
+++ b/src/kernel/qeventloop.cpp
@@ -39,7 +39,7 @@
#include "qeventloop_p.h" // includes qplatformdefs.h
#include "ntqeventloop.h"
#include "ntqapplication.h"
-#include "ntqdatetime.h"
+#include "tqdatetime.h"
#ifdef TQT_THREAD_SUPPORT
# include "ntqthread.h"
diff --git a/src/kernel/qfontdatabase_x11.cpp b/src/kernel/qfontdatabase_x11.cpp
index c449b8961..d1045740d 100644
--- a/src/kernel/qfontdatabase_x11.cpp
+++ b/src/kernel/qfontdatabase_x11.cpp
@@ -40,7 +40,7 @@
#include <qplatformdefs.h>
-#include <ntqdatetime.h>
+#include <tqdatetime.h>
#include <ntqpaintdevicemetrics.h>
#include "qt_x11_p.h"
diff --git a/src/kernel/qmngio.cpp b/src/kernel/qmngio.cpp
index deb0225c3..5c46cbd74 100644
--- a/src/kernel/qmngio.cpp
+++ b/src/kernel/qmngio.cpp
@@ -38,7 +38,7 @@
**
**********************************************************************/
-#include "ntqdatetime.h"
+#include "tqdatetime.h"
#ifndef TQT_NO_IMAGEIO_MNG
diff --git a/src/kernel/qmovie.cpp b/src/kernel/qmovie.cpp
index d52f662a7..7be719725 100644
--- a/src/kernel/qmovie.cpp
+++ b/src/kernel/qmovie.cpp
@@ -40,7 +40,7 @@
// #define QT_SAVE_MOVIE_HACK
-#include "ntqtimer.h"
+#include "tqtimer.h"
#include "ntqpainter.h"
#include "tqptrlist.h"
#include "ntqbitmap.h"
diff --git a/src/kernel/qnetworkprotocol.cpp b/src/kernel/qnetworkprotocol.cpp
index 8d7ff8f1a..718a7ac11 100644
--- a/src/kernel/qnetworkprotocol.cpp
+++ b/src/kernel/qnetworkprotocol.cpp
@@ -44,7 +44,7 @@
#include "ntqlocalfs.h"
#include "ntqurloperator.h"
-#include "ntqtimer.h"
+#include "tqtimer.h"
#include "tqmap.h"
#include "tqptrqueue.h"
diff --git a/src/kernel/qprocess_unix.cpp b/src/kernel/qprocess_unix.cpp
index 87f76848d..0e5a2299a 100644
--- a/src/kernel/qprocess_unix.cpp
+++ b/src/kernel/qprocess_unix.cpp
@@ -53,7 +53,7 @@
#include "tqptrqueue.h"
#include "tqptrlist.h"
#include "ntqsocketnotifier.h"
-#include "ntqtimer.h"
+#include "tqtimer.h"
#include "ntqcleanuphandler.h"
#include "ntqregexp.h"
#include "private/qinternal_p.h"
diff --git a/src/kernel/qpsprinter.cpp b/src/kernel/qpsprinter.cpp
index 943cefff4..c9ce2ea7d 100644
--- a/src/kernel/qpsprinter.cpp
+++ b/src/kernel/qpsprinter.cpp
@@ -60,7 +60,7 @@
#include "ntqapplication.h"
#include "ntqpaintdevicemetrics.h"
#include "tqimage.h"
-#include "ntqdatetime.h"
+#include "tqdatetime.h"
#include "tqstring.h"
#include "ntqdict.h"
#include "ntqmemarray.h"
@@ -5351,7 +5351,7 @@ static void emitBits( char *out, int & byte, int & bit,
//#define DEBUG_COMPRESS
#ifdef DEBUG_COMPRESS
-#include <ntqdatetime.h>
+#include <tqdatetime.h>
#endif
static TQByteArray compress( const TQImage & image, bool gray ) {
diff --git a/src/kernel/qt_kernel.pri b/src/kernel/qt_kernel.pri
index c812e5843..446019b6e 100644
--- a/src/kernel/qt_kernel.pri
+++ b/src/kernel/qt_kernel.pri
@@ -78,7 +78,7 @@ kernel {
$$KERNEL_H/tqstyle.h \
$$KERNEL_H/tqstylesheet.h \
$$KERNEL_H/ntqthread.h \
- $$KERNEL_H/ntqtimer.h \
+ $$KERNEL_H/tqtimer.h \
$$KERNEL_H/ntqurl.h \
$$KERNEL_H/ntqlocalfs.h \
$$KERNEL_H/ntqurloperator.h \
@@ -249,7 +249,7 @@ kernel {
$$KERNEL_CPP/qsound.cpp \
$$KERNEL_CPP/tqstylesheet.cpp \
$$KERNEL_CPP/qthread.cpp \
- $$KERNEL_CPP/qtimer.cpp \
+ $$KERNEL_CPP/tqtimer.cpp \
$$KERNEL_CPP/qurl.cpp \
$$KERNEL_CPP/qlocalfs.cpp \
$$KERNEL_CPP/qurloperator.cpp \
diff --git a/src/kernel/qt_pch.h b/src/kernel/qt_pch.h
index a4655ff25..aff826dc0 100644
--- a/src/kernel/qt_pch.h
+++ b/src/kernel/qt_pch.h
@@ -26,7 +26,7 @@
#include <ntqapplication.h>
#include <ntqbitmap.h>
#include <ntqcursor.h>
-#include <ntqdatetime.h>
+#include <tqdatetime.h>
#include <ntqglobal.h>
#include <tqimage.h>
#include <ntqmetaobject.h> // All moc genereated code has this include
@@ -38,7 +38,7 @@
#include <tqstring.h>
#include <tqstringlist.h>
#include <tqstyle.h>
-#include <ntqtimer.h>
+#include <tqtimer.h>
#include <tqwidget.h>
#include <limits.h>
diff --git a/src/kernel/qvariant.cpp b/src/kernel/qvariant.cpp
index d3782f483..7e9b659ac 100644
--- a/src/kernel/qvariant.cpp
+++ b/src/kernel/qvariant.cpp
@@ -59,7 +59,7 @@
#include "ntqpointarray.h"
#include "ntqbitmap.h"
#include "ntqcursor.h"
-#include "ntqdatetime.h"
+#include "tqdatetime.h"
#include "ntqsizepolicy.h"
#include "ntqshared.h"
#include "ntqbitarray.h"
diff --git a/src/kernel/qtimer.cpp b/src/kernel/tqtimer.cpp
index ca2dddb9e..11fecf81f 100644
--- a/src/kernel/qtimer.cpp
+++ b/src/kernel/tqtimer.cpp
@@ -38,12 +38,12 @@
**
**********************************************************************/
-#include "ntqtimer.h"
+#include "tqtimer.h"
#include "ntqsignal.h"
#include "tqobjectlist.h"
/*!
- \class TQTimer ntqtimer.h
+ \class TQTimer tqtimer.h
\brief The TQTimer class provides timer signals and single-shot timers.
\ingroup time
@@ -303,7 +303,7 @@ bool TQSingleShotTimer::event( TQEvent * )
Example:
\code
#include <ntqapplication.h>
- #include <ntqtimer.h>
+ #include <tqtimer.h>
int main( int argc, char **argv )
{
diff --git a/src/kernel/ntqtimer.h b/src/kernel/tqtimer.h
index 40aae8724..40aae8724 100644
--- a/src/kernel/ntqtimer.h
+++ b/src/kernel/tqtimer.h
diff --git a/src/kernel/tqwidget_x11.cpp b/src/kernel/tqwidget_x11.cpp
index 78d1e850e..bc31e7e75 100644
--- a/src/kernel/tqwidget_x11.cpp
+++ b/src/kernel/tqwidget_x11.cpp
@@ -48,7 +48,7 @@
#include "tqobjectlist.h"
#include "ntqlayout.h"
#include "tqtextcodec.h"
-#include "ntqdatetime.h"
+#include "tqdatetime.h"
#include "ntqcursor.h"
#include "qt_x11_p.h"
#include <stdlib.h>