kio
KMessageBoxWrapper Class Reference
#include <kmessageboxwrapper.h>
Inheritance diagram for KMessageBoxWrapper:
![Inheritance graph](classKMessageBoxWrapper__inherit__graph.png)
Static Public Member Functions | |
static void | error (QWidget *parent, const QString &text, const QString &caption=QString::null) |
static void | sorry (QWidget *parent, const QString &text, const QString &caption=QString::null) |
Detailed Description
For internal use only.
Allows KIO classes to display dialog boxes with the correct theme/style even in non-GUI apps like kded and kfmclient
Definition at line 30 of file kmessageboxwrapper.h.
Member Function Documentation
static void KMessageBoxWrapper::error | ( | QWidget * | parent, | |
const QString & | text, | |||
const QString & | caption = QString::null | |||
) | [inline, static] |
Definition at line 33 of file kmessageboxwrapper.h.
static void KMessageBoxWrapper::sorry | ( | QWidget * | parent, | |
const QString & | text, | |||
const QString & | caption = QString::null | |||
) | [inline, static] |
Definition at line 44 of file kmessageboxwrapper.h.
The documentation for this class was generated from the following file: