┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-05-18 23:51:03 +0000
committerPeter Penz <[email protected]>2007-05-18 23:51:03 +0000
commit5c1e93481aa1f1305eb35358f1973ba2678ac07f (patch)
treef15ef57c2648fb1d3d585e246d89714a1d9fd275
parentdbb240ff7ccfbaf7ed98e9be5adb830b99430d0f (diff)
EBN fixes + minor coding guideline fixes (thanks to Max Blazejak!).
svn path=/trunk/KDE/kdebase/apps/; revision=666164
-rw-r--r--src/dolphinmainwindow.cpp3
-rw-r--r--src/dolphinsortfilterproxymodel.cpp38
-rw-r--r--src/infosidebarpage.cpp28
-rw-r--r--src/metadatawidget.cpp4
4 files changed, 37 insertions, 36 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index 43b699ee2..2f24f746e 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -19,9 +19,10 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA *
***************************************************************************/
-#include <config-kmetadata.h>
#include "dolphinmainwindow.h"
+#include <config-kmetadata.h>
+
#include "dolphinapplication.h"
#include "dolphinnewmenu.h"
#include "dolphinsettings.h"
diff --git a/src/dolphinsortfilterproxymodel.cpp b/src/dolphinsortfilterproxymodel.cpp
index 6242bfdd2..5f6cb3575 100644
--- a/src/dolphinsortfilterproxymodel.cpp
+++ b/src/dolphinsortfilterproxymodel.cpp
@@ -1,23 +1,23 @@
/***************************************************************************
-* Copyright (C) 2006 by Peter Penz <[email protected]> *
-* Copyright (C) 2006 by Dominic Battre <dominic battre de> *
-* Copyright (C) 2006 by Martin Pool <mbp canonical com> *
-* *
-* This program is free software; you can redistribute it and/or modify *
-* it under the terms of the GNU General Public License as published by *
-* the Free Software Foundation; either version 2 of the License, or *
-* (at your option) any later version. *
-* *
-* This program is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU General Public License for more details. *
-* *
-* You should have received a copy of the GNU General Public License *
-* along with this program; if not, write to the *
-* Free Software Foundation, Inc., *
-* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA *
-***************************************************************************/
+ * Copyright (C) 2006 by Peter Penz <[email protected]> *
+ * Copyright (C) 2006 by Dominic Battre <[email protected]> *
+ * Copyright (C) 2006 by Martin Pool <[email protected]> *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ * This program is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with this program; if not, write to the *
+ * Free Software Foundation, Inc., *
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA *
+ ***************************************************************************/
#include "dolphinsortfilterproxymodel.h"
diff --git a/src/infosidebarpage.cpp b/src/infosidebarpage.cpp
index 565323b4a..7dfb07c6a 100644
--- a/src/infosidebarpage.cpp
+++ b/src/infosidebarpage.cpp
@@ -17,9 +17,21 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA *
***************************************************************************/
+#include "infosidebarpage.h"
+
#include <config-kmetadata.h>
-#include "infosidebarpage.h"
+#include <kfileplacesmodel.h>
+#include <klocale.h>
+#include <kstandarddirs.h>
+#include <kio/previewjob.h>
+#include <kfileitem.h>
+#include <kdialog.h>
+#include <kglobalsettings.h>
+#include <kfilemetainfo.h>
+#include <kvbox.h>
+#include <kseparator.h>
+#include <kiconloader.h>
#include <QDir>
#include <QEvent>
@@ -34,21 +46,9 @@
#include <QResizeEvent>
#include <QTimer>
-#include <kfileplacesmodel.h>
-#include <klocale.h>
-#include <kstandarddirs.h>
-#include <kio/previewjob.h>
-#include <kfileitem.h>
-#include <kdialog.h>
-#include <kglobalsettings.h>
-#include <kfilemetainfo.h>
-#include <kvbox.h>
-#include <kseparator.h>
-#include <kiconloader.h>
-
-#include "pixmapviewer.h"
#include "dolphinsettings.h"
#include "metadatawidget.h"
+#include "pixmapviewer.h"
InfoSidebarPage::InfoSidebarPage(QWidget* parent) :
SidebarPage(parent),
diff --git a/src/metadatawidget.cpp b/src/metadatawidget.cpp
index 52b33093d..a3d5f842e 100644
--- a/src/metadatawidget.cpp
+++ b/src/metadatawidget.cpp
@@ -17,10 +17,10 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA *
***************************************************************************/
-#include <config-kmetadata.h>
-
#include "metadatawidget.h"
+#include <config-kmetadata.h>
+
#include <klocale.h>
#include <QtGui/QLabel>