diff options
Diffstat (limited to 'tdeui/kmessagebox.h')
-rw-r--r-- | tdeui/kmessagebox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/kmessagebox.h b/tdeui/kmessagebox.h index 419d1edc7..f9d76688c 100644 --- a/tdeui/kmessagebox.h +++ b/tdeui/kmessagebox.h @@ -74,7 +74,7 @@ public: Notify = 1, ///< Emit a KNotifyClient event AllowLink = 2, ///< The message may contain links. Dangerous = 4, ///< The action to be confirmed by the dialog is a potentially destructive one - PlainCaption = 8, /**< Do not use KApplication::makeStdCaption() + PlainCaption = 8, /**< Do not use TDEApplication::makeStdCaption() @since 3.4 */ NoExec = 16 /**< Do not call exec() in createKMessageBox() |