diff options
Diffstat (limited to 'doc/html/customlayout-example.html')
| -rw-r--r-- | doc/html/customlayout-example.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/customlayout-example.html b/doc/html/customlayout-example.html index ca3f3ae53..a2ff2fdb7 100644 --- a/doc/html/customlayout-example.html +++ b/doc/html/customlayout-example.html @@ -760,7 +760,7 @@ CardLayout::~CardLayout() #include <<a href="tqcolor-h.html">tqcolor.h</a>> #include <<a href="qgroupbox-h.html">ntqgroupbox.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> -#include <<a href="qmultilineedit-h.html">ntqmultilineedit.h</a>> +#include <<a href="tqmultilineedit-h.html">tqmultilineedit.h</a>> #include <<a href="tqcolor-h.html">tqcolor.h</a>> int main( int argc, char **argv ) @@ -778,7 +778,7 @@ int main( int argc, char **argv ) b1-><a href="ntqlayout.html#add">add</a>( new <a href="tqpushbutton.html">TQPushButton</a>( "More text", f ) ); b1-><a href="ntqlayout.html#add">add</a>( new <a href="tqpushbutton.html">TQPushButton</a>( "Even longer button text", f ) ); <a href="tqpushbutton.html">TQPushButton</a>* qb = new <a href="tqpushbutton.html">TQPushButton</a>( "Quit", f ); - a.<a href="tqobject.html#connect">connect</a>( qb, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), TQ_SLOT( quit() ) ); + a.<a href="tqobject.html#connect">connect</a>( qb, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), TQ_SLOT( quit() ) ); b1-><a href="ntqlayout.html#add">add</a>( qb ); <a href="tqwidget.html">TQWidget</a> *wid = new <a href="tqwidget.html">TQWidget</a>( f ); @@ -787,7 +787,7 @@ int main( int argc, char **argv ) <a name="x1537"></a> large-><a href="ntqlayout.html#setSpacing">setSpacing</a>( 5 ); large->addWidget( new <a href="tqpushbutton.html">TQPushButton</a>( "North", wid ), BorderLayout::North ); large->addWidget( new <a href="tqpushbutton.html">TQPushButton</a>( "West", wid ), BorderLayout::West ); - <a href="ntqmultilineedit.html">TQMultiLineEdit</a>* m = new <a href="ntqmultilineedit.html">TQMultiLineEdit</a>( wid ); + <a href="tqmultilineedit.html">TQMultiLineEdit</a>* m = new <a href="tqmultilineedit.html">TQMultiLineEdit</a>( wid ); m-><a href="tqtextedit.html#setText">setText</a>( "Central\nWidget" ); large->addWidget( m, BorderLayout::Center ); <a href="tqwidget.html">TQWidget</a> *east1 = new <a href="tqpushbutton.html">TQPushButton</a>( "East", wid ); @@ -826,7 +826,7 @@ int main( int argc, char **argv ) <a href="tqlabel.html">TQLabel</a>* s = new <a href="tqlabel.html">TQLabel</a>( f ); s-><a href="tqlabel.html#setText">setText</a>( "outermost box" ); - s-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Sunken ); + s-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Sunken ); s-><a href="tqlabel.html#setAlignment">setAlignment</a>( TQt::AlignVCenter | TQt::AlignHCenter ); gm-><a href="qboxlayout.html#addWidget">addWidget</a>( s ); a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( f ); |
