summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-02 21:37:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-06 11:24:55 +0900
commit7552c6d73043b1040139033f6864db48ae5446cf (patch)
treef90d24d072dd3ee6a3f909bf7778abc7669f03ef /src/widgets
parentc113da2069b66130f67a0f27c699e1cec83588a5 (diff)
downloadtqt3-7552c6d73043b1040139033f6864db48ae5446cf.tar.gz
tqt3-7552c6d73043b1040139033f6864db48ae5446cf.zip
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/qcombobox.cpp2
-rw-r--r--src/widgets/qdockarea.cpp4
-rw-r--r--src/widgets/qdockwindow.cpp10
-rw-r--r--src/widgets/qeffects_p.h2
-rw-r--r--src/widgets/qlineedit.cpp2
-rw-r--r--src/widgets/qlistbox.cpp2
-rw-r--r--src/widgets/qlistview.cpp4
-rw-r--r--src/widgets/qmultilineedit.cpp2
-rw-r--r--src/widgets/qpushbutton.cpp4
-rw-r--r--src/widgets/qt_widgets.pri42
-rw-r--r--src/widgets/qtabbar.cpp4
-rw-r--r--src/widgets/qtabwidget.cpp2
-rw-r--r--src/widgets/qtitlebar.cpp4
-rw-r--r--src/widgets/qtitlebar_p.h2
-rw-r--r--src/widgets/qwhatsthis.cpp4
-rw-r--r--src/widgets/tqaction.cpp (renamed from src/widgets/qaction.cpp)16
-rw-r--r--src/widgets/tqaction.h (renamed from src/widgets/ntqaction.h)0
-rw-r--r--src/widgets/tqiconview.cpp2
-rw-r--r--src/widgets/tqiconview.h2
-rw-r--r--src/widgets/tqmainwindow.cpp (renamed from src/widgets/qmainwindow.cpp)18
-rw-r--r--src/widgets/tqmainwindow.h (renamed from src/widgets/ntqmainwindow.h)2
-rw-r--r--src/widgets/tqmenubar.cpp (renamed from src/widgets/qmenubar.cpp)14
-rw-r--r--src/widgets/tqmenubar.h (renamed from src/widgets/ntqmenubar.h)4
-rw-r--r--src/widgets/tqmenudata.cpp (renamed from src/widgets/qmenudata.cpp)12
-rw-r--r--src/widgets/tqmenudata.h (renamed from src/widgets/ntqmenudata.h)0
-rw-r--r--src/widgets/tqpopupmenu.cpp (renamed from src/widgets/qpopupmenu.cpp)8
-rw-r--r--src/widgets/tqpopupmenu.h (renamed from src/widgets/ntqpopupmenu.h)2
-rw-r--r--src/widgets/tqstatusbar.cpp (renamed from src/widgets/qstatusbar.cpp)8
-rw-r--r--src/widgets/tqstatusbar.h (renamed from src/widgets/ntqstatusbar.h)0
-rw-r--r--src/widgets/tqtextedit.cpp4
-rw-r--r--src/widgets/tqtoolbar.cpp (renamed from src/widgets/qtoolbar.cpp)14
-rw-r--r--src/widgets/tqtoolbar.h (renamed from src/widgets/ntqtoolbar.h)0
-rw-r--r--src/widgets/tqtoolbox.cpp (renamed from src/widgets/qtoolbox.cpp)4
-rw-r--r--src/widgets/tqtoolbox.h (renamed from src/widgets/ntqtoolbox.h)0
-rw-r--r--src/widgets/tqtoolbutton.cpp (renamed from src/widgets/qtoolbutton.cpp)12
-rw-r--r--src/widgets/tqtoolbutton.h (renamed from src/widgets/ntqtoolbutton.h)0
-rw-r--r--src/widgets/tqtooltip.cpp (renamed from src/widgets/qtooltip.cpp)8
-rw-r--r--src/widgets/tqtooltip.h (renamed from src/widgets/ntqtooltip.h)0
-rw-r--r--src/widgets/tqwidgetresizehandler.cpp2
39 files changed, 111 insertions, 111 deletions
diff --git a/src/widgets/qcombobox.cpp b/src/widgets/qcombobox.cpp
index 47dfb959f..82177c182 100644
--- a/src/widgets/qcombobox.cpp
+++ b/src/widgets/qcombobox.cpp
@@ -40,7 +40,7 @@
#include "ntqcombobox.h"
#ifndef TQT_NO_COMBOBOX
-#include "ntqpopupmenu.h"
+#include "tqpopupmenu.h"
#include "ntqlistbox.h"
#include "ntqpainter.h"
#include "ntqdrawutil.h"
diff --git a/src/widgets/qdockarea.cpp b/src/widgets/qdockarea.cpp
index 702de25a2..65b2fe8ae 100644
--- a/src/widgets/qdockarea.cpp
+++ b/src/widgets/qdockarea.cpp
@@ -48,7 +48,7 @@
#include "ntqpainter.h"
#include "tqwidgetlist.h"
#include "tqmap.h"
-#include "ntqmainwindow.h"
+#include "tqmainwindow.h"
//#define TQDOCKAREA_DEBUG
@@ -474,7 +474,7 @@ int TQDockAreaLayout::widthForHeight( int h ) const
that you create a subclass of TQWidget and add your TQDockAreas to
your subclass.
- \img qmainwindow-qdockareas.png TQMainWindow's TQDockAreas
+ \img tqmainwindow-qdockareas.png TQMainWindow's TQDockAreas
\target lines
\e Lines. TQDockArea uses the concept of lines. A line is a
diff --git a/src/widgets/qdockwindow.cpp b/src/widgets/qdockwindow.cpp
index 77155540e..df2c2cd7c 100644
--- a/src/widgets/qdockwindow.cpp
+++ b/src/widgets/qdockwindow.cpp
@@ -47,12 +47,12 @@
#include "qtitlebar_p.h"
#include "ntqpainter.h"
#include "ntqapplication.h"
-#include "ntqtoolbutton.h"
-#include "ntqtoolbar.h"
+#include "tqtoolbutton.h"
+#include "tqtoolbar.h"
#include "ntqlayout.h"
-#include "ntqmainwindow.h"
+#include "tqmainwindow.h"
#include "tqtimer.h"
-#include "ntqtooltip.h"
+#include "tqtooltip.h"
#include "ntqguardedptr.h"
#include "ntqcursor.h"
#include "tqstyle.h"
@@ -715,7 +715,7 @@ void TQDockWindowTitleBar::mouseDoubleClickEvent( TQMouseEvent * )
functionality provided for dock windows is available with the same
API for toolbars.
- \img qmainwindow-qdockareas.png TQDockWindows in a TQDockArea
+ \img tqmainwindow-qdockareas.png TQDockWindows in a TQDockArea
\caption Two TQDockWindows (\l{TQToolBar}s) in a \l TQDockArea
\img qdockwindow.png A TQDockWindow
diff --git a/src/widgets/qeffects_p.h b/src/widgets/qeffects_p.h
index 4f5cecd21..dad8fce9f 100644
--- a/src/widgets/qeffects_p.h
+++ b/src/widgets/qeffects_p.h
@@ -47,7 +47,7 @@
// -------------
//
// This file is not part of the TQt API. It exists for the convenience
-// of qeffects.cpp, qcombobox.cpp, qpopupmenu.cpp and qtooltip.cpp.
+// of qeffects.cpp, qcombobox.cpp, tqpopupmenu.cpp and tqtooltip.cpp.
// This header file may change from version to version without notice,
// or even be removed.
//
diff --git a/src/widgets/qlineedit.cpp b/src/widgets/qlineedit.cpp
index 87a63e7fc..c2236cf17 100644
--- a/src/widgets/qlineedit.cpp
+++ b/src/widgets/qlineedit.cpp
@@ -55,7 +55,7 @@
#include "ntqvalidator.h"
#include "ntqdragobject.h"
#include "tqtimer.h"
-#include "ntqpopupmenu.h"
+#include "tqpopupmenu.h"
#include "tqstringlist.h"
#include "ntqguardedptr.h"
#include "tqstyle.h"
diff --git a/src/widgets/qlistbox.cpp b/src/widgets/qlistbox.cpp
index d18381f8e..1cac29c1e 100644
--- a/src/widgets/qlistbox.cpp
+++ b/src/widgets/qlistbox.cpp
@@ -56,7 +56,7 @@
#include "tqtimer.h"
#include "tqstringlist.h"
#include "tqstyle.h"
-#include "ntqpopupmenu.h"
+#include "tqpopupmenu.h"
#include "ntqguardedptr.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
#include "ntqaccessible.h"
diff --git a/src/widgets/qlistview.cpp b/src/widgets/qlistview.cpp
index 14fcb6735..6ad78f0f3 100644
--- a/src/widgets/qlistview.cpp
+++ b/src/widgets/qlistview.cpp
@@ -55,12 +55,12 @@
#include "tqiconset.h"
#include "ntqcleanuphandler.h"
#include "ntqpixmapcache.h"
-#include "ntqpopupmenu.h"
+#include "tqpopupmenu.h"
#include "ntqtl.h"
#include "ntqdragobject.h"
#include "ntqlineedit.h"
#include "ntqvbox.h"
-#include "ntqtooltip.h"
+#include "tqtooltip.h"
#include "tqstyle.h"
#include "tqstylesheet.h"
#include "../kernel/qinternal_p.h"
diff --git a/src/widgets/qmultilineedit.cpp b/src/widgets/qmultilineedit.cpp
index 6ce84317b..3a5dd652e 100644
--- a/src/widgets/qmultilineedit.cpp
+++ b/src/widgets/qmultilineedit.cpp
@@ -48,7 +48,7 @@
#include "ntqregexp.h"
#include "ntqapplication.h"
#include "ntqdragobject.h"
-#include "ntqpopupmenu.h"
+#include "tqpopupmenu.h"
#include "tqtimer.h"
#include "ntqdict.h"
#include "../kernel/qrichtext_p.h"
diff --git a/src/widgets/qpushbutton.cpp b/src/widgets/qpushbutton.cpp
index 62bac9dc6..25a852219 100644
--- a/src/widgets/qpushbutton.cpp
+++ b/src/widgets/qpushbutton.cpp
@@ -46,10 +46,10 @@
#include "ntqdrawutil.h"
#include "ntqpixmap.h"
#include "ntqbitmap.h"
-#include "ntqpopupmenu.h"
+#include "tqpopupmenu.h"
#include "ntqguardedptr.h"
#include "ntqapplication.h"
-#include "ntqtoolbar.h"
+#include "tqtoolbar.h"
#include "tqstyle.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
#include "ntqaccessible.h"
diff --git a/src/widgets/qt_widgets.pri b/src/widgets/qt_widgets.pri
index a74eb7483..38ef25ca9 100644
--- a/src/widgets/qt_widgets.pri
+++ b/src/widgets/qt_widgets.pri
@@ -26,11 +26,11 @@ widgets {
$$WIDGETS_H/ntqlineedit.h \
$$WIDGETS_H/ntqlistbox.h \
$$WIDGETS_H/ntqlistview.h \
- $$WIDGETS_H/ntqmainwindow.h \
- $$WIDGETS_H/ntqmenubar.h \
- $$WIDGETS_H/ntqmenudata.h \
+ $$WIDGETS_H/tqmainwindow.h \
+ $$WIDGETS_H/tqmenubar.h \
+ $$WIDGETS_H/tqmenudata.h \
$$WIDGETS_H/ntqmultilineedit.h \
- $$WIDGETS_H/ntqpopupmenu.h \
+ $$WIDGETS_H/tqpopupmenu.h \
$$WIDGETS_H/ntqprogressbar.h \
$$WIDGETS_H/ntqpushbutton.h \
$$WIDGETS_H/ntqradiobutton.h \
@@ -41,23 +41,23 @@ widgets {
$$WIDGETS_H/ntqsplashscreen.h \
$$WIDGETS_H/ntqspinbox.h \
$$WIDGETS_H/ntqsplitter.h \
- $$WIDGETS_H/ntqstatusbar.h \
+ $$WIDGETS_H/tqstatusbar.h \
$$WIDGETS_H/ntqtabbar.h \
$$WIDGETS_H/ntqsyntaxhighlighter.h \
$$WIDGETS_P/qsyntaxhighlighter_p.h \
$$WIDGETS_H/ntqtabwidget.h \
$$WIDGETS_P/qtitlebar_p.h \
- $$WIDGETS_H/ntqtoolbar.h \
- $$WIDGETS_H/ntqtoolbox.h \
- $$WIDGETS_H/ntqtoolbutton.h \
- $$WIDGETS_H/ntqtooltip.h \
+ $$WIDGETS_H/tqtoolbar.h \
+ $$WIDGETS_H/tqtoolbox.h \
+ $$WIDGETS_H/tqtoolbutton.h \
+ $$WIDGETS_H/tqtooltip.h \
$$WIDGETS_H/ntqvalidator.h \
$$WIDGETS_H/ntqvbox.h \
$$WIDGETS_H/ntqvbuttongroup.h \
$$WIDGETS_H/ntqvgroupbox.h \
$$WIDGETS_H/ntqwhatsthis.h \
$$WIDGETS_H/tqwidgetstack.h \
- $$WIDGETS_H/ntqaction.h \
+ $$WIDGETS_H/tqaction.h \
$$WIDGETS_H/tqdatetimeedit.h \
$$WIDGETS_H/tqtextview.h \
$$WIDGETS_H/tqtextbrowser.h \
@@ -88,11 +88,11 @@ widgets {
$$WIDGETS_CPP/qlineedit.cpp \
$$WIDGETS_CPP/qlistbox.cpp \
$$WIDGETS_CPP/qlistview.cpp \
- $$WIDGETS_CPP/qmainwindow.cpp \
- $$WIDGETS_CPP/qmenubar.cpp \
- $$WIDGETS_CPP/qmenudata.cpp \
+ $$WIDGETS_CPP/tqmainwindow.cpp \
+ $$WIDGETS_CPP/tqmenubar.cpp \
+ $$WIDGETS_CPP/tqmenudata.cpp \
$$WIDGETS_CPP/qmultilineedit.cpp \
- $$WIDGETS_CPP/qpopupmenu.cpp \
+ $$WIDGETS_CPP/tqpopupmenu.cpp \
$$WIDGETS_CPP/qprogressbar.cpp \
$$WIDGETS_CPP/qpushbutton.cpp \
$$WIDGETS_CPP/qradiobutton.cpp \
@@ -104,29 +104,29 @@ widgets {
$$WIDGETS_CPP/qspinbox.cpp \
$$WIDGETS_CPP/qspinwidget.cpp \
$$WIDGETS_CPP/qsplitter.cpp \
- $$WIDGETS_CPP/qstatusbar.cpp \
+ $$WIDGETS_CPP/tqstatusbar.cpp \
$$WIDGETS_CPP/qsyntaxhighlighter.cpp \
$$WIDGETS_CPP/qtabbar.cpp \
$$WIDGETS_CPP/qtabwidget.cpp \
$$WIDGETS_CPP/qtitlebar.cpp \
- $$WIDGETS_CPP/qtoolbar.cpp \
- $$WIDGETS_CPP/qtoolbox.cpp \
- $$WIDGETS_CPP/qtoolbutton.cpp \
- $$WIDGETS_CPP/qtooltip.cpp \
+ $$WIDGETS_CPP/tqtoolbar.cpp \
+ $$WIDGETS_CPP/tqtoolbox.cpp \
+ $$WIDGETS_CPP/tqtoolbutton.cpp \
+ $$WIDGETS_CPP/tqtooltip.cpp \
$$WIDGETS_CPP/qvalidator.cpp \
$$WIDGETS_CPP/qvbox.cpp \
$$WIDGETS_CPP/qvbuttongroup.cpp \
$$WIDGETS_CPP/qvgroupbox.cpp \
$$WIDGETS_CPP/qwhatsthis.cpp \
$$WIDGETS_CPP/tqwidgetstack.cpp \
- $$WIDGETS_CPP/qaction.cpp \
+ $$WIDGETS_CPP/tqaction.cpp \
$$WIDGETS_CPP/tqdatetimeedit.cpp \
$$WIDGETS_CPP/qeffects.cpp \
$$WIDGETS_CPP/tqtextview.cpp \
$$WIDGETS_CPP/tqtextbrowser.cpp \
$$WIDGETS_CPP/tqtextedit.cpp \
$$WIDGETS_CPP/tqwidgetplugin.cpp
- !embedded:mac:SOURCES += $$WIDGETS_CPP/qmenubar_mac.cpp
+ !embedded:mac:SOURCES += $$WIDGETS_CPP/tqmenubar_mac.cpp
}
wince-* {
diff --git a/src/widgets/qtabbar.cpp b/src/widgets/qtabbar.cpp
index ff2618378..e88c02e24 100644
--- a/src/widgets/qtabbar.cpp
+++ b/src/widgets/qtabbar.cpp
@@ -40,8 +40,8 @@
#ifndef TQT_NO_TABBAR
#include "ntqaccel.h"
#include "ntqbitmap.h"
-#include "ntqtoolbutton.h"
-#include "ntqtooltip.h"
+#include "tqtoolbutton.h"
+#include "tqtooltip.h"
#include "ntqapplication.h"
#include "tqstyle.h"
#include "ntqpainter.h"
diff --git a/src/widgets/qtabwidget.cpp b/src/widgets/qtabwidget.cpp
index 9e2101050..3d44f5cdb 100644
--- a/src/widgets/qtabwidget.cpp
+++ b/src/widgets/qtabwidget.cpp
@@ -48,7 +48,7 @@
#include "ntqaccel.h"
#include "tqstyle.h"
#include "ntqpainter.h"
-#include "ntqtoolbutton.h"
+#include "tqtoolbutton.h"
#ifdef Q_OS_MACX
#include <qmacstyle_mac.h>
diff --git a/src/widgets/qtitlebar.cpp b/src/widgets/qtitlebar.cpp
index 553811d27..444a12115 100644
--- a/src/widgets/qtitlebar.cpp
+++ b/src/widgets/qtitlebar.cpp
@@ -49,14 +49,14 @@
#include "tqstyle.h"
#include "tqdatetime.h"
#include "private/qapplication_p.h"
-#include "ntqtooltip.h"
+#include "tqtooltip.h"
#include "tqimage.h"
#include "tqtimer.h"
#include "ntqpainter.h"
#include "tqstyle.h"
#include "private/qinternal_p.h"
#ifndef TQT_NO_WORKSPACE
-#include "ntqworkspace.h"
+#include "tqworkspace.h"
#endif
#if defined(TQ_WS_WIN)
#include "qt_windows.h"
diff --git a/src/widgets/qtitlebar_p.h b/src/widgets/qtitlebar_p.h
index d19a5c440..b933658dd 100644
--- a/src/widgets/qtitlebar_p.h
+++ b/src/widgets/qtitlebar_p.h
@@ -47,7 +47,7 @@
// -------------
//
// This file is not part of the TQt API. It exists for the convenience
-// of qworkspace.cpp and qdockwindow.cpp. This header file may change
+// of tqworkspace.cpp and qdockwindow.cpp. This header file may change
// from version to version without notice, or even be removed.
//
// We mean it.
diff --git a/src/widgets/qwhatsthis.cpp b/src/widgets/qwhatsthis.cpp
index 64de3654c..ca0ed7dd0 100644
--- a/src/widgets/qwhatsthis.cpp
+++ b/src/widgets/qwhatsthis.cpp
@@ -44,11 +44,11 @@
#include "ntqpainter.h"
#include "tqtimer.h"
#include "tqptrdict.h"
-#include "ntqtoolbutton.h"
+#include "tqtoolbutton.h"
#include "ntqshared.h"
#include "ntqcursor.h"
#include "ntqbitmap.h"
-#include "ntqtooltip.h"
+#include "tqtooltip.h"
#include "ntqsimplerichtext.h"
#include "tqstylesheet.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
diff --git a/src/widgets/qaction.cpp b/src/widgets/tqaction.cpp
index 49f1108c8..6bf1a50f8 100644
--- a/src/widgets/qaction.cpp
+++ b/src/widgets/tqaction.cpp
@@ -36,24 +36,24 @@
**
**********************************************************************/
-#include "ntqaction.h"
+#include "tqaction.h"
#ifndef TQT_NO_ACTION
-#include "ntqtoolbar.h"
+#include "tqtoolbar.h"
#include "tqptrlist.h"
-#include "ntqpopupmenu.h"
+#include "tqpopupmenu.h"
#include "ntqaccel.h"
-#include "ntqtoolbutton.h"
+#include "tqtoolbutton.h"
#include "ntqcombobox.h"
-#include "ntqtooltip.h"
+#include "tqtooltip.h"
#include "ntqwhatsthis.h"
-#include "ntqstatusbar.h"
+#include "tqstatusbar.h"
#include "tqobjectlist.h"
/*!
- \class TQAction ntqaction.h
+ \class TQAction tqaction.h
\brief The TQAction class provides an abstract user interface
action that can appear both in menus and tool bars.
@@ -1374,7 +1374,7 @@ void TQActionGroupPrivate::update( const TQActionGroup* that )
}
/*!
- \class TQActionGroup ntqaction.h
+ \class TQActionGroup tqaction.h
\brief The TQActionGroup class groups actions together.
\ingroup basic
diff --git a/src/widgets/ntqaction.h b/src/widgets/tqaction.h
index e45129341..e45129341 100644
--- a/src/widgets/ntqaction.h
+++ b/src/widgets/tqaction.h
diff --git a/src/widgets/tqiconview.cpp b/src/widgets/tqiconview.cpp
index 2a76b53d6..b741563bd 100644
--- a/src/widgets/tqiconview.cpp
+++ b/src/widgets/tqiconview.cpp
@@ -63,7 +63,7 @@
#include "ntqmemarray.h"
#include "tqptrlist.h"
#include "ntqvbox.h"
-#include "ntqtooltip.h"
+#include "tqtooltip.h"
#include "ntqbitmap.h"
#include "ntqpixmapcache.h"
#include "tqptrdict.h"
diff --git a/src/widgets/tqiconview.h b/src/widgets/tqiconview.h
index 4575afbb0..18fafc3bb 100644
--- a/src/widgets/tqiconview.h
+++ b/src/widgets/tqiconview.h
@@ -46,7 +46,7 @@
#include "tqstring.h"
#include "ntqrect.h"
#include "ntqpoint.h"
-#include "ntqsize.h"
+#include "tqsize.h"
#include "ntqfont.h" // TQString->TQFont conversion
#include "ntqdragobject.h"
#include "ntqbitmap.h"
diff --git a/src/widgets/qmainwindow.cpp b/src/widgets/tqmainwindow.cpp
index 1f33829f7..beeb3ab55 100644
--- a/src/widgets/qmainwindow.cpp
+++ b/src/widgets/tqmainwindow.cpp
@@ -38,7 +38,7 @@
**
**********************************************************************/
-#include "ntqmainwindow.h"
+#include "tqmainwindow.h"
#ifndef TQT_NO_MAINWINDOW
#include "tqtimer.h"
@@ -50,12 +50,12 @@
#include "tqmap.h"
#include "ntqcursor.h"
#include "ntqpainter.h"
-#include "ntqmenubar.h"
-#include "ntqpopupmenu.h"
-#include "ntqtoolbar.h"
-#include "ntqstatusbar.h"
+#include "tqmenubar.h"
+#include "tqpopupmenu.h"
+#include "tqtoolbar.h"
+#include "tqstatusbar.h"
#include "ntqscrollview.h"
-#include "ntqtooltip.h"
+#include "tqtooltip.h"
#include "tqdatetime.h"
#include "ntqwhatsthis.h"
#include "ntqbitmap.h"
@@ -507,7 +507,7 @@ void TQHideToolTip::maybeTip( const TQPoint &pos )
#endif
/*!
- \class TQMainWindow ntqmainwindow.h
+ \class TQMainWindow tqmainwindow.h
\brief The TQMainWindow class provides a main application window,
with a menu bar, dock windows (e.g. for toolbars), and a status
bar.
@@ -784,7 +784,7 @@ void TQHideToolTip::maybeTip( const TQPoint &pos )
TQMainWindow provides functionality specific to the standard dock
areas it provides.
- <img src=qmainwindow-m.png> <img src=qmainwindow-w.png>
+ <img src=tqmainwindow-m.png> <img src=tqmainwindow-w.png>
\sa TQToolBar TQDockWindow TQStatusBar TQAction TQMenuBar TQPopupMenu TQToolTipGroup TQDialog
*/
@@ -2603,6 +2603,6 @@ TQTextStream &operator>>( TQTextStream &ts, TQMainWindow &mainWindow )
}
#endif
-#include "qmainwindow.moc"
+#include "tqmainwindow.moc"
#endif
diff --git a/src/widgets/ntqmainwindow.h b/src/widgets/tqmainwindow.h
index 548bbae88..7a09f47a9 100644
--- a/src/widgets/ntqmainwindow.h
+++ b/src/widgets/tqmainwindow.h
@@ -43,7 +43,7 @@
#ifndef QT_H
#include "tqwidget.h"
-#include "ntqtoolbar.h"
+#include "tqtoolbar.h"
#include "tqptrlist.h"
#include "tqtextstream.h"
#endif // QT_H
diff --git a/src/widgets/qmenubar.cpp b/src/widgets/tqmenubar.cpp
index 2a99c223d..82734d688 100644
--- a/src/widgets/qmenubar.cpp
+++ b/src/widgets/tqmenubar.cpp
@@ -38,13 +38,13 @@
**
**********************************************************************/
-// ntqmainwindow.h before ntqmenubar.h because of GCC-2.7.* compatibility
+// tqmainwindow.h before tqmenubar.h because of GCC-2.7.* compatibility
// ### could be reorganised by discarding INCLUDE_MENUITEM_DEF and put
// the relevant declarations in a private header?
-#include "ntqmainwindow.h"
+#include "tqmainwindow.h"
#ifndef TQT_NO_MENUBAR
-#include "ntqmenubar.h"
-#include "ntqpopupmenu.h"
+#include "tqmenubar.h"
+#include "tqpopupmenu.h"
#include "ntqaccel.h"
#include "ntqpainter.h"
#include "ntqdrawutil.h"
@@ -60,7 +60,7 @@
#endif
class TQMenuDataData {
- // attention: also defined in qmenudata.cpp
+ // attention: also defined in tqmenudata.cpp
public:
TQMenuDataData();
TQGuardedPtr<TQWidget> aWidget;
@@ -76,7 +76,7 @@ extern int qt_xfocusout_grab_counter; // defined in qapplication_x11.cpp
#endif
/*!
- \class TQMenuBar ntqmenubar.h
+ \class TQMenuBar tqmenubar.h
\brief The TQMenuBar class provides a horizontal menu bar.
\ingroup application
@@ -136,7 +136,7 @@ extern int qt_xfocusout_grab_counter; // defined in qapplication_x11.cpp
disabled with \link TQMenuData::setItemEnabled()
setItemEnabled()\endlink.
- <img src=qmenubar-m.png> <img src=qmenubar-w.png>
+ <img src=tqmenubar-m.png> <img src=tqmenubar-w.png>
\section1 TQMenuBar on TQt/Mac
diff --git a/src/widgets/ntqmenubar.h b/src/widgets/tqmenubar.h
index 01b5c184c..24d425452 100644
--- a/src/widgets/ntqmenubar.h
+++ b/src/widgets/tqmenubar.h
@@ -42,9 +42,9 @@
#define TQMENUBAR_H
#ifndef QT_H
-#include "ntqpopupmenu.h" // ### remove or keep for users' convenience?
+#include "tqpopupmenu.h" // ### remove or keep for users' convenience?
#include "ntqframe.h"
-#include "ntqmenudata.h"
+#include "tqmenudata.h"
#endif // QT_H
#ifndef TQT_NO_MENUBAR
diff --git a/src/widgets/qmenudata.cpp b/src/widgets/tqmenudata.cpp
index 720cba9e0..c3e773e24 100644
--- a/src/widgets/qmenudata.cpp
+++ b/src/widgets/tqmenudata.cpp
@@ -38,10 +38,10 @@
**
**********************************************************************/
-#include "ntqmenudata.h"
+#include "tqmenudata.h"
#ifndef TQT_NO_MENUDATA
-#include "ntqpopupmenu.h"
-#include "ntqmenubar.h"
+#include "tqpopupmenu.h"
+#include "tqmenubar.h"
#include "ntqapplication.h"
#include "ntqguardedptr.h"
@@ -51,7 +51,7 @@ public:
};
class TQMenuDataData {
- // attention: also defined in qmenubar.cpp and qpopupmenu.cpp
+ // attention: also defined in tqmenubar.cpp and tqpopupmenu.cpp
public:
TQMenuDataData();
TQGuardedPtr<TQWidget> aWidget;
@@ -62,7 +62,7 @@ TQMenuDataData::TQMenuDataData()
{}
/*!
- \class TQMenuData ntqmenudata.h
+ \class TQMenuData tqmenudata.h
\brief The TQMenuData class is a base class for TQMenuBar and TQPopupMenu.
\ingroup misc
@@ -1462,7 +1462,7 @@ TQString TQMenuData::whatsThis( int id ) const
/*!
- \class TQCustomMenuItem ntqmenudata.h
+ \class TQCustomMenuItem tqmenudata.h
\brief The TQCustomMenuItem class is an abstract base class for custom menu items in popup menus.
\ingroup misc
diff --git a/src/widgets/ntqmenudata.h b/src/widgets/tqmenudata.h
index 18fb739ee..18fb739ee 100644
--- a/src/widgets/ntqmenudata.h
+++ b/src/widgets/tqmenudata.h
diff --git a/src/widgets/qpopupmenu.cpp b/src/widgets/tqpopupmenu.cpp
index 6827f1b4d..2da9a89de 100644
--- a/src/widgets/qpopupmenu.cpp
+++ b/src/widgets/tqpopupmenu.cpp
@@ -38,9 +38,9 @@
**
**********************************************************************/
-#include "ntqpopupmenu.h"
+#include "tqpopupmenu.h"
#ifndef TQT_NO_POPUPMENU
-#include "ntqmenubar.h"
+#include "tqmenubar.h"
#include "ntqaccel.h"
#include "ntqpainter.h"
#include "ntqdrawutil.h"
@@ -129,7 +129,7 @@ static TQMenuItem* whatsThisItem = 0;
#endif
/*!
- \class TQPopupMenu ntqpopupmenu.h
+ \class TQPopupMenu tqpopupmenu.h
\brief The TQPopupMenu class provides a popup menu widget.
\ingroup application
@@ -239,7 +239,7 @@ static TQMenuItem* whatsThisItem = 0;
*****************************************************************************/
class TQMenuDataData {
- // attention: also defined in qmenudata.cpp
+ // attention: also defined in tqmenudata.cpp
public:
TQMenuDataData();
TQGuardedPtr<TQWidget> aWidget;
diff --git a/src/widgets/ntqpopupmenu.h b/src/widgets/tqpopupmenu.h
index 5e1a396dc..49c3f37e1 100644
--- a/src/widgets/ntqpopupmenu.h
+++ b/src/widgets/tqpopupmenu.h
@@ -43,7 +43,7 @@
#ifndef QT_H
#include "ntqframe.h"
-#include "ntqmenudata.h"
+#include "tqmenudata.h"
#endif // QT_H
#ifndef TQT_NO_POPUPMENU
diff --git a/src/widgets/qstatusbar.cpp b/src/widgets/tqstatusbar.cpp
index c7f357e3b..d4193d937 100644
--- a/src/widgets/qstatusbar.cpp
+++ b/src/widgets/tqstatusbar.cpp
@@ -38,7 +38,7 @@
**
**********************************************************************/
-#include "ntqstatusbar.h"
+#include "tqstatusbar.h"
#ifndef TQT_NO_STATUSBAR
#include "tqptrlist.h"
@@ -47,10 +47,10 @@
#include "tqtimer.h"
#include "ntqdrawutil.h"
#include "tqstyle.h"
-#include "ntqsizegrip.h"
+#include "tqsizegrip.h"
/*!
- \class TQStatusBar ntqstatusbar.h
+ \class TQStatusBar tqstatusbar.h
\brief The TQStatusBar class provides a horizontal bar suitable for
presenting status information.
@@ -101,7 +101,7 @@
By default TQStatusBar provides a TQSizeGrip in the lower-right
corner. You can disable it with setSizeGripEnabled(FALSE);
- <img src=qstatusbar-m.png> <img src=qstatusbar-w.png>
+ <img src=tqstatusbar-m.png> <img src=tqstatusbar-w.png>
\sa TQToolBar TQMainWindow TQLabel
\link guibooks.html#fowler GUI Design Handbook: Status Bar.\endlink
diff --git a/src/widgets/ntqstatusbar.h b/src/widgets/tqstatusbar.h
index b4c84ea17..b4c84ea17 100644
--- a/src/widgets/ntqstatusbar.h
+++ b/src/widgets/tqstatusbar.h
diff --git a/src/widgets/tqtextedit.cpp b/src/widgets/tqtextedit.cpp
index 6d48be52b..c3b0cb74c 100644
--- a/src/widgets/tqtextedit.cpp
+++ b/src/widgets/tqtextedit.cpp
@@ -55,7 +55,7 @@
#include "ntqfont.h"
#include "ntqcolor.h"
#include "tqstyle.h"
-#include "ntqsize.h"
+#include "tqsize.h"
#include "ntqevent.h"
#include "tqtimer.h"
#include "ntqapplication.h"
@@ -70,7 +70,7 @@
#include "ntqurl.h"
#include "ntqcursor.h"
#include "ntqregexp.h"
-#include "ntqpopupmenu.h"
+#include "tqpopupmenu.h"
#include "tqptrstack.h"
#include "ntqmetaobject.h"
#include "tqtextbrowser.h"
diff --git a/src/widgets/qtoolbar.cpp b/src/widgets/tqtoolbar.cpp
index 20eba04d4..819bc0e5e 100644
--- a/src/widgets/qtoolbar.cpp
+++ b/src/widgets/tqtoolbar.cpp
@@ -38,19 +38,19 @@
**
**********************************************************************/
-#include "ntqtoolbar.h"
+#include "tqtoolbar.h"
#ifndef TQT_NO_TOOLBAR
-#include "ntqmainwindow.h"
-#include "ntqtooltip.h"
+#include "tqmainwindow.h"
+#include "tqtooltip.h"
#include "ntqcursor.h"
#include "ntqlayout.h"
#include "ntqframe.h"
#include "tqobjectlist.h"
#include "ntqpainter.h"
#include "ntqdrawutil.h"
-#include "ntqtoolbutton.h"
-#include "ntqpopupmenu.h"
+#include "tqtoolbutton.h"
+#include "tqpopupmenu.h"
#include "ntqcombobox.h"
#include "tqtimer.h"
#include "tqwidgetlist.h"
@@ -207,11 +207,11 @@ void TQToolBarSeparator::paintEvent( TQPaintEvent * )
colorGroup(), flags );
}
-#include "qtoolbar.moc"
+#include "tqtoolbar.moc"
/*!
- \class TQToolBar ntqtoolbar.h
+ \class TQToolBar tqtoolbar.h
\brief The TQToolBar class provides a movable panel containing
widgets such as tool buttons.
diff --git a/src/widgets/ntqtoolbar.h b/src/widgets/tqtoolbar.h
index 5571d9931..5571d9931 100644
--- a/src/widgets/ntqtoolbar.h
+++ b/src/widgets/tqtoolbar.h
diff --git a/src/widgets/qtoolbox.cpp b/src/widgets/tqtoolbox.cpp
index c366dfbcb..f67486a4a 100644
--- a/src/widgets/qtoolbox.cpp
+++ b/src/widgets/tqtoolbox.cpp
@@ -38,7 +38,7 @@
**
**********************************************************************/
-#include "ntqtoolbox.h"
+#include "tqtoolbox.h"
#ifndef TQT_NO_TOOLBOX
@@ -52,7 +52,7 @@
#include <tqwidgetlist.h>
#include <ntqlayout.h>
#include <tqvaluelist.h>
-#include <ntqtooltip.h>
+#include <tqtooltip.h>
#include <ntqeventloop.h>
#include <tqdatetime.h>
diff --git a/src/widgets/ntqtoolbox.h b/src/widgets/tqtoolbox.h
index c5559fc81..c5559fc81 100644
--- a/src/widgets/ntqtoolbox.h
+++ b/src/widgets/tqtoolbox.h
diff --git a/src/widgets/qtoolbutton.cpp b/src/widgets/tqtoolbutton.cpp
index bfaaf47fa..222c608a7 100644
--- a/src/widgets/qtoolbutton.cpp
+++ b/src/widgets/tqtoolbutton.cpp
@@ -38,7 +38,7 @@
**
**********************************************************************/
-#include "ntqtoolbutton.h"
+#include "tqtoolbutton.h"
#ifndef TQT_NO_TOOLBUTTON
#include "ntqdrawutil.h"
@@ -47,13 +47,13 @@
#include "ntqwmatrix.h"
#include "ntqapplication.h"
#include "tqstyle.h"
-#include "ntqmainwindow.h"
-#include "ntqtooltip.h"
-#include "ntqtoolbar.h"
+#include "tqmainwindow.h"
+#include "tqtooltip.h"
+#include "tqtoolbar.h"
#include "tqimage.h"
#include "tqiconset.h"
#include "tqtimer.h"
-#include "ntqpopupmenu.h"
+#include "tqpopupmenu.h"
#include "ntqguardedptr.h"
class TQToolButtonPrivate
@@ -75,7 +75,7 @@ public:
/*!
- \class TQToolButton ntqtoolbutton.h
+ \class TQToolButton tqtoolbutton.h
\brief The TQToolButton class provides a quick-access button to
commands or options, usually used inside a TQToolBar.
diff --git a/src/widgets/ntqtoolbutton.h b/src/widgets/tqtoolbutton.h
index 98211e251..98211e251 100644
--- a/src/widgets/ntqtoolbutton.h
+++ b/src/widgets/tqtoolbutton.h
diff --git a/src/widgets/qtooltip.cpp b/src/widgets/tqtooltip.cpp
index c897c4a58..6a048f5e1 100644
--- a/src/widgets/qtooltip.cpp
+++ b/src/widgets/tqtooltip.cpp
@@ -36,7 +36,7 @@
**
**********************************************************************/
-#include "ntqtooltip.h"
+#include "tqtooltip.h"
#ifndef TQT_NO_TOOLTIP
#include "ntqlabel.h"
#include "tqptrdict.h"
@@ -650,7 +650,7 @@ void TQTipManager::setWakeUpDelay ( int i )
}
/*!
- \class TQToolTip ntqtooltip.h
+ \class TQToolTip tqtooltip.h
\brief The TQToolTip class provides tool tips (balloon help) for
any widget or rectangular part of a widget.
@@ -1107,7 +1107,7 @@ void TQToolTip::clear()
/*!
- \class TQToolTipGroup ntqtooltip.h
+ \class TQToolTipGroup tqtooltip.h
\brief The TQToolTipGroup class collects tool tips into related groups.
\ingroup helpsystem
@@ -1271,5 +1271,5 @@ void TQToolTip::setWakeUpDelay ( int i )
}
-#include "qtooltip.moc"
+#include "tqtooltip.moc"
#endif
diff --git a/src/widgets/ntqtooltip.h b/src/widgets/tqtooltip.h
index 3058ed0e0..3058ed0e0 100644
--- a/src/widgets/ntqtooltip.h
+++ b/src/widgets/tqtooltip.h
diff --git a/src/widgets/tqwidgetresizehandler.cpp b/src/widgets/tqwidgetresizehandler.cpp
index 0f75eb797..eb3919615 100644
--- a/src/widgets/tqwidgetresizehandler.cpp
+++ b/src/widgets/tqwidgetresizehandler.cpp
@@ -44,7 +44,7 @@
#include "ntqframe.h"
#include "ntqapplication.h"
#include "ntqcursor.h"
-#include "ntqsizegrip.h"
+#include "tqsizegrip.h"
#if defined(TQ_WS_WIN)
#include "qt_windows.h"
#endif