summaryrefslogtreecommitdiffstats
path: root/doc/porting3.doc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-31 18:33:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-31 18:41:44 +0900
commite42ec295c2134770a1eb07032f5f22ca4ba1daa6 (patch)
tree1ecbc3ad607c79f1ce75ba953f9fe46ea1425b85 /doc/porting3.doc
parent0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (diff)
downloadtqt3-e42ec295c2134770a1eb07032f5f22ca4ba1daa6.tar.gz
tqt3-e42ec295c2134770a1eb07032f5f22ca4ba1daa6.zip
Rename remaining ntq[d-h]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/porting3.doc')
-rw-r--r--doc/porting3.doc18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/porting3.doc b/doc/porting3.doc
index edc044dc..9816d204 100644
--- a/doc/porting3.doc
+++ b/doc/porting3.doc
@@ -267,10 +267,10 @@ new code.
\i TQDate::monthName( int month )
\i TQDir::encodedEntryList( const TQString \& nameFilter, int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const
\i TQDir::encodedEntryList( int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const
-\i QDockWindow::isHorizontalStretchable() const
-\i QDockWindow::isVerticalStretchable() const
-\i QDockWindow::setHorizontalStretchable( bool b )
-\i QDockWindow::setVerticalStretchable( bool b )
+\i TQDockWindow::isHorizontalStretchable() const
+\i TQDockWindow::isVerticalStretchable() const
+\i TQDockWindow::setHorizontalStretchable( bool b )
+\i TQDockWindow::setVerticalStretchable( bool b )
\i TQFont::defaultFont()
\i TQFont::setDefaultFont( const TQFont \& f )
\i TQFont::setPixelSizeFloat( float pixelSize )
@@ -302,12 +302,12 @@ new code.
\i TQListBoxItem::selected() const
\i TQListView::removeItem( TQListViewItem *item )
\i TQListViewItem::removeItem( TQListViewItem *item )
-\i TQMainWindow::addToolBar( QDockWindow *, Dock = DockTop, bool newLine = FALSE )
-\i TQMainWindow::addToolBar( QDockWindow *, const TQString \& label, Dock = DockTop, bool newLine = FALSE )
+\i TQMainWindow::addToolBar( TQDockWindow *, Dock = DockTop, bool newLine = FALSE )
+\i TQMainWindow::addToolBar( TQDockWindow *, const TQString \& label, Dock = DockTop, bool newLine = FALSE )
\i TQMainWindow::lineUpToolBars( bool keepNewLines = FALSE )
-\i TQMainWindow::moveToolBar( QDockWindow *, Dock = DockTop )
-\i TQMainWindow::moveToolBar( QDockWindow *, Dock, bool nl, int index, int extraOffset = -1 )
-\i TQMainWindow::removeToolBar( QDockWindow *)
+\i TQMainWindow::moveToolBar( TQDockWindow *, Dock = DockTop )
+\i TQMainWindow::moveToolBar( TQDockWindow *, Dock, bool nl, int index, int extraOffset = -1 )
+\i TQMainWindow::removeToolBar( TQDockWindow *)
\i TQMainWindow::setToolBarsMovable( bool )
\i TQMainWindow::toolBarPositionChanged( TQToolBar *)
\i TQMainWindow::toolBarsMovable() const