summaryrefslogtreecommitdiffstats
path: root/src/kernel
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-16 19:11:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-16 19:11:00 +0900
commit82ecd83484c9fa1ede059986ab771e74e33e68ef (patch)
treed0e76f19632bb02fc55028625bdb903902e1bac1 /src/kernel
parentc55ef27a2c511c29a8a82d00bd2ede1fb02cfa41 (diff)
downloadtqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.tar.gz
tqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.zip
Rename layout nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel')
-rw-r--r--src/kernel/ntqabstractlayout.h2
-rw-r--r--src/kernel/ntqt.h18
-rw-r--r--src/kernel/qabstractlayout.cpp4
-rw-r--r--src/kernel/qrichtext_p.h2
-rw-r--r--src/kernel/qt_kernel.pri8
-rw-r--r--src/kernel/tqlayout.cpp (renamed from src/kernel/qlayout.cpp)12
-rw-r--r--src/kernel/tqlayout.h (renamed from src/kernel/ntqlayout.h)0
-rw-r--r--src/kernel/tqlayoutengine.cpp (renamed from src/kernel/qlayoutengine.cpp)4
-rw-r--r--src/kernel/tqlayoutengine_p.h (renamed from src/kernel/qlayoutengine_p.h)4
-rw-r--r--src/kernel/tqstyle.cpp2
-rw-r--r--src/kernel/tqstylesheet.cpp2
-rw-r--r--src/kernel/tqwidget.cpp2
-rw-r--r--src/kernel/tqwidget_x11.cpp2
13 files changed, 31 insertions, 31 deletions
diff --git a/src/kernel/ntqabstractlayout.h b/src/kernel/ntqabstractlayout.h
index 9d769762..a2840677 100644
--- a/src/kernel/ntqabstractlayout.h
+++ b/src/kernel/ntqabstractlayout.h
@@ -47,7 +47,7 @@
#ifndef QT_H
#ifndef TQT_NO_COMPAT
-#include "ntqlayout.h"
+#include "tqlayout.h"
#endif
#endif // QT_H
diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h
index d9119ed7..f72ec4e6 100644
--- a/src/kernel/ntqt.h
+++ b/src/kernel/ntqt.h
@@ -78,7 +78,7 @@
#include "tqurlinfo.h"
#include "tqwidgetlist.h"
#include <tqcombobox.h>
-#include "ntqgroupbox.h"
+#include "tqgroupbox.h"
#include "tqdialog.h"
#include <tqdataview.h>
#include "ntqdockwindow.h"
@@ -97,9 +97,9 @@
#include "tqbuttongroup.h"
#include <tqdatetimeedit.h>
#include "ntqgvector.h"
-#include "ntqhbox.h"
-#include <ntqhbuttongroup.h>
-#include <ntqhgroupbox.h>
+#include "tqhbox.h"
+#include <tqhbuttongroup.h>
+#include <tqhgroupbox.h>
#include "tqsocketnotifier.h"
#include <tqeventloop.h>
#include <tqhttp.h>
@@ -117,7 +117,7 @@
#include <ntqkeycode.h>
#include <ntqaccel.h>
#include "tqlabel.h"
-#include "ntqlayout.h"
+#include "tqlayout.h"
#include <tqlcdnumber.h>
#include <ntqlibrary.h>
#include <ntqinputdialog.h>
@@ -254,9 +254,9 @@
#include <tqvaluestack.h>
#include <tqvaluevector.h>
#include <tqdatatable.h>
-#include <ntqvbox.h>
-#include <ntqvbuttongroup.h>
-#include <ntqvgroupbox.h>
+#include <tqvbox.h>
+#include <tqvbuttongroup.h>
+#include <tqvgroupbox.h>
#include <tqthread.h>
#include <tqwhatsthis.h>
#include <ntqapplication.h>
@@ -278,7 +278,7 @@
#include "private/qcom_p.h"
#include "private/tqimageformatinterface_p.h"
#include "private/tqisciicodec_p.h"
-#include "private/qlayoutengine_p.h"
+#include "private/tqlayoutengine_p.h"
#include "private/qcomlibrary_p.h"
#include "private/qeffects_p.h"
#include "private/qgpluginmanager_p.h"
diff --git a/src/kernel/qabstractlayout.cpp b/src/kernel/qabstractlayout.cpp
index 98ffcd6c..3f881ddb 100644
--- a/src/kernel/qabstractlayout.cpp
+++ b/src/kernel/qabstractlayout.cpp
@@ -38,11 +38,11 @@
**
**********************************************************************/
-#include "ntqlayout.h"
+#include "tqlayout.h"
#ifndef TQT_NO_LAYOUT
#include "ntqapplication.h"
-#include "qlayoutengine_p.h"
+#include "tqlayoutengine_p.h"
#include "tqmenubar.h"
#include "tqtoolbar.h"
diff --git a/src/kernel/qrichtext_p.h b/src/kernel/qrichtext_p.h
index 8ef3396d..1032c74e 100644
--- a/src/kernel/qrichtext_p.h
+++ b/src/kernel/qrichtext_p.h
@@ -72,7 +72,7 @@
#include "tqstylesheet.h"
#include "tqptrvector.h"
#include "tqpainter.h"
-#include "ntqlayout.h"
+#include "tqlayout.h"
#include "tqobject.h"
#include "ntqapplication.h"
#endif // QT_H
diff --git a/src/kernel/qt_kernel.pri b/src/kernel/qt_kernel.pri
index 64424b6d..279ac107 100644
--- a/src/kernel/qt_kernel.pri
+++ b/src/kernel/qt_kernel.pri
@@ -37,8 +37,8 @@ kernel {
$$KERNEL_H/tqimageformatplugin.h \
$$KERNEL_H/ntqkeycode.h \
$$KERNEL_H/ntqkeysequence.h \
- $$KERNEL_H/ntqlayout.h \
- $$KERNEL_P/qlayoutengine_p.h \
+ $$KERNEL_H/tqlayout.h \
+ $$KERNEL_P/tqlayoutengine_p.h \
$$KERNEL_H/tqtranslator.h \
$$KERNEL_H/ntqmetaobject.h \
$$KERNEL_H/tqmime.h \
@@ -218,8 +218,8 @@ kernel {
$$KERNEL_CPP/tqimage.cpp \
$$KERNEL_CPP/tqimageformatplugin.cpp \
$$KERNEL_CPP/qkeysequence.cpp \
- $$KERNEL_CPP/qlayout.cpp \
- $$KERNEL_CPP/qlayoutengine.cpp \
+ $$KERNEL_CPP/tqlayout.cpp \
+ $$KERNEL_CPP/tqlayoutengine.cpp \
$$KERNEL_CPP/tqtranslator.cpp \
$$KERNEL_CPP/qmetaobject.cpp \
$$KERNEL_CPP/tqmime.cpp \
diff --git a/src/kernel/qlayout.cpp b/src/kernel/tqlayout.cpp
index 5697f20e..bfab6048 100644
--- a/src/kernel/qlayout.cpp
+++ b/src/kernel/tqlayout.cpp
@@ -38,7 +38,7 @@
**
**********************************************************************/
-#include "ntqlayout.h"
+#include "tqlayout.h"
#ifndef TQT_NO_LAYOUT
@@ -47,7 +47,7 @@
#include "tqptrlist.h"
#include "tqsizepolicy.h"
-#include "qlayoutengine_p.h"
+#include "tqlayoutengine_p.h"
/*
Three internal classes related to TQGridLayout: (1) TQGridBox is a
@@ -1625,7 +1625,7 @@ private:
the mainWidget()), divides it up into a row of boxes, and makes
each managed widget fill one box.
- \img qhbox-m.png Horizontal box with five child widgets
+ \img tqhbox-m.png Horizontal box with five child widgets
If the TQBoxLayout's orientation is \c Horizontal the boxes are
placed in a row, with suitable sizes. Each widget (or other box)
@@ -1633,7 +1633,7 @@ private:
Any excess space is shared according to the stretch factors (more
about that below).
- \img qvbox-m.png Vertical box with five child widgets
+ \img tqvbox-m.png Vertical box with five child widgets
If the TQBoxLayout's orientation is \c Vertical, the boxes are
placed in a column, again with suitable sizes.
@@ -2457,7 +2457,7 @@ void TQBoxLayout::calcHfw( int w )
l->addWidget( anotherChildOfWidget );
\endcode
- \img qhboxlayout.png TQHBox
+ \img tqhboxlayout.png TQHBox
\sa TQVBoxLayout TQGridLayout
\link layout.html the Layout overview \endlink
@@ -2533,7 +2533,7 @@ TQHBoxLayout::~TQHBoxLayout()
l->addWidget( anotherWidget );
\endcode
- \img qvboxlayout.png TQVBox
+ \img tqvboxlayout.png TQVBox
\sa TQHBoxLayout TQGridLayout \link layout.html the Layout overview \endlink
*/
diff --git a/src/kernel/ntqlayout.h b/src/kernel/tqlayout.h
index c900c352..c900c352 100644
--- a/src/kernel/ntqlayout.h
+++ b/src/kernel/tqlayout.h
diff --git a/src/kernel/qlayoutengine.cpp b/src/kernel/tqlayoutengine.cpp
index 149e04fd..9eee672e 100644
--- a/src/kernel/qlayoutengine.cpp
+++ b/src/kernel/tqlayoutengine.cpp
@@ -38,8 +38,8 @@
**
**********************************************************************/
-#include "ntqlayout.h"
-#include "private/qlayoutengine_p.h"
+#include "tqlayout.h"
+#include "private/tqlayoutengine_p.h"
#ifndef TQT_NO_LAYOUT
diff --git a/src/kernel/qlayoutengine_p.h b/src/kernel/tqlayoutengine_p.h
index ed0e950b..6c1a6aa0 100644
--- a/src/kernel/qlayoutengine_p.h
+++ b/src/kernel/tqlayoutengine_p.h
@@ -42,7 +42,7 @@
#define TQLAYOUTENGINE_P_H
#ifndef TQLAYOUT_H
- #error "Need to include ntqlayout.h before including qlayoutengine_p.h"
+ #error "Need to include tqlayout.h before including tqlayoutengine_p.h"
#endif
//
@@ -50,7 +50,7 @@
// -------------
//
// This file is not part of the TQt API. It exists for the convenience
-// of qlayout.cpp, qlayoutengine.cpp, tqmainwindow.cpp and qsplitter.cpp.
+// of tqlayout.cpp, tqlayoutengine.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/tqstyle.cpp b/src/kernel/tqstyle.cpp
index e7e36c06..dfa1c2cb 100644
--- a/src/kernel/tqstyle.cpp
+++ b/src/kernel/tqstyle.cpp
@@ -45,7 +45,7 @@
#include "tqbitmap.h"
#include "tqpixmapcache.h"
#include "tqframe.h"
-#include "ntqlayout.h"
+#include "tqlayout.h"
#include "tqlistview.h"
#include "tqpopupmenu.h"
#include "tqpushbutton.h"
diff --git a/src/kernel/tqstylesheet.cpp b/src/kernel/tqstylesheet.cpp
index b96ffd96..350c813c 100644
--- a/src/kernel/tqstylesheet.cpp
+++ b/src/kernel/tqstylesheet.cpp
@@ -43,7 +43,7 @@
#ifndef TQT_NO_RICHTEXT
#include "private/qrichtext_p.h"
-#include "ntqlayout.h"
+#include "tqlayout.h"
#include "tqpainter.h"
#include "ntqcleanuphandler.h"
diff --git a/src/kernel/tqwidget.cpp b/src/kernel/tqwidget.cpp
index d804f28f..ddc34c0e 100644
--- a/src/kernel/tqwidget.cpp
+++ b/src/kernel/tqwidget.cpp
@@ -50,7 +50,7 @@
#include "ntqapplication.h"
#include "qapplication_p.h"
#include "tqbrush.h"
-#include "ntqlayout.h"
+#include "tqlayout.h"
#include "tqstylefactory.h"
#include "ntqcleanuphandler.h"
#include "tqstyle.h"
diff --git a/src/kernel/tqwidget_x11.cpp b/src/kernel/tqwidget_x11.cpp
index 1d137e94..85367b13 100644
--- a/src/kernel/tqwidget_x11.cpp
+++ b/src/kernel/tqwidget_x11.cpp
@@ -46,7 +46,7 @@
#include "tqbitmap.h"
#include "tqimage.h"
#include "tqobjectlist.h"
-#include "ntqlayout.h"
+#include "tqlayout.h"
#include "tqtextcodec.h"
#include "tqdatetime.h"
#include "ntqcursor.h"