summaryrefslogtreecommitdiffstats
path: root/src/dialogs
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 22:04:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 22:04:08 -0600
commite02e31c8b9d854cd62cbe9799228f6e08e882773 (patch)
tree53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /src/dialogs
parent143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff)
downloadtqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz
tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip
Sync with latest script
Diffstat (limited to 'src/dialogs')
-rw-r--r--src/dialogs/qcolordialog.cpp4
-rw-r--r--src/dialogs/qcolordialog.h2
-rw-r--r--src/dialogs/qdialog.cpp4
-rw-r--r--src/dialogs/qdialog.h2
-rw-r--r--src/dialogs/qerrormessage.cpp2
-rw-r--r--src/dialogs/qerrormessage.h2
-rw-r--r--src/dialogs/qfiledialog.cpp4
-rw-r--r--src/dialogs/qfiledialog.h2
-rw-r--r--src/dialogs/qfontdialog.cpp8
-rw-r--r--src/dialogs/qfontdialog.h2
-rw-r--r--src/dialogs/qinputdialog.cpp2
-rw-r--r--src/dialogs/qinputdialog.h2
-rw-r--r--src/dialogs/qmessagebox.cpp6
-rw-r--r--src/dialogs/qmessagebox.h4
-rw-r--r--src/dialogs/qprintdialog.cpp2
-rw-r--r--src/dialogs/qprintdialog.h2
-rw-r--r--src/dialogs/qprogressdialog.cpp4
-rw-r--r--src/dialogs/qprogressdialog.h2
-rw-r--r--src/dialogs/qsemimodal.h2
-rw-r--r--src/dialogs/qtabdialog.cpp2
-rw-r--r--src/dialogs/qtabdialog.h2
-rw-r--r--src/dialogs/qwizard.cpp2
-rw-r--r--src/dialogs/qwizard.h2
23 files changed, 33 insertions, 33 deletions
diff --git a/src/dialogs/qcolordialog.cpp b/src/dialogs/qcolordialog.cpp
index c3edc0f6..0a3be03f 100644
--- a/src/dialogs/qcolordialog.cpp
+++ b/src/dialogs/qcolordialog.cpp
@@ -18,7 +18,7 @@
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
@@ -1428,7 +1428,7 @@ void TQColorDialogPrivate::addCustom()
The static functions provide modal color dialogs.
\omit
- If you retquire a modeless dialog, use the TQColorDialog constructor.
+ If you require a modeless dialog, use the TQColorDialog constructor.
\endomit
The static getColor() function shows the dialog and allows the
diff --git a/src/dialogs/qcolordialog.h b/src/dialogs/qcolordialog.h
index eff846a8..28c8ee1c 100644
--- a/src/dialogs/qcolordialog.h
+++ b/src/dialogs/qcolordialog.h
@@ -18,7 +18,7 @@
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
diff --git a/src/dialogs/qdialog.cpp b/src/dialogs/qdialog.cpp
index 9ef43e99..4f99ae9e 100644
--- a/src/dialogs/qdialog.cpp
+++ b/src/dialogs/qdialog.cpp
@@ -18,7 +18,7 @@
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
@@ -159,7 +159,7 @@
\section1 Return value (modal dialogs)
Modal dialogs are often used in situations where a return value is
- retquired, e.g. to indicate whether the user pressed "OK" or
+ required, e.g. to indicate whether the user pressed "OK" or
"Cancel". A dialog can be closed by calling the accept() or the
reject() slots, and exec() will return \c Accepted or \c Rejected
as appropriate. The exec() call returns the result of the dialog.
diff --git a/src/dialogs/qdialog.h b/src/dialogs/qdialog.h
index fc224655..068b4d36 100644
--- a/src/dialogs/qdialog.h
+++ b/src/dialogs/qdialog.h
@@ -18,7 +18,7 @@
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
diff --git a/src/dialogs/qerrormessage.cpp b/src/dialogs/qerrormessage.cpp
index b5d747a6..7352ee64 100644
--- a/src/dialogs/qerrormessage.cpp
+++ b/src/dialogs/qerrormessage.cpp
@@ -18,7 +18,7 @@
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
diff --git a/src/dialogs/qerrormessage.h b/src/dialogs/qerrormessage.h
index 4fd5212f..fffb7c73 100644
--- a/src/dialogs/qerrormessage.h
+++ b/src/dialogs/qerrormessage.h
@@ -18,7 +18,7 @@
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
diff --git a/src/dialogs/qfiledialog.cpp b/src/dialogs/qfiledialog.cpp
index da570509..c9032f85 100644
--- a/src/dialogs/qfiledialog.cpp
+++ b/src/dialogs/qfiledialog.cpp
@@ -18,7 +18,7 @@
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
@@ -3241,7 +3241,7 @@ void TQFileDialog::setDir( const TQString & pathstr )
Returns the current directory shown in the file dialog.
The ownership of the TQDir pointer is transferred to the caller, so
- it must be deleted by the caller when no longer retquired.
+ it must be deleted by the caller when no longer required.
\sa setDir()
*/
diff --git a/src/dialogs/qfiledialog.h b/src/dialogs/qfiledialog.h
index 0861aa1a..ee13267e 100644
--- a/src/dialogs/qfiledialog.h
+++ b/src/dialogs/qfiledialog.h
@@ -18,7 +18,7 @@
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
diff --git a/src/dialogs/qfontdialog.cpp b/src/dialogs/qfontdialog.cpp
index 995d4962..317a2ec1 100644
--- a/src/dialogs/qfontdialog.cpp
+++ b/src/dialogs/qfontdialog.cpp
@@ -18,7 +18,7 @@
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
@@ -517,7 +517,7 @@ void TQListBoxFontText::paint( TQPainter *painter )
/*!
\internal
Updates the contents of the "font family" list box. This
- function can be reimplemented if you have special retquirements.
+ function can be reimplemented if you have special requirements.
*/
void TQFontDialog::updateFamilies()
@@ -605,7 +605,7 @@ void TQFontDialog::updateFamilies()
/*!
\internal
Updates the contents of the "font style" list box. This
- function can be reimplemented if you have special retquirements.
+ function can be reimplemented if you have special requirements.
*/
void TQFontDialog::updateStyles()
@@ -665,7 +665,7 @@ void TQFontDialog::updateStyles()
/*!
\internal
Updates the contents of the "font size" list box. This
- function can be reimplemented if you have special retquirements.
+ function can be reimplemented if you have special requirements.
*/
void TQFontDialog::updateSizes()
diff --git a/src/dialogs/qfontdialog.h b/src/dialogs/qfontdialog.h
index c30836ac..53e625f2 100644
--- a/src/dialogs/qfontdialog.h
+++ b/src/dialogs/qfontdialog.h
@@ -18,7 +18,7 @@
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
diff --git a/src/dialogs/qinputdialog.cpp b/src/dialogs/qinputdialog.cpp
index ac58d979..a75d24b5 100644
--- a/src/dialogs/qinputdialog.cpp
+++ b/src/dialogs/qinputdialog.cpp
@@ -18,7 +18,7 @@
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
diff --git a/src/dialogs/qinputdialog.h b/src/dialogs/qinputdialog.h
index 7010bd53..96db6e55 100644
--- a/src/dialogs/qinputdialog.h
+++ b/src/dialogs/qinputdialog.h
@@ -18,7 +18,7 @@
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
diff --git a/src/dialogs/qmessagebox.cpp b/src/dialogs/qmessagebox.cpp
index b598917c..e0545de3 100644
--- a/src/dialogs/qmessagebox.cpp
+++ b/src/dialogs/qmessagebox.cpp
@@ -18,7 +18,7 @@
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
@@ -788,7 +788,7 @@ void TQMessageBox::setIcon( Icon icon )
Returns the pixmap used for a standard icon. This
allows the pixmaps to be used in more complex message boxes.
- \a icon specifies the retquired icon, e.g. TQMessageBox::Information,
+ \a icon specifies the required icon, e.g. TQMessageBox::Information,
TQMessageBox::Warning or TQMessageBox::Critical.
\a style is unused.
@@ -804,7 +804,7 @@ TQPixmap TQMessageBox::standardIcon( Icon icon, GUIStyle style)
/*!
Returns the pixmap used for a standard icon. This allows the
pixmaps to be used in more complex message boxes. \a icon
- specifies the retquired icon, e.g. TQMessageBox::Question,
+ specifies the required icon, e.g. TQMessageBox::Question,
TQMessageBox::Information, TQMessageBox::Warning or
TQMessageBox::Critical.
*/
diff --git a/src/dialogs/qmessagebox.h b/src/dialogs/qmessagebox.h
index 27468ef0..2c171323 100644
--- a/src/dialogs/qmessagebox.h
+++ b/src/dialogs/qmessagebox.h
@@ -18,7 +18,7 @@
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
@@ -212,7 +212,7 @@ private: // Disabled copy constructor and operator=
TQString sq=TQString::fromLatin1(qVersion()); if ( (sq.section('.',0,0).toInt()<<16)+\
(sq.section('.',1,1).toInt()<<8)+sq.section('.',2,2).toInt()<(s.section('.',0,0).toInt()<<16)+\
(s.section('.',1,1).toInt()<<8)+s.section('.',2,2).toInt() ){if ( !qApp){ int c=0; new \
-TQApplication(argc,argv);} TQString s = TQApplication::tr("Executable '%1' retquires TQt "\
+TQApplication(argc,argv);} TQString s = TQApplication::tr("Executable '%1' requires TQt "\
"%2, found TQt %3.").arg(TQString::fromLatin1(qAppName())).arg(TQString::fromLatin1(\
str)).arg(TQString::fromLatin1(qVersion()) ); TQMessageBox::critical( 0, TQApplication::tr(\
"Incompatible TQt Library Error" ), s, TQMessageBox::Abort,0 ); qFatal(s.ascii()); }}
diff --git a/src/dialogs/qprintdialog.cpp b/src/dialogs/qprintdialog.cpp
index 9d6e82b8..0e00609e 100644
--- a/src/dialogs/qprintdialog.cpp
+++ b/src/dialogs/qprintdialog.cpp
@@ -18,7 +18,7 @@
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
diff --git a/src/dialogs/qprintdialog.h b/src/dialogs/qprintdialog.h
index c0cc7dc4..4d411850 100644
--- a/src/dialogs/qprintdialog.h
+++ b/src/dialogs/qprintdialog.h
@@ -18,7 +18,7 @@
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
diff --git a/src/dialogs/qprogressdialog.cpp b/src/dialogs/qprogressdialog.cpp
index 7fa74557..a0f63467 100644
--- a/src/dialogs/qprogressdialog.cpp
+++ b/src/dialogs/qprogressdialog.cpp
@@ -18,7 +18,7 @@
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
@@ -643,7 +643,7 @@ void TQProgressDialog::setProgress( int progress, int totalSteps )
/*!
Returns a size that fits the contents of the progress dialog.
- The progress dialog resizes itself as retquired, so you should not
+ The progress dialog resizes itself as required, so you should not
need to call this yourself.
*/
diff --git a/src/dialogs/qprogressdialog.h b/src/dialogs/qprogressdialog.h
index b96da118..13b3129a 100644
--- a/src/dialogs/qprogressdialog.h
+++ b/src/dialogs/qprogressdialog.h
@@ -18,7 +18,7 @@
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
diff --git a/src/dialogs/qsemimodal.h b/src/dialogs/qsemimodal.h
index 200c07db..580b97bd 100644
--- a/src/dialogs/qsemimodal.h
+++ b/src/dialogs/qsemimodal.h
@@ -18,7 +18,7 @@
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
diff --git a/src/dialogs/qtabdialog.cpp b/src/dialogs/qtabdialog.cpp
index 72cf487c..8360158b 100644
--- a/src/dialogs/qtabdialog.cpp
+++ b/src/dialogs/qtabdialog.cpp
@@ -18,7 +18,7 @@
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
diff --git a/src/dialogs/qtabdialog.h b/src/dialogs/qtabdialog.h
index 4165b25c..6391f663 100644
--- a/src/dialogs/qtabdialog.h
+++ b/src/dialogs/qtabdialog.h
@@ -18,7 +18,7 @@
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
diff --git a/src/dialogs/qwizard.cpp b/src/dialogs/qwizard.cpp
index eb7ef305..3b79098f 100644
--- a/src/dialogs/qwizard.cpp
+++ b/src/dialogs/qwizard.cpp
@@ -18,7 +18,7 @@
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
diff --git a/src/dialogs/qwizard.h b/src/dialogs/qwizard.h
index d9dfad2c..04754fb7 100644
--- a/src/dialogs/qwizard.h
+++ b/src/dialogs/qwizard.h
@@ -18,7 +18,7 @@
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information: