diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 04:12:51 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 04:12:51 +0000 |
commit | 560378aaca1784ba19806a0414a32b20c744de39 (patch) | |
tree | ce0dfd7c3febf2a1adc7603d1019a8be2083c415 /kdeui/kmessagebox.h | |
parent | d4d5af1cdbd3cc65d095e0afc5b1f4260091cf5d (diff) | |
download | tdelibs-560378aaca1784ba19806a0414a32b20c744de39.tar.gz tdelibs-560378aaca1784ba19806a0414a32b20c744de39.zip |
Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1
NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdeui/kmessagebox.h')
-rw-r--r-- | kdeui/kmessagebox.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kdeui/kmessagebox.h b/kdeui/kmessagebox.h index a543e106f..96f907879 100644 --- a/kdeui/kmessagebox.h +++ b/kdeui/kmessagebox.h @@ -740,7 +740,7 @@ public: * or your user did something stupid. * * To be used for small problems like - * "Sorry, I can't find the file you specified." + * "Sorry, I can't tqfind the file you specified." * * The default button is "&OK". Pressing "Esc" selects the OK-button. * @@ -778,7 +778,7 @@ public: * or your user did something stupid. * * To be used for small problems like - * "Sorry, I can't find the file you specified." + * "Sorry, I can't tqfind the file you specified." * * And then @p details can contain something like * "foobar.txt was not found in any of @@ -1100,7 +1100,7 @@ public: static void setDontShowAskAgainConfig(KConfig* cfg); /** - * Create content and layout of a standard dialog + * Create content and tqlayout of a standard dialog * * @param dialog The parent dialog base * @param icon Which predefined icon the message box shall show. @@ -1114,7 +1114,7 @@ public: * @param details Detailed message string. * @since 3.3 * @return A KDialogBase button code, not a KMessageBox button code, - * based on the buttonmask given to the constructor of the + * based on the buttontqmask given to the constructor of the * @p dialog (ie. will return KDialogBase::Yes [256] instead of * KMessageBox::Yes [3]). Will return KMessageBox::Cancel * if the message box is queued for display instead of @@ -1128,7 +1128,7 @@ public: int options, const TQString &details=TQString::null); /** - * Create content and layout of a standard dialog + * Create content and tqlayout of a standard dialog * * @param dialog The parent dialog base * @param icon A TQPixmap containing the icon to be displayed in the @@ -1145,7 +1145,7 @@ public: * is presentend. * @since 3.3 * @return A KDialogBase button code, not a KMessageBox button code, - * based on the buttonmask given to the constructor of the + * based on the buttontqmask given to the constructor of the * @p dialog (ie. will return KDialogBase::Yes [256] instead of * KMessageBox::Yes [3]). Will return KMessageBox::Cancel * if the message box is queued for display instead of |