From 42dfcbcc0fe6019d32cd5680a86e2831fe9b6974 Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 20 Jul 2010 20:43:38 +0000 Subject: KRandRTray fixes; minor compilation repairs git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1152360 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdeui/kdialog.h | 5 ++--- kdeui/kpanelapplet.h | 6 +++--- kdeui/kpanelextension.h | 7 +++---- 3 files changed, 8 insertions(+), 10 deletions(-) (limited to 'kdeui') 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 - #include +class QLayoutItem; + /** * Dialog with extended non-modal support and methods for %KDE standard * compliance. diff --git a/kdeui/kpanelapplet.h b/kdeui/kpanelapplet.h index fa0d3adbb..a43e598f2 100644 --- a/kdeui/kpanelapplet.h +++ b/kdeui/kpanelapplet.h @@ -24,12 +24,12 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #ifndef __kpanelapplet_h__ #define __kpanelapplet_h__ -class KConfig; -class QPopupMenu; - #include #include +class KConfig; +class QPopupMenu; + /** * @short %KDE Panel Applet class * diff --git a/kdeui/kpanelextension.h b/kdeui/kpanelextension.h index 2ff1a5133..59a9e0aef 100644 --- a/kdeui/kpanelextension.h +++ b/kdeui/kpanelextension.h @@ -24,14 +24,13 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #ifndef __kpanelextension_h__ #define __kpanelextension_h__ +#include +#include + class QPopupMenu; class KConfig; class KPanelExtensionPrivate; -#include - -#include - /** * @short %KDE Panel Extension class * -- cgit v1.2.1