diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-15 07:07:43 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-15 07:07:43 +0000 |
commit | bd27b8e587811a2d607905fcd822ee2da7fcddc7 (patch) | |
tree | 24d84280aea3b1aa2d4a056f7829d9dd07da0424 /kdeui/kdialog.h | |
parent | 05b7686a12889c994a2edc3f1a8c1604474db59b (diff) | |
download | tdelibs-bd27b8e587811a2d607905fcd822ee2da7fcddc7.tar.gz tdelibs-bd27b8e587811a2d607905fcd822ee2da7fcddc7.zip |
Split out system modal dialog header widget
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1253788 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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, |