diff options
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. |