[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdepim/KDE/4.14] kaddressbook: Make it compile
From:       Montel Laurent <montel () kde ! org>
Date:       2015-05-26 7:52:08
Message-ID: E1Yx9ei-0007AI-0O () scm ! kde ! org
[Download RAW message or body]

Git commit 17612b42061e41f1554f2685fa640dcf9dcd9d10 by Montel Laurent.
Committed on 26/05/2015 at 07:51.
Pushed by mlaurent into branch 'KDE/4.14'.

Make it compile

M  +1    -0    kaddressbook/CMakeLists.txt
M  +11   -15   kaddressbook/gravatar/widgets/gravatarupdatewidget.cpp
M  +10   -13   kaddressbook/gravatar/widgets/gravatarupdatewidget.h

http://commits.kde.org/kdepim/17612b42061e41f1554f2685fa640dcf9dcd9d10

diff --git a/kaddressbook/CMakeLists.txt b/kaddressbook/CMakeLists.txt
index cfba8dd..9d7d9a7 100644
--- a/kaddressbook/CMakeLists.txt
+++ b/kaddressbook/CMakeLists.txt
@@ -114,6 +114,7 @@ set(kaddressbook_gravatar_SRCS
    gravatar/widgets/gravatarcreatewidget.cpp
    gravatar/widgets/gravatarupdatedialog.cpp
    gravatar/widgets/gravatarcreatewidget.cpp
+   gravatar/widgets/gravatarupdatewidget.cpp
 )
 
 set(kaddressbook_LIB_SRCS
diff --git a/kaddressbook/gravatar/widgets/gravatarupdatewidget.cpp \
b/kaddressbook/gravatar/widgets/gravatarupdatewidget.cpp index a4612e3..f06e530 \
                100644
--- a/kaddressbook/gravatar/widgets/gravatarupdatewidget.cpp
+++ b/kaddressbook/gravatar/widgets/gravatarupdatewidget.cpp
@@ -1,34 +1,30 @@
 /*
-  This file is part of KAddressBook.
+  Copyright (c) 2015 Montel Laurent <montel@kde.org>
 
-  Copyright (c) 2015 Laurent Montel <montel@kde.org>
+  This program is free software; you can redistribute it and/or modify it
+  under the terms of the GNU General Public License, version 2, as
+  published by the Free Software Foundation.
 
-  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.
+  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.
+  51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
 
 #include "gravatarupdatewidget.h"
-using namespace KABGravatar;
 
+using namespace KABGravatar;
 GravatarUpdateWidget::GravatarUpdateWidget(QWidget *parent)
-    : QWidget(parent)
+     : QWidget(parent)
 {
 
 }
 
 GravatarUpdateWidget::~GravatarUpdateWidget()
 {
-
 }
 
diff --git a/kaddressbook/gravatar/widgets/gravatarupdatewidget.h \
b/kaddressbook/gravatar/widgets/gravatarupdatewidget.h index 59750df..4a238ee 100644
--- a/kaddressbook/gravatar/widgets/gravatarupdatewidget.h
+++ b/kaddressbook/gravatar/widgets/gravatarupdatewidget.h
@@ -1,21 +1,18 @@
 /*
-  This file is part of KAddressBook.
+  Copyright (c) 2015 Montel Laurent <montel@kde.org>
 
-  Copyright (c) 2015 Laurent Montel <montel@kde.org>
+  This program is free software; you can redistribute it and/or modify it
+  under the terms of the GNU General Public License, version 2, as
+  published by the Free Software Foundation.
 
-  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.
+  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.
+  51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
 
 #ifndef GRAVATARUPDATEWIDGET_H
@@ -27,7 +24,7 @@ class GravatarUpdateWidget : public QWidget
 {
     Q_OBJECT
 public:
-    explicit GravatarUpdateWidget(QWidget *parent = 0);
+    explicit GravatarUpdateWidget(QWidget *parent=0);
     ~GravatarUpdateWidget();
 };
 }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic