summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/dialogs/tqwizard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/src/dialogs/tqwizard.cpp')
-rw-r--r--tqtinterface/qt4/src/dialogs/tqwizard.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tqtinterface/qt4/src/dialogs/tqwizard.cpp b/tqtinterface/qt4/src/dialogs/tqwizard.cpp
index c14b2cb..93c3173 100644
--- a/tqtinterface/qt4/src/dialogs/tqwizard.cpp
+++ b/tqtinterface/qt4/src/dialogs/tqwizard.cpp
@@ -67,7 +67,7 @@
A wizard is a special type of input dialog that consists of a
sequence of dialog pages. A wizard's purpose is to walk the user
through a process step by step. Wizards are useful for complex or
- infrequently occurring tasks that people may tqfind difficult to
+ infrequently occurring tasks that people may find difficult to
learn or do.
TQWizard provides page titles and displays Next, Back, Finish,
@@ -318,7 +318,7 @@ void TQWizard::insertPage( TQWidget * page, const TQString & title, int index )
\fn void TQWizard::selected(const TQString&)
This signal is emitted when the current page changes. The
- parameter tqcontains the title of the selected page.
+ parameter contains the title of the selected page.
*/
@@ -377,7 +377,7 @@ int TQWizard::indexOf( TQWidget* page ) const
TQWizardPrivate::Page * p = d->page( page );
if ( !p ) return -1;
- return d->pages.tqfind( p );
+ return d->pages.find( p );
}
/*!