diff --git a/doc/application-walkthrough.doc b/doc/application-walkthrough.doc index 84128566..0e187654 100644 --- a/doc/application-walkthrough.doc +++ b/doc/application-walkthrough.doc @@ -48,7 +48,7 @@ TQPopupMenu, \l TQToolBar and \l TQStatusBar - classes that every modern application window tends to use. (See also \link tutorial2.html Tutorial #2\endlink.) -It also illustrates some aspects of \l QWhatsThis (for simple help) and a +It also illustrates some aspects of \l TQWhatsThis (for simple help) and a typical \c main() using \l QApplication. Finally, it shows a typical print function based on \l TQPrinter. @@ -368,10 +368,10 @@ tool button. We present the user with the print setup dialog, and abandon printing if they cancel. -We create a QSimpleRichText object and give it the text. This object +We create a TQSimpleRichText object and give it the text. This object is able to format the text nicely as one long page. We achieve pagination by printing one paper page's worth of text from the -QSimpleRichText page at a time. +TQSimpleRichText page at a time. Now let's see what happens when a user wishes to \e close() diff --git a/doc/classchart.doc b/doc/classchart.doc index ea113495..432e00c5 100644 --- a/doc/classchart.doc +++ b/doc/classchart.doc @@ -48,11 +48,11 @@ - + - + @@ -189,7 +189,7 @@ - + @@ -239,8 +239,8 @@ - - + + @@ -266,7 +266,7 @@ - + @@ -295,11 +295,11 @@ - + - + diff --git a/doc/features.doc b/doc/features.doc index ee8bbb7a..c79c2481 100644 --- a/doc/features.doc +++ b/doc/features.doc @@ -103,7 +103,7 @@ The available options are: and tagging typed data (eg. text, images, colors) (\l TQMimeSource) \i   \row \i TQT_NO_RICHTEXT - \i HTML-like text (\l TQStyleSheet, \l QLabel) + \i HTML-like text (\l TQStyleSheet, \l TQLabel) \i TQT_NO_MIME \row \i TQT_NO_DRAGANDDROP \i Drag-and-drop data between applications (\l TQDragObject) diff --git a/doc/focus.doc b/doc/focus.doc index 77d256fd..baf9ea39 100644 --- a/doc/focus.doc +++ b/doc/focus.doc @@ -163,7 +163,7 @@ click-to-focus. It's not unusual for keyboard shortcuts to move the focus. This can happen implicitly by opening modal dialogs, but also explicitly using -focus accelerators such as those provided by \l QLabel::setBuddy(), \l +focus accelerators such as those provided by \l TQLabel::setBuddy(), \l QGroupBox and \l QTabBar. We advise supporting shortcut focus for all widgets that the user may diff --git a/doc/html/addressbook-example.html b/doc/html/addressbook-example.html index c6210bcb..0c6181e8 100644 --- a/doc/html/addressbook-example.html +++ b/doc/html/addressbook-example.html @@ -284,10 +284,10 @@ protected: #include <ntqlistview.h> #include <ntqlayout.h> #include <tqwidget.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include <ntqpushbutton.h> #include <ntqlineedit.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include <ntqcheckbox.h> #include <tqfile.h> #include <tqtextstream.h> @@ -352,19 +352,19 @@ void ABCentralWidget::setupTabWidget() TQWidget *input = new TQWidget( tabWidget ); TQGridLayout *grid1 = new TQGridLayout( input, 2, 5, 5, 5 ); - TQLabel *liFirstName = new TQLabel( "First &Name", input ); + TQLabel *liFirstName = new TQLabel( "First &Name", input ); liFirstName->resize( liFirstName->sizeHint() ); grid1->addWidget( liFirstName, 0, 0 ); - TQLabel *liLastName = new TQLabel( "&Last Name", input ); + TQLabel *liLastName = new TQLabel( "&Last Name", input ); liLastName->resize( liLastName->sizeHint() ); grid1->addWidget( liLastName, 0, 1 ); - TQLabel *liAddress = new TQLabel( "Add&ress", input ); + TQLabel *liAddress = new TQLabel( "Add&ress", input ); liAddress->resize( liAddress->sizeHint() ); grid1->addWidget( liAddress, 0, 2 ); - TQLabel *liEMail = new TQLabel( "&E-Mail", input ); + TQLabel *liEMail = new TQLabel( "&E-Mail", input ); liEMail->resize( liEMail->sizeHint() ); grid1->addWidget( liEMail, 0, 3 ); @@ -376,22 +376,22 @@ void ABCentralWidget::setupTabWidget() iFirstName = new TQLineEdit( input ); iFirstName->resize( iFirstName->sizeHint() ); grid1->addWidget( iFirstName, 1, 0 ); - liFirstName->setBuddy( iFirstName ); + liFirstName->setBuddy( iFirstName ); iLastName = new TQLineEdit( input ); iLastName->resize( iLastName->sizeHint() ); grid1->addWidget( iLastName, 1, 1 ); - liLastName->setBuddy( iLastName ); + liLastName->setBuddy( iLastName ); iAddress = new TQLineEdit( input ); iAddress->resize( iAddress->sizeHint() ); grid1->addWidget( iAddress, 1, 2 ); - liAddress->setBuddy( iAddress ); + liAddress->setBuddy( iAddress ); iEMail = new TQLineEdit( input ); iEMail->resize( iEMail->sizeHint() ); grid1->addWidget( iEMail, 1, 3 ); - liEMail->setBuddy( iEMail ); + liEMail->setBuddy( iEMail ); change = new TQPushButton( "&Change", input ); change->resize( change->sizeHint() ); diff --git a/doc/html/annotated.html b/doc/html/annotated.html index 2e4c1b9b..32bfa148 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -76,8 +76,8 @@ body { background: #ffffff; color: black; } TQCanvasSpriteAnimated canvas item on a TQCanvas TQCanvasTextText object on a TQCanvas TQCanvasViewOn-screen view of a TQCanvas -TQCharLightweight Unicode character -TQCharRefHelper class for TQString +TQCharLightweight Unicode character +TQCharRefHelper class for TQString TQCheckBoxCheckbox with a text label TQCheckListItemCheckable list view items TQCheckTableItemCheckboxes in TQTables @@ -91,7 +91,7 @@ body { background: #ffffff; color: black; } TQComboBoxCombined button and popup list TQComboTableItemMeans of using comboboxes in TQTables TQCommonStyleEncapsulates the common Look and Feel of a GUI -TQConstStringString objects using constant Unicode data +TQConstStringString objects using constant Unicode data TQContextMenuEventParameters that describe a context menu event TQCursorMouse cursor with an arbitrary shape TQCustomEventSupport for custom events @@ -211,7 +211,7 @@ body { background: #ffffff; color: black; } TQKeyEventDescribes a key event TQKeySequenceEncapsulates a key sequence as used by accelerators TQLCDNumberDisplays a number with LCD-like digits -TQLabelText or image display +TQLabelText or image display TQLayoutThe base class of geometry managers TQLayoutItemAbstract item that a TQLayout manipulates TQLayoutIteratorIterators over TQLayoutItem @@ -225,7 +225,7 @@ body { background: #ffffff; color: black; } TQListViewItemImplements a list view item TQListViewItemIteratorIterator for collections of TQListViewItems TQLocalFsImplementation of a TQNetworkProtocol that works on the local file system -TQLocaleConverts between numbers and their string representations in various languages +TQLocaleConverts between numbers and their string representations in various languages TQMacMimeMaps open-standard MIME to Mac flavors TQMacStyleImplements an Appearance Manager style TQMainWindowMain application window, with a menu bar, dock windows (e.g. for toolbars), and a status bar @@ -305,7 +305,7 @@ body { background: #ffffff; color: black; } TQShowEventEvent which is sent when a widget is shown TQSignalCan be used to send signals for classes that don't inherit TQObject TQSignalMapperBundles signals from identifiable senders -TQSimpleRichTextSmall displayable piece of rich text +TQSimpleRichTextSmall displayable piece of rich text TQSizeDefines the size of a two-dimensional object TQSizeGripCorner-grip for resizing a top-level window TQSizePolicyLayout attribute describing horizontal and vertical resizing policy @@ -349,7 +349,7 @@ body { background: #ffffff; color: black; } TQStylePluginAbstract base for custom TQStyle plugins TQStyleSheetCollection of styles for rich text rendering and a generator of tags TQStyleSheetItemEncapsulation of a set of text styles -TQSyntaxHighlighterBase class for implementing TQTextEdit syntax highlighters +TQSyntaxHighlighterBase class for implementing TQTextEdit syntax highlighters TQTabThe structures in a TQTabBar TQTabBarTab bar, e.g. for use in tabbed dialogs TQTabDialogStack of tabbed widgets @@ -400,7 +400,7 @@ body { background: #ffffff; color: black; } TQVariantActs like a union for the most common TQt data types TQWMatrix2D transformations of a coordinate system TQWaitConditionAllows waiting/waking for conditions between threads -TQWhatsThisSimple description of any widget, i.e. answering the question "What's this?" +TQWhatsThisSimple description of any widget, i.e. answering the question "What's this?" TQWheelEventParameters that describe a wheel event TQWidgetThe base class of all user interface objects TQWidgetFactoryFor the dynamic creation of widgets from TQt Designer .ui files diff --git a/doc/html/basic.html b/doc/html/basic.html index d03b54b7..f8497d5e 100644 --- a/doc/html/basic.html +++ b/doc/html/basic.html @@ -43,7 +43,7 @@ widgets. TQCheckBoxCheckbox with a text label TQComboBoxCombined button and popup list TQDialRounded range control (like a speedometer or potentiometer) -TQLabelText or image display +TQLabelText or image display TQLCDNumberDisplays a number with LCD-like digits TQLineEditOne-line text editor TQPopupMenuPopup menu widget @@ -53,7 +53,7 @@ widgets. TQSizeGripCorner-grip for resizing a top-level window TQSliderVertical or horizontal slider TQSpinBoxSpin box widget (spin button) -TQSyntaxHighlighterBase class for implementing TQTextEdit syntax highlighters +TQSyntaxHighlighterBase class for implementing TQTextEdit syntax highlighters TQTextEditPowerful single-page rich text editor TQToolButtonQuick-access button to commands or options, usually used inside a TQToolBar diff --git a/doc/html/canvas-example.html b/doc/html/canvas-example.html index 7b463722..bc98e34e 100644 --- a/doc/html/canvas-example.html +++ b/doc/html/canvas-example.html @@ -141,7 +141,7 @@ private: #include <ntqapplication.h> #include <tqpainter.h> #include <tqprinter.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include <tqimage.h> #include <ntqprogressdialog.h> #include "canvas.h" diff --git a/doc/html/chart-optionsform-cpp.html b/doc/html/chart-optionsform-cpp.html index e6c2b89c..a3806185 100644 --- a/doc/html/chart-optionsform-cpp.html +++ b/doc/html/chart-optionsform-cpp.html @@ -39,7 +39,7 @@ body { background: #ffffff; color: black; } #include <tqfontdialog.h> #include <ntqframe.h> #include <tqimage.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include <ntqlayout.h> #include <ntqpushbutton.h> #include <ntqradiobutton.h> @@ -61,7 +61,7 @@ body { background: #ffffff; color: black; } chartTypeLayout = new TQHBoxLayout( 0, 0, 6 ); - chartTypeTextLabel = new TQLabel( "&Chart Type", this ); + chartTypeTextLabel = new TQLabel( "&Chart Type", this ); chartTypeLayout->addWidget( chartTypeTextLabel ); chartTypeComboBox = new TQComboBox( FALSE, this ); @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } TQSizePolicy::Minimum ); fontLayout->addItem( spacer ); - fontTextLabel = new TQLabel( this ); // Must be set by caller via setFont() + fontTextLabel = new TQLabel( this ); // Must be set by caller via setFont() fontLayout->addWidget( fontTextLabel ); optionsFormLayout->addLayout( fontLayout ); @@ -113,7 +113,7 @@ body { background: #ffffff; color: black; } decimalPlacesLayout = new TQHBoxLayout( 0, 0, 6 ); - decimalPlacesTextLabel = new TQLabel( "&Decimal Places", addValuesFrame ); + decimalPlacesTextLabel = new TQLabel( "&Decimal Places", addValuesFrame ); decimalPlacesLayout->addWidget( decimalPlacesTextLabel ); decimalPlacesSpinBox = new TQSpinBox( addValuesFrame ); @@ -142,8 +142,8 @@ body { background: #ffffff; color: black; } connect( okPushButton, TQ_SIGNAL( clicked() ), this, TQ_SLOT( accept() ) ); connect( cancelPushButton, TQ_SIGNAL( clicked() ), this, TQ_SLOT( reject() ) ); - chartTypeTextLabel->setBuddy( chartTypeComboBox ); - decimalPlacesTextLabel->setBuddy( decimalPlacesSpinBox ); + chartTypeTextLabel->setBuddy( chartTypeComboBox ); + decimalPlacesTextLabel->setBuddy( decimalPlacesSpinBox ); } @@ -164,7 +164,7 @@ void OptionsForm::setFont( italic() ) label += " Italic"; - fontTextLabel->setText( label ); + fontTextLabel->setText( label ); m_font = font; } diff --git a/doc/html/chart-optionsform-h.html b/doc/html/chart-optionsform-h.html index 3816533c..bec50c91 100644 --- a/doc/html/chart-optionsform-h.html +++ b/doc/html/chart-optionsform-h.html @@ -60,16 +60,16 @@ public: TQFont font() const { return m_font; } void setFont( TQFont font ); - TQLabel *chartTypeTextLabel; + TQLabel *chartTypeTextLabel; TQComboBox *chartTypeComboBox; TQPushButton *fontPushButton; - TQLabel *fontTextLabel; + TQLabel *fontTextLabel; TQFrame *addValuesFrame; TQButtonGroup *addValuesButtonGroup; TQRadioButton *noRadioButton; TQRadioButton *yesRadioButton; TQRadioButton *asPercentageRadioButton; - TQLabel *decimalPlacesTextLabel; + TQLabel *decimalPlacesTextLabel; TQSpinBox *decimalPlacesSpinBox; TQPushButton *okPushButton; TQPushButton *cancelPushButton; diff --git a/doc/html/checklists-example.html b/doc/html/checklists-example.html index 29fd97dd..8c58cfa8 100644 --- a/doc/html/checklists-example.html +++ b/doc/html/checklists-example.html @@ -64,7 +64,7 @@ public: protected: TQListView *lv1, *lv2; - TQLabel *label; + TQLabel *label; protected slots: void copy1to2(); @@ -91,7 +91,7 @@ protected slots: #include <ntqlistview.h> #include <ntqvbox.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include <tqvaluelist.h> #include <tqstring.h> #include <ntqpushbutton.h> @@ -114,7 +114,7 @@ protected slots: vbox1->setMargin( 5 ); // First child: a Label - vbox1->addWidget( new TQLabel( "Check some items!", this ) ); + vbox1->addWidget( new TQLabel( "Check some items!", this ) ); // Second child: the ListView lv1 = new TQListView( this ); @@ -157,7 +157,7 @@ protected slots: vbox2->setMargin( 5 ); // and another label - vbox2->addWidget( new TQLabel( "Check one item!", this ) ); + vbox2->addWidget( new TQLabel( "Check one item!", this ) ); // create the second listview lv2 = new TQListView( this ); @@ -180,7 +180,7 @@ protected slots: tmp->setMargin( 5 ); // and create a label which will be at the right of the window - label = new TQLabel( "No Item yet...", this ); + label = new TQLabel( "No Item yet...", this ); tmp->addWidget( label ); } @@ -228,7 +228,7 @@ void CheckLists::copy2to3() // create an iterator which operates on the second ListView TQListViewItemIterator it( lv2 ); - label->setText( "No Item checked" ); + label->setText( "No Item checked" ); // iterate through the second ListView... for ( ; it.current(); ++it ) @@ -237,7 +237,7 @@ void CheckLists::copy2to3() // ...if the item is checked... if ( ( (TQCheckListItem*)it.current() )->isOn() ) // ...set the text of the item to the label - label->setText( it.current()->text( 0 ) ); + label->setText( it.current()->text( 0 ) ); } diff --git a/doc/html/classchart.html b/doc/html/classchart.html index 19e35808..52154427 100644 --- a/doc/html/classchart.html +++ b/doc/html/classchart.html @@ -38,11 +38,11 @@ body { background: #ffffff; color: black; } - + - + @@ -179,7 +179,7 @@ body { background: #ffffff; color: black; } - + @@ -229,8 +229,8 @@ body { background: #ffffff; color: black; } - - + + @@ -256,7 +256,7 @@ body { background: #ffffff; color: black; } - + @@ -285,11 +285,11 @@ body { background: #ffffff; color: black; } - + - + diff --git a/doc/html/classes.html b/doc/html/classes.html index c2e9c60c..5ce0a335 100644 --- a/doc/html/classes.html +++ b/doc/html/classes.html @@ -295,7 +295,7 @@ classes, see TQt's Main Classes. TQDomText L -TQLabel +TQLabel TQRegExpValidator @@ -449,9 +449,9 @@ classes, see TQt's Main Classes. TQFileDialog -TQLocale +TQLocale -TQSimpleRichText +TQSimpleRichText TQValueList @@ -574,10 +574,10 @@ classes, see TQt's Main Classes. TQSpinBox -TQWhatsThis +TQWhatsThis -TQChar +TQChar TQFrame @@ -588,7 +588,7 @@ classes, see TQt's Main Classes. TQWheelEvent -TQCharRef +TQCharRef TQFtp @@ -741,7 +741,7 @@ classes, see TQt's Main Classes. -TQConstString +TQConstString TQGridView @@ -934,7 +934,7 @@ classes, see TQt's Main Classes. TQPen -TQSyntaxHighlighter +TQSyntaxHighlighter diff --git a/doc/html/clientserver-example.html b/doc/html/clientserver-example.html index d4bcd90b..01b0c33b 100644 --- a/doc/html/clientserver-example.html +++ b/doc/html/clientserver-example.html @@ -60,7 +60,7 @@ specified. You can send single lines to the server. #include <ntqapplication.h> #include <ntqvbox.h> #include <tqtextview.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include <ntqpushbutton.h> #include <tqtextstream.h> @@ -163,8 +163,8 @@ public: "This is a small server example.\n" "Connect with the client now." ); - TQLabel *lb = new TQLabel( itext, this ); - lb->setAlignment( AlignHCenter ); + TQLabel *lb = new TQLabel( itext, this ); + lb->setAlignment( AlignHCenter ); infoText = new TQTextView( this ); TQPushButton *quit = new TQPushButton( tr("Quit") , this ); @@ -228,7 +228,7 @@ int main( int argc, char** argv ) #include <ntqhbox.h> #include <tqtextview.h> #include <ntqlineedit.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include <ntqpushbutton.h> #include <tqtextstream.h> diff --git a/doc/html/cursor-example.html b/doc/html/cursor-example.html index b6769df1..1ade74bb 100644 --- a/doc/html/cursor-example.html +++ b/doc/html/cursor-example.html @@ -46,7 +46,7 @@ This example shows how to set a mouse cursor for a widget. ** *****************************************************************************/ -#include <ntqlabel.h> +#include <tqlabel.h> #include <tqbitmap.h> #include <ntqapplication.h> #include <ntqlayout.h> @@ -130,15 +130,15 @@ CursorView::CursorView() // construct view setCaption( "CursorView" ); // set window caption TQGridLayout* grid = new TQGridLayout( this, 5, 4, 20 ); - TQLabel *label; + TQLabel *label; int i=0; for ( int y=0; y<4; y++ ) { // create the small labels for ( int x=0; x<4; x++ ) { - label = new TQLabel( this ); + label = new TQLabel( this ); label->setCursor( TQCursor( list[i].shape ) ); - label->setText( list[i].name ); - label->setAlignment( AlignCenter ); + label->setText( list[i].name ); + label->setAlignment( AlignCenter ); label->setMargin( 10 ); label->setFrameStyle( TQFrame::Box | TQFrame::Raised ); grid->addWidget( label, x, y ); @@ -147,10 +147,10 @@ CursorView::CursorView() // construct view } - label = new TQLabel( this ); + label = new TQLabel( this ); label->setCursor( TQCursor( list[i].shape ) ); - label->setText( list[i].name ); - label->setAlignment( AlignCenter ); + label->setText( list[i].name ); + label->setAlignment( AlignCenter ); label->setMargin( 10 ); label->setFrameStyle( TQFrame::Box | TQFrame::Raised ); grid->addWidget( label, 4, 0 ); @@ -161,10 +161,10 @@ CursorView::CursorView() // construct view TQBitmap cm( cm_width, cm_height, cm_bits, TRUE ); TQCursor custom( cb, cm ); // create bitmap cursor - label = new TQLabel( this ); // create the big label + label = new TQLabel( this ); // create the big label label->setCursor( custom ); - label->setText( "Custom bitmap cursor" ); - label->setAlignment( AlignCenter ); + label->setText( "Custom bitmap cursor" ); + label->setAlignment( AlignCenter ); label->setMargin( 10 ); label->setFrameStyle( TQFrame::Box | TQFrame::Sunken ); grid->addMultiCellWidget( label, 4, 4, 1, 3 ); diff --git a/doc/html/customlayout-example.html b/doc/html/customlayout-example.html index 1e87be29..61a72baa 100644 --- a/doc/html/customlayout-example.html +++ b/doc/html/customlayout-example.html @@ -756,7 +756,7 @@ CardLayout::~CardLayout() #include "card.h" #include <ntqapplication.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include <tqcolor.h> #include <ntqgroupbox.h> #include <ntqpushbutton.h> @@ -824,10 +824,10 @@ int main( int argc, char **argv ) gm->addWidget( wid ); - TQLabel* s = new TQLabel( f ); - s->setText( "outermost box" ); + TQLabel* s = new TQLabel( f ); + s->setText( "outermost box" ); s->setFrameStyle( TQFrame::Panel | TQFrame::Sunken ); - s->setAlignment( TQt::AlignVCenter | TQt::AlignHCenter ); + s->setAlignment( TQt::AlignVCenter | TQt::AlignHCenter ); gm->addWidget( s ); a.setMainWidget( f ); f->setCaption("TQt Example - Custom Layout"); diff --git a/doc/html/designer-manual-2.html b/doc/html/designer-manual-2.html index 059683a0..81a5f803 100644 --- a/doc/html/designer-manual-2.html +++ b/doc/html/designer-manual-2.html @@ -95,7 +95,7 @@ body { background: #ffffff; color: black; }

Now we need to relate each of the text labels to the corresponding widget. We do this by creating "buddies".

-

A widget that does not accept focus itself, e.g. a TQLabel, can have an accelerator that will pass the focus to its "buddy", e.g. a TQLineEdit. In TQt Designer, we enable this by setting the first widget's buddy property to the name of the buddy widget.

+

A widget that does not accept focus itself, e.g. a TQLabel, can have an accelerator that will pass the focus to its "buddy", e.g. a TQLineEdit. In TQt Designer, we enable this by setting the first widget's buddy property to the name of the buddy widget.

Includes (in Implementation):

  • TQTableSelection
  • TQTextCodec diff --git a/doc/html/httpd-example.html b/doc/html/httpd-example.html index 6ad8ab23..f2d118ef 100644 --- a/doc/html/httpd-example.html +++ b/doc/html/httpd-example.html @@ -56,7 +56,7 @@ sending the page, it closes the connection. #include <tqmainwindow.h> #include <tqtextstream.h> #include <ntqvbox.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include <tqtextview.h> #include <ntqpushbutton.h> @@ -137,8 +137,8 @@ public: "You can connect with your\n" "web browser to port %1" ).arg( httpd->port() ); - TQLabel *lb = new TQLabel( itext, this ); - lb->setAlignment( AlignHCenter ); + TQLabel *lb = new TQLabel( itext, this ); + lb->setAlignment( AlignHCenter ); infoText = new TQTextView( this ); TQPushButton *quit = new TQPushButton( "quit" , this ); diff --git a/doc/html/i18n-example.html b/doc/html/i18n-example.html index a11fd102..da0ce039 100644 --- a/doc/html/i18n-example.html +++ b/doc/html/i18n-example.html @@ -89,10 +89,10 @@ private: #include <ntqbuttongroup.h> #include <ntqradiobutton.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include <ntqlistbox.h> #include <ntqcombobox.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include <ntqhbox.h> #include <ntqvbox.h> #include <ntqaccel.h> @@ -121,7 +121,7 @@ private: TQString l; statusBar()->message( tr("Language: English") ); - ( void )new TQLabel( tr( "The Main Window" ), central ); + ( void )new TQLabel( tr( "The Main Window" ), central ); TQButtonGroup* gbox = new TQButtonGroup( 1, TQGroupBox::Horizontal, tr( "View" ), central ); diff --git a/doc/html/i18n.html b/doc/html/i18n.html index e24eb2ef..54864045 100644 --- a/doc/html/i18n.html +++ b/doc/html/i18n.html @@ -134,7 +134,7 @@ the fl and fi ligatures used in typesetting US and European books.

    TQt tries to take care of all the special features listed above. You usually don't have to worry about these features so long as you use TQt's input widgets (e.g. TQLineEdit, TQTextEdit, and derived classes) -and TQt's display widgets (e.g. TQLabel). +and TQt's display widgets (e.g. TQLabel).

    Support for these writing systems is transparent to the programmer and completely encapsulated in TQt's text engine. This means that you don't need to have any knowledge about the writing system used in a @@ -172,7 +172,7 @@ parameter, there is no char* to TQString conversion overhead. and file format texts) need not use TQString; the traditional char* or the TQCString class will suffice.

    You're unlikely to notice that you are using Unicode; -TQString, and TQChar are just like easier versions of the crude +TQString, and TQChar are just like easier versions of the crude const char* and char from traditional C.

    Use tr() for all Literal Text

    @@ -183,7 +183,7 @@ to achieve this is to use TQObject::tr(). For exa

         LoginWidget::LoginWidget()
         {
    -        TQLabel *label = new TQLabel( tr("Password:"), this );
    +        TQLabel *label = new TQLabel( tr("Password:"), this );
             ...
         }
     
    @@ -197,13 +197,13 @@ directly:

         void some_global_function( LoginWidget *logwid )
         {
    -        TQLabel *label = new TQLabel(
    +        TQLabel *label = new TQLabel(
                     LoginWidget::tr("Password:"), logwid );
         }
     
         void same_global_function( LoginWidget *logwid )
         {
    -        TQLabel *label = new TQLabel(
    +        TQLabel *label = new TQLabel(
                     tqApp->translate("LoginWidget", "Password:"),
                     logwid );
         }
    diff --git a/doc/html/index b/doc/html/index
    index aa44a1fd..480aefb0 100644
    --- a/doc/html/index
    +++ b/doc/html/index
    @@ -793,39 +793,39 @@
     "TQCanvasView::sizeHint" tqcanvasview.html#sizeHint
     "TQCanvasView::worldMatrix" tqcanvasview.html#worldMatrix
     "TQCanvasView::~TQCanvasView" tqcanvasview.html#~TQCanvasView
    -"TQChar" qchar.html
    -"TQChar::Category" qchar.html#Category
    -"TQChar::CombiningClass" qchar.html#CombiningClass
    -"TQChar::Decomposition" qchar.html#Decomposition
    -"TQChar::Direction" qchar.html#Direction
    -"TQChar::Joining" qchar.html#Joining
    -"TQChar::category" qchar.html#category
    -"TQChar::cell" qchar.html#cell
    -"TQChar::combiningClass" qchar.html#combiningClass
    -"TQChar::decomposition" qchar.html#decomposition
    -"TQChar::decompositionTag" qchar.html#decompositionTag
    -"TQChar::digitValue" qchar.html#digitValue
    -"TQChar::direction" qchar.html#direction
    -"TQChar::isDigit" qchar.html#isDigit
    -"TQChar::isLetter" qchar.html#isLetter
    -"TQChar::isLetterOrNumber" qchar.html#isLetterOrNumber
    -"TQChar::isMark" qchar.html#isMark
    -"TQChar::isNull" qchar.html#isNull
    -"TQChar::isNumber" qchar.html#isNumber
    -"TQChar::isPrint" qchar.html#isPrint
    -"TQChar::isPunct" qchar.html#isPunct
    -"TQChar::isSpace" qchar.html#isSpace
    -"TQChar::isSymbol" qchar.html#isSymbol
    -"TQChar::joining" qchar.html#joining
    -"TQChar::latin1" qchar.html#latin1
    -"TQChar::lower" qchar.html#lower
    -"TQChar::mirrored" qchar.html#mirrored
    -"TQChar::mirroredChar" qchar.html#mirroredChar
    -"TQChar::operator char" qchar.html#operator-char
    -"TQChar::row" qchar.html#row
    -"TQChar::unicode" qchar.html#unicode
    -"TQChar::upper" qchar.html#upper
    -"QCharRef" qcharref.html
    +"TQChar" tqchar.html
    +"TQChar::Category" tqchar.html#Category
    +"TQChar::CombiningClass" tqchar.html#CombiningClass
    +"TQChar::Decomposition" tqchar.html#Decomposition
    +"TQChar::Direction" tqchar.html#Direction
    +"TQChar::Joining" tqchar.html#Joining
    +"TQChar::category" tqchar.html#category
    +"TQChar::cell" tqchar.html#cell
    +"TQChar::combiningClass" tqchar.html#combiningClass
    +"TQChar::decomposition" tqchar.html#decomposition
    +"TQChar::decompositionTag" tqchar.html#decompositionTag
    +"TQChar::digitValue" tqchar.html#digitValue
    +"TQChar::direction" tqchar.html#direction
    +"TQChar::isDigit" tqchar.html#isDigit
    +"TQChar::isLetter" tqchar.html#isLetter
    +"TQChar::isLetterOrNumber" tqchar.html#isLetterOrNumber
    +"TQChar::isMark" tqchar.html#isMark
    +"TQChar::isNull" tqchar.html#isNull
    +"TQChar::isNumber" tqchar.html#isNumber
    +"TQChar::isPrint" tqchar.html#isPrint
    +"TQChar::isPunct" tqchar.html#isPunct
    +"TQChar::isSpace" tqchar.html#isSpace
    +"TQChar::isSymbol" tqchar.html#isSymbol
    +"TQChar::joining" tqchar.html#joining
    +"TQChar::latin1" tqchar.html#latin1
    +"TQChar::lower" tqchar.html#lower
    +"TQChar::mirrored" tqchar.html#mirrored
    +"TQChar::mirroredChar" tqchar.html#mirroredChar
    +"TQChar::operator char" tqchar.html#operator-char
    +"TQChar::row" tqchar.html#row
    +"TQChar::unicode" tqchar.html#unicode
    +"TQChar::upper" tqchar.html#upper
    +"TQCharRef" tqcharref.html
     "QCheckBox" ntqcheckbox.html
     "QCheckBox::autoMask" ntqcheckbox.html#autoMask-prop
     "QCheckBox::checked" ntqcheckbox.html#checked-prop
    @@ -1032,9 +1032,9 @@
     "QConnection::numArgs" ntqconnection.html#numArgs
     "QConnection::object" ntqconnection.html#object
     "QConnection::~QConnection" ntqconnection.html#~QConnection
    -"QConstString" qconststring.html
    -"QConstString::string" qconststring.html#string
    -"QConstString::~QConstString" qconststring.html#~QConstString
    +"TQConstString" tqconststring.html
    +"TQConstString::string" tqconststring.html#string
    +"TQConstString::~TQConstString" tqconststring.html#~TQConstString
     "QContextMenuEvent" qcontextmenuevent.html
     "QContextMenuEvent::Reason" qcontextmenuevent.html#Reason
     "QContextMenuEvent::accept" qcontextmenuevent.html#accept
    @@ -3225,39 +3225,39 @@
     "QLCDNumber::value" ntqlcdnumber.html#value-prop
     "QLCDNumber::~QLCDNumber" ntqlcdnumber.html#~QLCDNumber
     "QLNode::getData" qlnode.html#getData
    -"QLabel" ntqlabel.html
    -"QLabel::alignment" ntqlabel.html#alignment
    -"QLabel::alignment" ntqlabel.html#alignment-prop
    -"QLabel::backgroundMode" ntqlabel.html#backgroundMode-prop
    -"QLabel::buddy" ntqlabel.html#buddy
    -"QLabel::clear" ntqlabel.html#clear
    -"QLabel::drawContents" ntqlabel.html#drawContents
    -"QLabel::hasScaledContents" ntqlabel.html#hasScaledContents
    -"QLabel::indent" ntqlabel.html#indent
    -"QLabel::indent" ntqlabel.html#indent-prop
    -"QLabel::movie" ntqlabel.html#movie
    -"QLabel::picture" ntqlabel.html#picture
    -"QLabel::pixmap" ntqlabel.html#pixmap
    -"QLabel::pixmap" ntqlabel.html#pixmap-prop
    -"QLabel::scaledContents" ntqlabel.html#scaledContents-prop
    -"QLabel::setAlignment" ntqlabel.html#setAlignment
    -"QLabel::setBuddy" ntqlabel.html#setBuddy
    -"QLabel::setFont" ntqlabel.html#setFont
    -"QLabel::setIndent" ntqlabel.html#setIndent
    -"QLabel::setMovie" ntqlabel.html#setMovie
    -"QLabel::setNum" ntqlabel.html#setNum
    -"QLabel::setPicture" ntqlabel.html#setPicture
    -"QLabel::setPixmap" ntqlabel.html#setPixmap
    -"QLabel::setScaledContents" ntqlabel.html#setScaledContents
    -"QLabel::setText" ntqlabel.html#setText
    -"QLabel::setTextFormat" ntqlabel.html#setTextFormat
    -"QLabel::sizeForWidth" ntqlabel.html#sizeForWidth
    -"QLabel::text" ntqlabel.html#text
    -"QLabel::text" ntqlabel.html#text-prop
    -"QLabel::textFormat" ntqlabel.html#textFormat
    -"QLabel::textFormat" ntqlabel.html#textFormat-prop
    -"QLabel::updateLabel" ntqlabel.html#updateLabel
    -"QLabel::~QLabel" ntqlabel.html#~QLabel
    +"TQLabel" tqlabel.html
    +"TQLabel::alignment" tqlabel.html#alignment
    +"TQLabel::alignment" tqlabel.html#alignment-prop
    +"TQLabel::backgroundMode" tqlabel.html#backgroundMode-prop
    +"TQLabel::buddy" tqlabel.html#buddy
    +"TQLabel::clear" tqlabel.html#clear
    +"TQLabel::drawContents" tqlabel.html#drawContents
    +"TQLabel::hasScaledContents" tqlabel.html#hasScaledContents
    +"TQLabel::indent" tqlabel.html#indent
    +"TQLabel::indent" tqlabel.html#indent-prop
    +"TQLabel::movie" tqlabel.html#movie
    +"TQLabel::picture" tqlabel.html#picture
    +"TQLabel::pixmap" tqlabel.html#pixmap
    +"TQLabel::pixmap" tqlabel.html#pixmap-prop
    +"TQLabel::scaledContents" tqlabel.html#scaledContents-prop
    +"TQLabel::setAlignment" tqlabel.html#setAlignment
    +"TQLabel::setBuddy" tqlabel.html#setBuddy
    +"TQLabel::setFont" tqlabel.html#setFont
    +"TQLabel::setIndent" tqlabel.html#setIndent
    +"TQLabel::setMovie" tqlabel.html#setMovie
    +"TQLabel::setNum" tqlabel.html#setNum
    +"TQLabel::setPicture" tqlabel.html#setPicture
    +"TQLabel::setPixmap" tqlabel.html#setPixmap
    +"TQLabel::setScaledContents" tqlabel.html#setScaledContents
    +"TQLabel::setText" tqlabel.html#setText
    +"TQLabel::setTextFormat" tqlabel.html#setTextFormat
    +"TQLabel::sizeForWidth" tqlabel.html#sizeForWidth
    +"TQLabel::text" tqlabel.html#text
    +"TQLabel::text" tqlabel.html#text-prop
    +"TQLabel::textFormat" tqlabel.html#textFormat
    +"TQLabel::textFormat" tqlabel.html#textFormat-prop
    +"TQLabel::updateLabel" tqlabel.html#updateLabel
    +"TQLabel::~TQLabel" tqlabel.html#~TQLabel
     "QLayout" ntqlayout.html
     "QLayout::ResizeMode" ntqlayout.html#ResizeMode
     "QLayout::activate" ntqlayout.html#activate
    @@ -3723,29 +3723,29 @@
     "QListViewItemIterator::operator=" qlistviewitemiterator.html#operator-eq
     "QListViewItemIterator::~QListViewItemIterator" qlistviewitemiterator.html#~QListViewItemIterator
     "TQLocalFs" tqlocalfs.html
    -"QLocale" ntqlocale.html
    -"QLocale::Country" ntqlocale.html#Country
    -"QLocale::Language" ntqlocale.html#Language
    -"QLocale::c" ntqlocale.html#c
    -"QLocale::country" ntqlocale.html#country
    -"QLocale::countryToString" ntqlocale.html#countryToString
    -"QLocale::language" ntqlocale.html#language
    -"QLocale::languageToString" ntqlocale.html#languageToString
    -"QLocale::name" ntqlocale.html#name
    -"QLocale::operator=" ntqlocale.html#operator-eq
    -"QLocale::setDefault" ntqlocale.html#setDefault
    -"QLocale::system" ntqlocale.html#system
    -"QLocale::toDouble" ntqlocale.html#toDouble
    -"QLocale::toFloat" ntqlocale.html#toFloat
    -"QLocale::toInt" ntqlocale.html#toInt
    -"QLocale::toLong" ntqlocale.html#toLong
    -"QLocale::toLongLong" ntqlocale.html#toLongLong
    -"QLocale::toShort" ntqlocale.html#toShort
    -"QLocale::toString" ntqlocale.html#toString
    -"QLocale::toUInt" ntqlocale.html#toUInt
    -"QLocale::toULong" ntqlocale.html#toULong
    -"QLocale::toULongLong" ntqlocale.html#toULongLong
    -"QLocale::toUShort" ntqlocale.html#toUShort
    +"TQLocale" tqlocale.html
    +"TQLocale::Country" tqlocale.html#Country
    +"TQLocale::Language" tqlocale.html#Language
    +"TQLocale::c" tqlocale.html#c
    +"TQLocale::country" tqlocale.html#country
    +"TQLocale::countryToString" tqlocale.html#countryToString
    +"TQLocale::language" tqlocale.html#language
    +"TQLocale::languageToString" tqlocale.html#languageToString
    +"TQLocale::name" tqlocale.html#name
    +"TQLocale::operator=" tqlocale.html#operator-eq
    +"TQLocale::setDefault" tqlocale.html#setDefault
    +"TQLocale::system" tqlocale.html#system
    +"TQLocale::toDouble" tqlocale.html#toDouble
    +"TQLocale::toFloat" tqlocale.html#toFloat
    +"TQLocale::toInt" tqlocale.html#toInt
    +"TQLocale::toLong" tqlocale.html#toLong
    +"TQLocale::toLongLong" tqlocale.html#toLongLong
    +"TQLocale::toShort" tqlocale.html#toShort
    +"TQLocale::toString" tqlocale.html#toString
    +"TQLocale::toUInt" tqlocale.html#toUInt
    +"TQLocale::toULong" tqlocale.html#toULong
    +"TQLocale::toULongLong" tqlocale.html#toULongLong
    +"TQLocale::toUShort" tqlocale.html#toUShort
     "TQMacMime" tqmacmime.html
     "TQMacMime::all" tqmacmime.html#all
     "TQMacMime::canConvert" tqmacmime.html#canConvert
    @@ -5257,18 +5257,18 @@
     "TQSignalMapper::removeMappings" tqsignalmapper.html#removeMappings
     "TQSignalMapper::setMapping" tqsignalmapper.html#setMapping
     "TQSignalMapper::~TQSignalMapper" tqsignalmapper.html#~TQSignalMapper
    -"QSimpleRichText" ntqsimplerichtext.html
    -"QSimpleRichText::adjustSize" ntqsimplerichtext.html#adjustSize
    -"QSimpleRichText::anchorAt" ntqsimplerichtext.html#anchorAt
    -"QSimpleRichText::context" ntqsimplerichtext.html#context
    -"QSimpleRichText::draw" ntqsimplerichtext.html#draw
    -"QSimpleRichText::height" ntqsimplerichtext.html#height
    -"QSimpleRichText::inText" ntqsimplerichtext.html#inText
    -"QSimpleRichText::setDefaultFont" ntqsimplerichtext.html#setDefaultFont
    -"QSimpleRichText::setWidth" ntqsimplerichtext.html#setWidth
    -"QSimpleRichText::width" ntqsimplerichtext.html#width
    -"QSimpleRichText::widthUsed" ntqsimplerichtext.html#widthUsed
    -"QSimpleRichText::~QSimpleRichText" ntqsimplerichtext.html#~QSimpleRichText
    +"TQSimpleRichText" tqsimplerichtext.html
    +"TQSimpleRichText::adjustSize" tqsimplerichtext.html#adjustSize
    +"TQSimpleRichText::anchorAt" tqsimplerichtext.html#anchorAt
    +"TQSimpleRichText::context" tqsimplerichtext.html#context
    +"TQSimpleRichText::draw" tqsimplerichtext.html#draw
    +"TQSimpleRichText::height" tqsimplerichtext.html#height
    +"TQSimpleRichText::inText" tqsimplerichtext.html#inText
    +"TQSimpleRichText::setDefaultFont" tqsimplerichtext.html#setDefaultFont
    +"TQSimpleRichText::setWidth" tqsimplerichtext.html#setWidth
    +"TQSimpleRichText::width" tqsimplerichtext.html#width
    +"TQSimpleRichText::widthUsed" tqsimplerichtext.html#widthUsed
    +"TQSimpleRichText::~TQSimpleRichText" tqsimplerichtext.html#~TQSimpleRichText
     "TQSize" tqsize.html
     "TQSize::ScaleMode" tqsize.html#ScaleMode
     "TQSize::boundedTo" tqsize.html#boundedTo
    @@ -6093,13 +6093,13 @@
     "QSvgDevice::setBoundingRect" qsvgdevice.html#setBoundingRect
     "QSvgDevice::toString" qsvgdevice.html#toString
     "QSvgDevice::~QSvgDevice" qsvgdevice.html#~QSvgDevice
    -"QSyntaxHighlighter" ntqsyntaxhighlighter.html
    -"QSyntaxHighlighter::currentParagraph" ntqsyntaxhighlighter.html#currentParagraph
    -"QSyntaxHighlighter::highlightParagraph" ntqsyntaxhighlighter.html#highlightParagraph
    -"QSyntaxHighlighter::rehighlight" ntqsyntaxhighlighter.html#rehighlight
    -"QSyntaxHighlighter::setFormat" ntqsyntaxhighlighter.html#setFormat
    -"QSyntaxHighlighter::textEdit" ntqsyntaxhighlighter.html#textEdit
    -"QSyntaxHighlighter::~QSyntaxHighlighter" ntqsyntaxhighlighter.html#~QSyntaxHighlighter
    +"TQSyntaxHighlighter" tqsyntaxhighlighter.html
    +"TQSyntaxHighlighter::currentParagraph" tqsyntaxhighlighter.html#currentParagraph
    +"TQSyntaxHighlighter::highlightParagraph" tqsyntaxhighlighter.html#highlightParagraph
    +"TQSyntaxHighlighter::rehighlight" tqsyntaxhighlighter.html#rehighlight
    +"TQSyntaxHighlighter::setFormat" tqsyntaxhighlighter.html#setFormat
    +"TQSyntaxHighlighter::textEdit" tqsyntaxhighlighter.html#textEdit
    +"TQSyntaxHighlighter::~TQSyntaxHighlighter" tqsyntaxhighlighter.html#~TQSyntaxHighlighter
     "QTSManip::exec" qtsmanip.html#exec
     "QTab" qtab.html
     "QTab::iconSet" qtab.html#iconSet
    @@ -7254,19 +7254,19 @@
     "TQWaitCondition::wakeAll" tqwaitcondition.html#wakeAll
     "TQWaitCondition::wakeOne" tqwaitcondition.html#wakeOne
     "TQWaitCondition::~TQWaitCondition" tqwaitcondition.html#~TQWaitCondition
    -"QWhatsThis" ntqwhatsthis.html
    -"QWhatsThis::add" ntqwhatsthis.html#add
    -"QWhatsThis::clicked" ntqwhatsthis.html#clicked
    -"QWhatsThis::display" ntqwhatsthis.html#display
    -"QWhatsThis::enterWhatsThisMode" ntqwhatsthis.html#enterWhatsThisMode
    -"QWhatsThis::inWhatsThisMode" ntqwhatsthis.html#inWhatsThisMode
    -"QWhatsThis::leaveWhatsThisMode" ntqwhatsthis.html#leaveWhatsThisMode
    -"QWhatsThis::remove" ntqwhatsthis.html#remove
    -"QWhatsThis::setFont" ntqwhatsthis.html#setFont
    -"QWhatsThis::text" ntqwhatsthis.html#text
    -"QWhatsThis::textFor" ntqwhatsthis.html#textFor
    -"QWhatsThis::whatsThisButton" ntqwhatsthis.html#whatsThisButton
    -"QWhatsThis::~QWhatsThis" ntqwhatsthis.html#~QWhatsThis
    +"TQWhatsThis" tqwhatsthis.html
    +"TQWhatsThis::add" tqwhatsthis.html#add
    +"TQWhatsThis::clicked" tqwhatsthis.html#clicked
    +"TQWhatsThis::display" tqwhatsthis.html#display
    +"TQWhatsThis::enterWhatsThisMode" tqwhatsthis.html#enterWhatsThisMode
    +"TQWhatsThis::inWhatsThisMode" tqwhatsthis.html#inWhatsThisMode
    +"TQWhatsThis::leaveWhatsThisMode" tqwhatsthis.html#leaveWhatsThisMode
    +"TQWhatsThis::remove" tqwhatsthis.html#remove
    +"TQWhatsThis::setFont" tqwhatsthis.html#setFont
    +"TQWhatsThis::text" tqwhatsthis.html#text
    +"TQWhatsThis::textFor" tqwhatsthis.html#textFor
    +"TQWhatsThis::whatsThisButton" tqwhatsthis.html#whatsThisButton
    +"TQWhatsThis::~TQWhatsThis" tqwhatsthis.html#~TQWhatsThis
     "QWheelEvent" qwheelevent.html
     "QWheelEvent::accept" qwheelevent.html#accept
     "QWheelEvent::delta" qwheelevent.html#delta
    @@ -7941,7 +7941,7 @@
     "nsplugin-examples" nsplugin-examples.html
     "objectmodel" objectmodel.html
     "opengl-examples" opengl-examples.html
    -"operator!=" qchar.html#operator!-eq
    +"operator!=" tqchar.html#operator!-eq
     "operator!=" tqcstring.html#operator!-eq
     "operator!=" tqpoint.html#operator!-eq
     "operator!=" tqrect.html#operator!-eq
    @@ -7959,7 +7959,7 @@
     "operator-" tqsize.html#operator-
     "operator/" tqpoint.html#operator/
     "operator/" tqsize.html#operator/
    -"operator<" qchar.html#operator-lt
    +"operator<" tqchar.html#operator-lt
     "operator<" tqcstring.html#operator-lt
     "operator<" tqstring.html#operator-lt
     "operator<<" tqbitarray.html#operator-lt-lt
    @@ -7993,19 +7993,19 @@
     "operator<<" ntquuid.html#operator-lt-lt
     "operator<<" tqvaluelist.html#operator-lt-lt
     "operator<<" tqwmatrix.html#operator-lt-lt
    -"operator<=" qchar.html#operator-lt-eq
    +"operator<=" tqchar.html#operator-lt-eq
     "operator<=" tqcstring.html#operator-lt-eq
     "operator<=" tqstring.html#operator-lt-eq
    -"operator==" qchar.html#operator-eq-eq
    +"operator==" tqchar.html#operator-eq-eq
     "operator==" tqcstring.html#operator-eq-eq
     "operator==" tqpoint.html#operator-eq-eq
     "operator==" tqrect.html#operator-eq-eq
     "operator==" tqsize.html#operator-eq-eq
     "operator==" tqstring.html#operator-eq-eq
    -"operator>" qchar.html#operator-gt
    +"operator>" tqchar.html#operator-gt
     "operator>" tqcstring.html#operator-gt
     "operator>" tqstring.html#operator-gt
    -"operator>=" qchar.html#operator-gt-eq
    +"operator>=" tqchar.html#operator-gt-eq
     "operator>=" tqcstring.html#operator-gt-eq
     "operator>=" tqstring.html#operator-gt-eq
     "operator>>" tqbitarray.html#operator-gt-gt
    diff --git a/doc/html/layout-example.html b/doc/html/layout-example.html
    index 89a7ccee..272713f5 100644
    --- a/doc/html/layout-example.html
    +++ b/doc/html/layout-example.html
    @@ -48,7 +48,7 @@ classes, TQGridLayout, 
     *****************************************************************************/
     
     #include <ntqapplication.h>
    -#include <ntqlabel.h>
    +#include <tqlabel.h>
     #include <tqcolor.h>
     #include <ntqpushbutton.h>
     #include <ntqlayout.h>
    @@ -148,7 +148,7 @@ public:
             // Make a label that is a buddy of the line edit
             TQString s;
             s.sprintf( "Line &%d", row+1 );
    -        TQLabel *label = new TQLabel( ed, s, this );
    +        TQLabel *label = new TQLabel( ed, s, this );
             // The label goes in the first column.
             grid->addWidget( label, row, labelCol );
         }
    @@ -166,15 +166,15 @@ public:
         grid->setColStretch( multiCol, 20 );
     
         // Add a widget at the bottom.
    -    TQLabel* sb = new TQLabel( this );
    -    sb->setText( "Let's pretend this is a status bar" );
    +    TQLabel* sb = new TQLabel( this );
    +    sb->setText( "Let's pretend this is a status bar" );
         sb->setFrameStyle( TQFrame::Panel | TQFrame::Sunken );
         // This widget will use all horizontal space, and have a fixed height.
     
         // we should have made a subclass and implemented sizePolicy there...
         sb->setFixedHeight( sb->sizeHint().height() );
     
    -    sb->setAlignment( AlignVCenter | AlignLeft );
    +    sb->setAlignment( AlignVCenter | AlignLeft );
         topLayout->addWidget( sb );
     
         topLayout->activate();
    diff --git a/doc/html/layout.html b/doc/html/layout.html
    index 0358ed90..e2c64344 100644
    --- a/doc/html/layout.html
    +++ b/doc/html/layout.html
    @@ -80,11 +80,11 @@ resized.
     

    The grid shown above can be produced by the following code:

         TQGrid *mainGrid = new TQGrid( 2 ); // a 2 x n grid
    -    new TQLabel( "One", mainGrid );
    -    new TQLabel( "Two", mainGrid );
    -    new TQLabel( "Three", mainGrid );
    -    new TQLabel( "Four", mainGrid );
    -    new TQLabel( "Five", mainGrid );
    +    new TQLabel( "One", mainGrid );
    +    new TQLabel( "Two", mainGrid );
    +    new TQLabel( "Three", mainGrid );
    +    new TQLabel( "Four", mainGrid );
    +    new TQLabel( "Five", mainGrid );
     

    You can adjust the layout to some extent by calling @@ -144,14 +144,14 @@ improvements: TQGridLayout *grid = new TQGridLayout( main, 1, 1 ); // add the first four widgets with (row, column) addressing - grid->addWidget( new TQLabel( "One", main ), 0, 0 ); - grid->addWidget( new TQLabel( "Two", main ), 0, 1 ); - grid->addWidget( new TQLabel( "Three", main ), 1, 0 ); - grid->addWidget( new TQLabel( "Four", main ), 1, 1 ); + grid->addWidget( new TQLabel( "One", main ), 0, 0 ); + grid->addWidget( new TQLabel( "Two", main ), 0, 1 ); + grid->addWidget( new TQLabel( "Three", main ), 1, 0 ); + grid->addWidget( new TQLabel( "Four", main ), 1, 1 ); // add the last widget on row 2, spanning from column 0 to // column 1, and center aligned - grid->addMultiCellWidget( new TQLabel( "Five", main ), 2, 2, 0, 1, + grid->addMultiCellWidget( new TQLabel( "Five", main ), 2, 2, 0, 1, TQt::AlignCenter ); // let the ratio between the widths of columns 0 and 1 be 2:3 @@ -166,7 +166,7 @@ a parameter in the constructor. TQLineEdit *field = new TQLineEdit( main ); TQPushButton *ok = new TQPushButton( "OK", main ); TQPushButton *cancel = new TQPushButton( "Cancel", main ); - TQLabel *label = new TQLabel( "Write once, compile everywhere.", main ); + TQLabel *label = new TQLabel( "Write once, compile everywhere.", main ); // a layout on a widget TQVBoxLayout *vbox = new TQVBoxLayout( main ); diff --git a/doc/html/licenses.html b/doc/html/licenses.html index d3853101..173079c6 100644 --- a/doc/html/licenses.html +++ b/doc/html/licenses.html @@ -240,7 +240,7 @@ REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.

    This product includes software developed by the University of California, Berkeley and its contributors.


    Copyright (c) 2002 Jorge Acereda and Peter O'Gorman diff --git a/doc/html/lineedits-example.html b/doc/html/lineedits-example.html index e796a979..c470dabe 100644 --- a/doc/html/lineedits-example.html +++ b/doc/html/lineedits-example.html @@ -95,7 +95,7 @@ protected slots: #include <ntqcombobox.h> #include <ntqframe.h> #include <ntqvalidator.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include <ntqlayout.h> #include <ntqhbox.h> @@ -116,7 +116,7 @@ protected slots: row1->setMargin( 5 ); // Create a Label - TQLabel* label = new TQLabel( "Echo Mode: ", this); + TQLabel* label = new TQLabel( "Echo Mode: ", this); row1->addWidget( label ); // Create a Combobox with three items... @@ -138,7 +138,7 @@ protected slots: row2->setMargin( 5 ); // and the second label - label = new TQLabel( "Validator: ", this ); + label = new TQLabel( "Validator: ", this ); row2->addWidget( label ); // A second Combobox with again three items... @@ -159,7 +159,7 @@ protected slots: row3->setMargin( 5 ); // we need a label for this too - label = new TQLabel( "Alignment: ", this ); + label = new TQLabel( "Alignment: ", this ); row3->addWidget( label ); // A combo box for setting alignment @@ -180,7 +180,7 @@ protected slots: row4->setMargin( 5 ); // we need a label for this too - label = new TQLabel( "Input mask: ", this ); + label = new TQLabel( "Input mask: ", this ); row4->addWidget( label ); // A combo box for choosing an input mask @@ -205,7 +205,7 @@ protected slots: row5->setMargin( 5 ); // last label - (void)new TQLabel( "Read-Only: ", row5 ); + (void)new TQLabel( "Read-Only: ", row5 ); // A combo box for setting alignment combo5 = new TQComboBox( FALSE, row5 ); diff --git a/doc/html/linguist-manual-4.html b/doc/html/linguist-manual-4.html index 341700ed..7677a1e8 100644 --- a/doc/html/linguist-manual-4.html +++ b/doc/html/linguist-manual-4.html @@ -431,8 +431,8 @@ TRANSLATIONS = tt3_pt.ts

    PrintPanel is a TQWidget. It needs the TQ_OBJECT macro for tr() to work properly.

    The implementation file is printpanel.cpp.

        /*
    -        TQLabel *lab = new TQLabel( tr("<b>TROLL PRINT</b>"), this );
    -        lab->setAlignment( AlignCenter );
    +        TQLabel *lab = new TQLabel( tr("<b>TROLL PRINT</b>"), this );
    +        lab->setAlignment( AlignCenter );
         */
     

    Some of the code is commented out in Troll Print 1.0; you will uncomment it later, for Troll Print 1.1.

    @@ -518,7 +518,7 @@ TRANSLATIONS = tt3_pt.ts
    Troll Print 1.1

    We'll now prepare release 1.1 of Troll Print. Start your favorite text editor and follow these steps:

    -