diff options
Diffstat (limited to 'kdeui/kdialog.h')
-rw-r--r-- | kdeui/kdialog.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/kdeui/kdialog.h b/kdeui/kdialog.h index 07aa31f24..f26e82f41 100644 --- a/kdeui/kdialog.h +++ b/kdeui/kdialog.h @@ -209,6 +209,22 @@ protected: }; /** + * \brief The default system modal dialog header + * + * Internal use only + * + * @author Timothy Pearson <kb9vqf@pearsoncomputing.net> + */ +class KDEUI_EXPORT KSMModalDialogHeader : public TQWidget +{ + Q_OBJECT + +public: + KSMModalDialogHeader( TQWidget* parent ); + ~KSMModalDialogHeader(); +}; + + /** * \brief The default system modal dialog * * This displays the special TDE system modal dialog, |