From 5c1e93481aa1f1305eb35358f1973ba2678ac07f Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 18 May 2007 23:51:03 +0000 Subject: [PATCH] EBN fixes + minor coding guideline fixes (thanks to Max Blazejak!). svn path=/trunk/KDE/kdebase/apps/; revision=666164 --- src/dolphinmainwindow.cpp | 3 ++- src/dolphinsortfilterproxymodel.cpp | 38 ++++++++++++++--------------- src/infosidebarpage.cpp | 28 ++++++++++----------- src/metadatawidget.cpp | 4 +-- 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 #include "dolphinmainwindow.h" +#include + #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 * -* Copyright (C) 2006 by Dominic Battre * -* Copyright (C) 2006 by Martin Pool * -* * -* 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 * + * Copyright (C) 2006 by Dominic Battre * + * Copyright (C) 2006 by Martin Pool * + * * + * 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 -#include "infosidebarpage.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include #include @@ -34,21 +46,9 @@ #include #include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#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 - #include "metadatawidget.h" +#include + #include #include -- 2.47.3