KIO
KMessageBoxWrapper Class Reference
#include <kmessageboxwrapper.h>
Inheritance diagram for KMessageBoxWrapper:

Static Public Member Functions | |
| static void | error (QWidget *parent, const QString &text, const QString &caption=QString()) |
| static void | sorry (QWidget *parent, const QString &text, const QString &caption=QString()) |
Detailed Description
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() |
||
| ) | [inline, static] |
Definition at line 33 of file kmessageboxwrapper.h.
| static void KMessageBoxWrapper::sorry | ( | QWidget * | parent, |
| const QString & | text, | ||
| const QString & | caption = QString() |
||
| ) | [inline, static] |
Definition at line 43 of file kmessageboxwrapper.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 18:21:45 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 18:21:45 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.