summaryrefslogtreecommitdiffstats
path: root/src/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel')
-rw-r--r--src/kernel/ntqlayout.h2
-rw-r--r--src/kernel/ntqnamespace.h2
-rw-r--r--src/kernel/ntqrect.h2
-rw-r--r--src/kernel/ntqsession.h47
-rw-r--r--src/kernel/ntqt.h30
-rw-r--r--src/kernel/qabstractlayout.cpp4
-rw-r--r--src/kernel/qaccel.cpp2
-rw-r--r--src/kernel/qapplication.cpp4
-rw-r--r--src/kernel/qapplication_x11.cpp2
-rw-r--r--src/kernel/qcolor_p.h2
-rw-r--r--src/kernel/qinputcontext.cpp2
-rw-r--r--src/kernel/qlayout.cpp2
-rw-r--r--src/kernel/qlayoutengine_p.h2
-rw-r--r--src/kernel/qprinter_p.h2
-rw-r--r--src/kernel/qrichtext_p.h2
-rw-r--r--src/kernel/qt_kernel.pri12
-rw-r--r--src/kernel/qvariant.cpp4
-rw-r--r--src/kernel/tqsessionmanager.h (renamed from src/kernel/ntqsessionmanager.h)0
-rw-r--r--src/kernel/tqsize.cpp (renamed from src/kernel/qsize.cpp)2
-rw-r--r--src/kernel/tqsize.h (renamed from src/kernel/ntqsize.h)0
-rw-r--r--src/kernel/tqsizegrip.cpp (renamed from src/kernel/qsizegrip.cpp)6
-rw-r--r--src/kernel/tqsizegrip.h (renamed from src/kernel/ntqsizegrip.h)0
-rw-r--r--src/kernel/tqsizepolicy.h (renamed from src/kernel/ntqsizepolicy.h)0
-rw-r--r--src/kernel/tqstyle.cpp2
-rw-r--r--src/kernel/tqstyle.h2
-rw-r--r--src/kernel/tqwidget.h2
26 files changed, 45 insertions, 92 deletions
diff --git a/src/kernel/ntqlayout.h b/src/kernel/ntqlayout.h
index 9465e2788..c900c352d 100644
--- a/src/kernel/ntqlayout.h
+++ b/src/kernel/ntqlayout.h
@@ -43,7 +43,7 @@
#ifndef QT_H
#include "tqobject.h"
-#include "ntqsizepolicy.h"
+#include "tqsizepolicy.h"
#include "tqwidget.h"
#endif // QT_H
diff --git a/src/kernel/ntqnamespace.h b/src/kernel/ntqnamespace.h
index 587b8720a..6feb7578c 100644
--- a/src/kernel/ntqnamespace.h
+++ b/src/kernel/ntqnamespace.h
@@ -925,7 +925,7 @@ public:
AnchorHref
};
- // Documented in qmainwindow.cpp
+ // Documented in tqmainwindow.cpp
enum Dock {
DockUnmanaged,
DockTornOff,
diff --git a/src/kernel/ntqrect.h b/src/kernel/ntqrect.h
index aa1c1ce35..d7dd2886b 100644
--- a/src/kernel/ntqrect.h
+++ b/src/kernel/ntqrect.h
@@ -42,7 +42,7 @@
#define TQRECT_H
#ifndef QT_H
-#include "ntqsize.h"
+#include "tqsize.h"
#endif // QT_H
#if defined(topLeft)
diff --git a/src/kernel/ntqsession.h b/src/kernel/ntqsession.h
deleted file mode 100644
index 36fd657b8..000000000
--- a/src/kernel/ntqsession.h
+++ /dev/null
@@ -1,47 +0,0 @@
-/****************************************************************************
-**
-** Definition of TQSession class
-**
-** Created : 990510
-**
-** Copyright (C) 1992-2008 Trolltech ASA. All rights reserved.
-**
-** This file is part of the kernel module of the TQt GUI Toolkit.
-**
-** This file may be used under the terms of the GNU General
-** Public License versions 2.0 or 3.0 as published by the Free
-** Software Foundation and appearing in the files LICENSE.GPL2
-** and LICENSE.GPL3 included in the packaging of this file.
-** Alternatively you may (at your option) use any later version
-** of the GNU General Public License if such license has been
-** publicly approved by Trolltech ASA (or its successors, if any)
-** and the KDE Free TQt Foundation.
-**
-** Please review the following information to ensure GNU General
-** Public Licensing requirements will be met:
-** http://trolltech.com/products/qt/licenses/licensing/opensource/.
-** If you are unsure which license is appropriate for your use, please
-** review the following information:
-** http://trolltech.com/products/qt/licenses/licensing/licensingoverview
-** or contact the sales department at sales@trolltech.com.
-**
-** This file may be used under the terms of the Q Public License as
-** defined by Trolltech ASA and appearing in the file LICENSE.TQPL
-** included in the packaging of this file. Licensees holding valid TQt
-** Commercial licenses may use this file in accordance with the TQt
-** Commercial License Agreement provided with the Software.
-**
-** This file is provided "AS IS" with NO WARRANTY OF ANY KIND,
-** INCLUDING THE WARRANTIES OF DESIGN, MERCHANTABILITY AND FITNESS FOR
-** A PARTICULAR PURPOSE. Trolltech reserves all rights not granted
-** herein.
-**
-**********************************************************************/
-
-#ifndef TQSESSION_H
-#define TQSESSION_H
-
-#ifndef QT_H
-#endif // QT_H
-
-#endif
diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h
index fefc761e2..c5430b8fd 100644
--- a/src/kernel/ntqt.h
+++ b/src/kernel/ntqt.h
@@ -38,9 +38,9 @@
#include <stdio.h>
#include "tqtextstream.h"
#include "ntqfontinfo.h"
-#include "ntqsizepolicy.h"
+#include "tqsizepolicy.h"
#include "ntqtl.h"
-#include "ntqsize.h"
+#include "tqsize.h"
#include "ntqrect.h"
#include "ntqbitarray.h"
#include "ntqregion.h"
@@ -70,7 +70,7 @@
#include <ntqtabbar.h>
#include "tqiconset.h"
#include "ntqbutton.h"
-#include <ntqtoolbutton.h>
+#include <tqtoolbutton.h>
#include "tqstyle.h"
#include "ntqframe.h"
#include "ntqfile.h"
@@ -103,7 +103,7 @@
#include "ntqsocketnotifier.h"
#include <ntqeventloop.h>
#include <ntqhttp.h>
-#include <ntqaction.h>
+#include <tqaction.h>
#include "ntqbuffer.h"
#include "tqimage.h"
#include <tqimageformatplugin.h>
@@ -147,7 +147,7 @@
#include <ntqcolordialog.h>
#include <ntqpaintdevicemetrics.h>
#include "ntqpointarray.h"
-#include "ntqmenudata.h"
+#include "tqmenudata.h"
#include <ntqlistview.h>
#include "ntqpen.h"
#include "ntqdragobject.h"
@@ -158,7 +158,7 @@
#include <ntqcursor.h>
#include <ntqerrormessage.h>
#include <ntqpolygonscanner.h>
-#include "ntqpopupmenu.h"
+#include "tqpopupmenu.h"
#include <ntqprintdialog.h>
#include <ntqprinter.h>
#include <ntqprocess.h>
@@ -181,7 +181,7 @@
#include "tqsemaphore.h"
#include <ntqprogressdialog.h>
#include "ntqsocketdevice.h"
-#include <ntqsessionmanager.h>
+#include <tqsessionmanager.h>
#include <ntqsettings.h>
#include <ntqsgistyle.h>
#include <ntqfontdialog.h>
@@ -190,7 +190,7 @@
#include <ntqsignalslotimp.h>
#include <ntqsimplerichtext.h>
#include "ntqwmatrix.h"
-#include <ntqsizegrip.h>
+#include <tqsizegrip.h>
#include <ntqabstractlayout.h>
#include <tqsjiscodec.h>
#include <ntqslider.h>
@@ -216,8 +216,8 @@
#include <tqdatabrowser.h>
#include <tqsqlresult.h>
#include <tqsqlselectcursor.h>
-#include <ntqstatusbar.h>
-#include <ntqmenubar.h>
+#include <tqstatusbar.h>
+#include <tqmenubar.h>
#include <tqcanvas.h>
#include "ntqtranslator.h"
#include <tqstrvec.h>
@@ -234,14 +234,14 @@
#include <tqtextcodecfactory.h>
#include <tqtextcodecplugin.h>
#include <ntqmultilineedit.h>
-#include "ntqtoolbar.h"
+#include "tqtoolbar.h"
#include <tqtextview.h>
#include "tqwaitcondition.h"
#include <ntqasyncio.h>
#include <ntqfontdatabase.h>
-#include <ntqmainwindow.h>
-#include <ntqtoolbox.h>
-#include <ntqtooltip.h>
+#include <tqmainwindow.h>
+#include <tqtoolbox.h>
+#include <tqtooltip.h>
#include "ntqdesktopwidget.h"
#include <tqtsciicodec.h>
#include "ntqurl.h"
@@ -268,7 +268,7 @@
#include <ntqcompactstyle.h>
#include <ntqwizard.h>
#include <ntqpainter.h>
-#include <ntqworkspace.h>
+#include <tqworkspace.h>
#include <ntqlocalfs.h>
#include <tqxml.h>
diff --git a/src/kernel/qabstractlayout.cpp b/src/kernel/qabstractlayout.cpp
index f11611f92..98ffcd6c8 100644
--- a/src/kernel/qabstractlayout.cpp
+++ b/src/kernel/qabstractlayout.cpp
@@ -43,8 +43,8 @@
#ifndef TQT_NO_LAYOUT
#include "ntqapplication.h"
#include "qlayoutengine_p.h"
-#include "ntqmenubar.h"
-#include "ntqtoolbar.h"
+#include "tqmenubar.h"
+#include "tqtoolbar.h"
static int menuBarHeightForWidth( TQMenuBar *menubar, int w )
{
diff --git a/src/kernel/qaccel.cpp b/src/kernel/qaccel.cpp
index 8b37b92ef..00d9c3f05 100644
--- a/src/kernel/qaccel.cpp
+++ b/src/kernel/qaccel.cpp
@@ -48,7 +48,7 @@
#include "tqptrlist.h"
#include "ntqwhatsthis.h"
#include "ntqguardedptr.h"
-#include "ntqstatusbar.h"
+#include "tqstatusbar.h"
#include "ntqdockwindow.h"
#include "ntqsignalslotimp.h"
/*!
diff --git a/src/kernel/qapplication.cpp b/src/kernel/qapplication.cpp
index 5297837cc..c1387f78f 100644
--- a/src/kernel/qapplication.cpp
+++ b/src/kernel/qapplication.cpp
@@ -50,7 +50,7 @@
#include "ntqtranslator.h"
#include "tqtextcodec.h"
-#include "ntqsessionmanager.h"
+#include "tqsessionmanager.h"
#include "ntqdragobject.h"
#include "ntqclipboard.h"
#include "ntqcursor.h"
@@ -4480,7 +4480,7 @@ bool TQApplication::reverseLayout()
/*!
- \class TQSessionManager ntqsessionmanager.h
+ \class TQSessionManager tqsessionmanager.h
\brief The TQSessionManager class provides access to the session manager.
\ingroup application
diff --git a/src/kernel/qapplication_x11.cpp b/src/kernel/qapplication_x11.cpp
index cd65da67a..c2b64a636 100644
--- a/src/kernel/qapplication_x11.cpp
+++ b/src/kernel/qapplication_x11.cpp
@@ -78,7 +78,7 @@
#include "ntqdatastream.h"
#include "ntqbuffer.h"
#include "ntqsocketnotifier.h"
-#include "ntqsessionmanager.h"
+#include "tqsessionmanager.h"
#include "tqvaluelist.h"
#include "ntqdict.h"
#include "ntqguardedptr.h"
diff --git a/src/kernel/qcolor_p.h b/src/kernel/qcolor_p.h
index 326659883..d85cbf362 100644
--- a/src/kernel/qcolor_p.h
+++ b/src/kernel/qcolor_p.h
@@ -48,7 +48,7 @@
// -------------
//
// This file is not part of the TQt API. It exists for the convenience
-// of qmenudata.cpp, qmenubar.cpp, qmenubar.cpp, qpopupmenu.cpp,
+// of tqmenudata.cpp, tqmenubar.cpp, tqmenubar.cpp, tqpopupmenu.cpp,
// qmotifstyle.cpp and qwindowssstyle.cpp. This header file may change
// from version to version without notice, or even be removed.
//
diff --git a/src/kernel/qinputcontext.cpp b/src/kernel/qinputcontext.cpp
index d9621b99d..8693da969 100644
--- a/src/kernel/qinputcontext.cpp
+++ b/src/kernel/qinputcontext.cpp
@@ -43,7 +43,7 @@
#include "ntqapplication.h"
#include "tqwidget.h"
-#include "ntqpopupmenu.h"
+#include "tqpopupmenu.h"
#include <stdlib.h>
#include <limits.h>
diff --git a/src/kernel/qlayout.cpp b/src/kernel/qlayout.cpp
index 6fd85c407..5697f20e6 100644
--- a/src/kernel/qlayout.cpp
+++ b/src/kernel/qlayout.cpp
@@ -45,7 +45,7 @@
#include "ntqapplication.h"
#include "tqwidget.h"
#include "tqptrlist.h"
-#include "ntqsizepolicy.h"
+#include "tqsizepolicy.h"
#include "qlayoutengine_p.h"
diff --git a/src/kernel/qlayoutengine_p.h b/src/kernel/qlayoutengine_p.h
index 560c0a9ea..ed0e950b3 100644
--- a/src/kernel/qlayoutengine_p.h
+++ b/src/kernel/qlayoutengine_p.h
@@ -50,7 +50,7 @@
// -------------
//
// This file is not part of the TQt API. It exists for the convenience
-// of qlayout.cpp, qlayoutengine.cpp, qmainwindow.cpp and qsplitter.cpp.
+// of qlayout.cpp, qlayoutengine.cpp, tqmainwindow.cpp and qsplitter.cpp.
// This header file may change from version to version without notice,
// or even be removed.
//
diff --git a/src/kernel/qprinter_p.h b/src/kernel/qprinter_p.h
index 0c75668a3..3b01895dd 100644
--- a/src/kernel/qprinter_p.h
+++ b/src/kernel/qprinter_p.h
@@ -46,7 +46,7 @@
#include <ntqprinter.h>
#include <ntqshared.h>
#include <tqstring.h>
-#include <ntqsize.h>
+#include <tqsize.h>
#endif // QT_H
class TQPrinterPrivate
diff --git a/src/kernel/qrichtext_p.h b/src/kernel/qrichtext_p.h
index f30c29149..c8c68360e 100644
--- a/src/kernel/qrichtext_p.h
+++ b/src/kernel/qrichtext_p.h
@@ -63,7 +63,7 @@
#include "tqstringlist.h"
#include "ntqfont.h"
#include "ntqcolor.h"
-#include "ntqsize.h"
+#include "tqsize.h"
#include "tqvaluelist.h"
#include "tqvaluestack.h"
#include "tqobject.h"
diff --git a/src/kernel/qt_kernel.pri b/src/kernel/qt_kernel.pri
index c4690a3f6..daa778a13 100644
--- a/src/kernel/qt_kernel.pri
+++ b/src/kernel/qt_kernel.pri
@@ -66,13 +66,13 @@ kernel {
$$KERNEL_H/ntqprocess.h \
$$KERNEL_H/ntqrect.h \
$$KERNEL_H/ntqregion.h \
- $$KERNEL_H/ntqsessionmanager.h \
+ $$KERNEL_H/tqsessionmanager.h \
$$KERNEL_H/ntqsignal.h \
$$KERNEL_H/ntqsignalmapper.h \
$$KERNEL_H/ntqsignalslotimp.h \
- $$KERNEL_H/ntqsize.h \
- $$KERNEL_H/ntqsizegrip.h \
- $$KERNEL_H/ntqsizepolicy.h \
+ $$KERNEL_H/tqsize.h \
+ $$KERNEL_H/tqsizegrip.h \
+ $$KERNEL_H/tqsizepolicy.h \
$$KERNEL_H/ntqsocketnotifier.h \
$$KERNEL_H/ntqsound.h \
$$KERNEL_H/tqstyle.h \
@@ -242,8 +242,8 @@ kernel {
$$KERNEL_CPP/qregion.cpp \
$$KERNEL_CPP/qsignal.cpp \
$$KERNEL_CPP/qsignalmapper.cpp \
- $$KERNEL_CPP/qsize.cpp \
- $$KERNEL_CPP/qsizegrip.cpp \
+ $$KERNEL_CPP/tqsize.cpp \
+ $$KERNEL_CPP/tqsizegrip.cpp \
$$KERNEL_CPP/tqstyle.cpp \
$$KERNEL_CPP/qsocketnotifier.cpp \
$$KERNEL_CPP/qsound.cpp \
diff --git a/src/kernel/qvariant.cpp b/src/kernel/qvariant.cpp
index 7e9b659ac..0b2cd0f3f 100644
--- a/src/kernel/qvariant.cpp
+++ b/src/kernel/qvariant.cpp
@@ -50,7 +50,7 @@
#include "ntqbrush.h"
#include "ntqpoint.h"
#include "ntqrect.h"
-#include "ntqsize.h"
+#include "tqsize.h"
#include "ntqcolor.h"
#include "ntqpalette.h"
#include "tqiconset.h"
@@ -60,7 +60,7 @@
#include "ntqbitmap.h"
#include "ntqcursor.h"
#include "tqdatetime.h"
-#include "ntqsizepolicy.h"
+#include "tqsizepolicy.h"
#include "ntqshared.h"
#include "ntqbitarray.h"
#include "ntqkeysequence.h"
diff --git a/src/kernel/ntqsessionmanager.h b/src/kernel/tqsessionmanager.h
index ae79dd30b..ae79dd30b 100644
--- a/src/kernel/ntqsessionmanager.h
+++ b/src/kernel/tqsessionmanager.h
diff --git a/src/kernel/qsize.cpp b/src/kernel/tqsize.cpp
index 988d54fe0..ba9c3df6b 100644
--- a/src/kernel/qsize.cpp
+++ b/src/kernel/tqsize.cpp
@@ -38,7 +38,7 @@
**
**********************************************************************/
-#include "ntqsize.h"
+#include "tqsize.h"
#include "ntqdatastream.h"
diff --git a/src/kernel/ntqsize.h b/src/kernel/tqsize.h
index 5ac364822..5ac364822 100644
--- a/src/kernel/ntqsize.h
+++ b/src/kernel/tqsize.h
diff --git a/src/kernel/qsizegrip.cpp b/src/kernel/tqsizegrip.cpp
index f4528c3b9..00c994a3a 100644
--- a/src/kernel/qsizegrip.cpp
+++ b/src/kernel/tqsizegrip.cpp
@@ -38,7 +38,7 @@
**
**********************************************************************/
-#include "ntqsizegrip.h"
+#include "tqsizegrip.h"
#ifndef TQT_NO_SIZEGRIP
@@ -79,7 +79,7 @@ static TQWidget* qt_sizegrip_workspace( TQWidget* w )
/*!
- \class TQSizeGrip ntqsizegrip.h
+ \class TQSizeGrip tqsizegrip.h
\brief The TQSizeGrip class provides a corner-grip for resizing a top-level window.
@@ -98,7 +98,7 @@ static TQWidget* qt_sizegrip_workspace( TQWidget* w )
widget, so if you have a status bar (e.g. you are using
TQMainWindow), then you don't need to use this widget explicitly.
- <img src=qsizegrip-m.png> <img src=qsizegrip-w.png>
+ <img src=tqsizegrip-m.png> <img src=tqsizegrip-w.png>
\sa TQStatusBar
*/
diff --git a/src/kernel/ntqsizegrip.h b/src/kernel/tqsizegrip.h
index 624fb6498..624fb6498 100644
--- a/src/kernel/ntqsizegrip.h
+++ b/src/kernel/tqsizegrip.h
diff --git a/src/kernel/ntqsizepolicy.h b/src/kernel/tqsizepolicy.h
index 2c764d33b..2c764d33b 100644
--- a/src/kernel/ntqsizepolicy.h
+++ b/src/kernel/tqsizepolicy.h
diff --git a/src/kernel/tqstyle.cpp b/src/kernel/tqstyle.cpp
index f0c0524d6..b3c496da6 100644
--- a/src/kernel/tqstyle.cpp
+++ b/src/kernel/tqstyle.cpp
@@ -47,7 +47,7 @@
#include "ntqframe.h"
#include "ntqlayout.h"
#include "ntqlistview.h"
-#include "ntqpopupmenu.h"
+#include "tqpopupmenu.h"
#include "ntqpushbutton.h"
#include "tqobjectlist.h"
#include "tqwidgetlist.h"
diff --git a/src/kernel/tqstyle.h b/src/kernel/tqstyle.h
index 6fc61b456..bd5987d32 100644
--- a/src/kernel/tqstyle.h
+++ b/src/kernel/tqstyle.h
@@ -46,7 +46,7 @@
#include "ntqcolor.h"
#include "tqiconset.h"
#include "ntqtabbar.h"
-#include "ntqtoolbutton.h"
+#include "tqtoolbutton.h"
#endif // QT_H
diff --git a/src/kernel/tqwidget.h b/src/kernel/tqwidget.h
index a83c90a91..8d9faf00b 100644
--- a/src/kernel/tqwidget.h
+++ b/src/kernel/tqwidget.h
@@ -49,7 +49,7 @@
#include "ntqfont.h"
#include "ntqfontmetrics.h"
#include "ntqfontinfo.h"
-#include "ntqsizepolicy.h"
+#include "tqsizepolicy.h"
#endif // QT_H
#if defined(TQ_WS_X11)