diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-20 20:43:38 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-20 20:43:38 +0000 |
commit | 42dfcbcc0fe6019d32cd5680a86e2831fe9b6974 (patch) | |
tree | 81f15764d81efcdcb0ec9edeeaf534ce2ecc0d48 /kdeui/kdialog.h | |
parent | e7c20618e624eb27aa17abcdc471f3711e94b914 (diff) | |
download | tdelibs-42dfcbcc0fe6019d32cd5680a86e2831fe9b6974.tar.gz tdelibs-42dfcbcc0fe6019d32cd5680a86e2831fe9b6974.zip |
KRandRTray fixes; minor compilation repairs
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1152360 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdeui/kdialog.h')
-rw-r--r-- | kdeui/kdialog.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/kdeui/kdialog.h b/kdeui/kdialog.h index c012a7266..78e26187d 100644 --- a/kdeui/kdialog.h +++ b/kdeui/kdialog.h @@ -21,12 +21,11 @@ #ifndef _KDIALOG_H_ #define _KDIALOG_H_ -class QLayoutItem; - #include <qdialog.h> - #include <kdelibs_export.h> +class QLayoutItem; + /** * Dialog with extended non-modal support and methods for %KDE standard * compliance. |