From 560378aaca1784ba19806a0414a32b20c744de39 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 3 Jan 2011 04:12:51 +0000 Subject: 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 --- kdeui/kmessagebox.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kdeui/kmessagebox.h') 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 -- cgit v1.2.1