]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Applied some patches found by EBN (thanks to Nicolas Lécureuil for the patches!).
authorPeter Penz <peter.penz19@gmail.com>
Wed, 10 Jan 2007 00:04:16 +0000 (00:04 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Wed, 10 Jan 2007 00:04:16 +0000 (00:04 +0000)
svn path=/trunk/playground/utils/dolphin/; revision=621872

38 files changed:
src/bookmarkssettingspage.h
src/dolphindetailsview.h
src/dolphindirlister.h
src/dolphiniconsview.h
src/dolphinmainwindow.cpp
src/dolphinsettingsdialog.h
src/infosidebarpage.h
src/pixmapviewer.cpp
src/pixmapviewer.h
src/progressindicator.cpp
src/progressindicator.h
src/protocolcombo.cpp
src/protocolcombo.h
src/renamedialog.cpp
src/renamedialog.h
src/settingspagebase.cpp
src/settingspagebase.h
src/sidebarpage.cpp
src/sidebarpage.h
src/statusbarmessagelabel.cpp
src/statusbarmessagelabel.h
src/statusbarspaceinfo.cpp
src/statusbarspaceinfo.h
src/undomanager.cpp
src/undomanager.h
src/urlbutton.h
src/urlnavigator.cpp
src/urlnavigator.h
src/urlnavigatorbutton.cpp
src/urlnavigatorbutton.h
src/viewproperties.cpp
src/viewproperties.h
src/viewpropertiesdialog.cpp
src/viewpropertiesdialog.h
src/viewpropsprogressinfo.cpp
src/viewpropsprogressinfo.h
src/viewsettingspage.cpp
src/viewsettingspage.h

index a76b85d4653befe218d8f79e400926006d5f9b3c..becf67654e426525d74ca5d48aa9996c3770d0c9 100644 (file)
@@ -38,7 +38,7 @@ class BookmarksSettingsPage : public SettingsPageBase
     Q_OBJECT
 
 public:
-    BookmarksSettingsPage(DolphinMainWindow* mainWindow, QWidget* parent);
+    explicit BookmarksSettingsPage(DolphinMainWindow* mainWindow, QWidget* parent);
 
     virtual ~BookmarksSettingsPage();
 
index 99127abc4f0aec84b078b36435b9d77b5144b517..cb233b9fdb970b8256665d71d4bd06a416abdeb4 100644 (file)
@@ -40,7 +40,7 @@ class DolphinDetailsView : public QListView
     Q_OBJECT
 
 public:
-    DolphinDetailsView(DolphinView* parent);
+    explicit DolphinDetailsView(DolphinView* parent);
     virtual ~DolphinDetailsView();
 };
 
index 0f90fa63cee627ba866fbdb2d04be0fdf9bd07a3..6ee4dc600e9026d222ec48078e7c96d2d222e6cc 100644 (file)
@@ -38,7 +38,7 @@ public:
     virtual ~DolphinDirLister();
 
 signals:
-    /** Is emitted whenever an error occured. */
+    /** Is emitted whenever an error has occured. */
     void errorMessage(const QString& msg);
 
 protected:
index e8ead3eb63e027149222c97ef6339c6e348a8d80..5c507ad670c505855bdd381980a42eed87feca44 100644 (file)
@@ -38,7 +38,7 @@ class DolphinIconsView : public QListView
     Q_OBJECT
 
 public:
-    DolphinIconsView(DolphinView* parent);
+    explicit DolphinIconsView(DolphinView* parent);
     virtual ~DolphinIconsView();
 
 protected:
index e7f6260623e8130108387fc3ea0bc3424eb87ac3..ad144d625ca96207bc3fbd2188c127645ca374e9 100644 (file)
@@ -437,7 +437,7 @@ void DolphinMainWindow::createFile()
     clearStatusBar();
 
     // TODO: const Entry& entry = m_createFileTemplates[QString(sender->name())];
-    // should be enough. Anyway: the implemantation of [] does a linear search internally too.
+    // should be enough. Anyway: the implementation of [] does a linear search internally too.
     KSortableList<CreateFileEntry, QString>::ConstIterator it = m_createFileTemplates.begin();
     KSortableList<CreateFileEntry, QString>::ConstIterator end = m_createFileTemplates.end();
 
index e6d7ee2ad3a6cc0c85be5acd9e2f2a2095ad8c98..168dc8cc18605b143e414016b5d8ef016bb6eb4a 100644 (file)
@@ -39,7 +39,7 @@ class DolphinSettingsDialog : public KPageDialog {
     Q_OBJECT
 
 public:
-    DolphinSettingsDialog(DolphinMainWindow* mainWindow);
+    explicit DolphinSettingsDialog(DolphinMainWindow* mainWindow);
     virtual ~DolphinSettingsDialog();
 
 protected slots:
index 8efcb11926b146cd7f11911831485041676aff48..ad1e71357e2dc4f8eddb66e44f14f0e5c589409c 100644 (file)
@@ -59,7 +59,7 @@ class InfoSidebarPage : public SidebarPage
        Q_OBJECT
 
 public:
-    InfoSidebarPage(DolphinMainWindow* mainWindow, QWidget* parent=0);
+    explicit InfoSidebarPage(DolphinMainWindow* mainWindow, QWidget* parent=0);
     virtual ~InfoSidebarPage();
 
 protected:
index bcbee2aaa8170d64a74c311626486c73cbca54bb..ae739cf43447e5d7b673a8129625e68f833d3f56 100644 (file)
@@ -15,7 +15,7 @@
  *   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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *   
  ***************************************************************************/
 
 #include "pixmapviewer.h"
index 5f9df88a94a2c60882a9eb371b6a25c8c6d9b013..fadcd225906d80e344482a9323625d368e25ce4a 100644 (file)
@@ -15,7 +15,7 @@
  *   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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
  ***************************************************************************/
 
 #ifndef PIXMAPVIEWER_H
@@ -36,7 +36,7 @@ class PixmapViewer : public QWidget
 {
     Q_OBJECT
 public:
-    PixmapViewer(QWidget* parent);
+    explicit PixmapViewer(QWidget* parent);
     virtual ~PixmapViewer();
     void setPixmap(const QPixmap& pixmap);
     const QPixmap& pixmap() const { return m_pixmap; }
index b42bc2ea5dcdd1b002599deee28c0319bca2a53e..1126b823da0bc6525430d97a371a9293cb80e568 100644 (file)
@@ -15,7 +15,7 @@
  *   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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
  ***************************************************************************/
 
 #include "progressindicator.h"
index 637ca10eca6ae60cf5a10a88f4cdb3641352e36a..542f776d3000f6481f2832a1324181efbfaeea59 100644 (file)
@@ -15,7 +15,7 @@
  *   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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
  ***************************************************************************/
 #ifndef PROGRESSINDICATOR_H
 #define PROGRESSINDICATOR_H
index d8ae46031044dfab084211a8dd229f93adc19ff1..94f4e359c05cc8ea5ff0e2f3e30dae39eec2c289 100644 (file)
@@ -14,7 +14,7 @@
  *   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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
  ***************************************************************************/
 
 #include <q3popupmenu.h>
index 5ddc113b9db035f8eba36623f9759a9373ae3b08..616a286b1eb5ed298693706f8db0a4eaca64a5aa 100644 (file)
@@ -14,7 +14,7 @@
  *   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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
  ***************************************************************************/
 #ifndef PROTOCOLCOMBO_H
 #define PROTOCOLCOMBO_H
@@ -33,7 +33,7 @@ class ProtocolCombo : public UrlNavigatorButton
     Q_OBJECT
 
     public:
-        ProtocolCombo(const QString& protocol, UrlNavigator* parent = 0);
+        explicit ProtocolCombo(const QString& protocol, UrlNavigator* parent = 0);
 
         QString currentProtocol() const;
 
index 02238e5e749f30ae82dc08d9643237b319612015..ab43d47530cdba2b84b01ae95574ec7eb41fd719 100644 (file)
@@ -15,7 +15,7 @@
  *   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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
  ***************************************************************************/
 
 #include "renamedialog.h"
index 96156725d6d399a2d2a0c98e25762c0d69bb48ef..093484f2b62fca4f89bde8bda665fdcace3d546e 100644 (file)
@@ -15,7 +15,7 @@
  *   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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
  ***************************************************************************/
 #ifndef RENAMEDIALOG_H
 #define RENAMEDIALOG_H
@@ -45,7 +45,7 @@ class RenameDialog : public KDialog
     Q_OBJECT
 
 public:
-    RenameDialog(const KUrl::List& items);
+    explicit RenameDialog(const KUrl::List& items);
     virtual ~RenameDialog();
 
     /**
index 40821c1d5b81782b0ad95318502ac9c1c88c0fc7..6f8dae7c5c117f208d1d0496457bede65b4f5065 100644 (file)
@@ -15,7 +15,7 @@
  *   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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
  ***************************************************************************/
 
 #include "settingspagebase.h"
index 953be02b828f28d6d730df07d85ae2d3bdebe709..d3fa29ad98dde31bb8e9e492994cf519b36f7426 100644 (file)
@@ -15,7 +15,7 @@
  *   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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
  ***************************************************************************/
 
 #ifndef SETTINGSPAGEBASE_H
@@ -33,7 +33,7 @@ class SettingsPageBase : public QWidget
     Q_OBJECT
 
 public:
-    SettingsPageBase(QWidget* parent);
+    explicit SettingsPageBase(QWidget* parent);
     virtual ~SettingsPageBase();
 
     /**
index 5a57ad2824bdb4df6a58955c25250efae0115c41..25b528f55db6bf48b327c9a541e014421eb8e72c 100644 (file)
@@ -14,7 +14,7 @@
  *   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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
  ***************************************************************************/
 
 #include "sidebarpage.h"
index d83ef5e9a008b5430abeb4825c42a36aa98269c2..b1e758824c80ef8d5f5027d68f5dfff59bf3a531 100644 (file)
@@ -15,7 +15,7 @@
  *   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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
  ***************************************************************************/
 
 #ifndef _SIDEBARPAGE_H_
@@ -36,7 +36,7 @@ class SidebarPage : public QWidget
        Q_OBJECT
 
 public:
-    SidebarPage(DolphinMainWindow* mainwindow, QWidget* parent=0);
+    explicit SidebarPage(DolphinMainWindow* mainwindow, QWidget* parent=0);
     virtual ~SidebarPage();
 
 protected slots:
index 43ad1b77e4fb6c362b910194b607c4535b9fbe16..682aa123b5f72aee43e6df96287c88c596416819 100644 (file)
@@ -15,7 +15,7 @@
  *   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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          * 
  ***************************************************************************/
 
 #include "statusbarmessagelabel.h"
index 456dab8ba015d5911f3d8565d88af26844bdeedb..9aa8ac47dfd05d5a7df75ddde1665cac66c7882b 100644 (file)
@@ -15,7 +15,7 @@
  *   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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
  ***************************************************************************/
 
 #ifndef STATUSBARMESSAGELABEL_H
@@ -45,7 +45,7 @@ class StatusBarMessageLabel : public QWidget
     Q_OBJECT
 
 public:
-    StatusBarMessageLabel(QWidget* parent);
+    explicit StatusBarMessageLabel(QWidget* parent);
     virtual ~StatusBarMessageLabel();
 
     void setType(DolphinStatusBar::Type type);
index d63b12eb7fbb70e97bef2250ffbf71869e45fae1..ce8a2519bd39136c4613d45a9d912e09fa950bb9 100644 (file)
@@ -15,7 +15,7 @@
  *   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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
  ***************************************************************************/
 
 #include "statusbarspaceinfo.h"
index 8325716510678a14aa551f6c570b881a3e3a4112..1a1b7b26a3f765a92783064d2c5d02e491b84f3b 100644 (file)
@@ -15,7 +15,7 @@
  *   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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
  ***************************************************************************/
 #ifndef STATUSBARSPACEINFO_H
 #define STATUSBARSPACEINFO_H
@@ -38,7 +38,7 @@ class StatusBarSpaceInfo : public QWidget
     Q_OBJECT
 
 public:
-    StatusBarSpaceInfo(QWidget* parent);
+    explicit StatusBarSpaceInfo(QWidget* parent);
     virtual ~StatusBarSpaceInfo();
 
     void setUrl(const KUrl& url);
index 30e0dba35c4d183053ee50d2982bde55fca85b01..eb1ce0f376be54a60fdde9491760dd4eb914a6a5 100644 (file)
@@ -15,7 +15,7 @@
  *   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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
  ***************************************************************************/
 
 #include "undomanager.h"
index baed41947a5bbb6bcf4e6840e1cd7f03a6efd47a..4f0b6682df331be2e823d2a4023985d98960e3aa 100644 (file)
@@ -15,7 +15,7 @@
  *   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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
  ***************************************************************************/
 
 #ifndef UNDOMANAGER_H
index a52fdf463fdaa5cd1ff3a0c91d7b0547c3d91659..4c88a7d3a7986b9dd7fc29fad0e0c623b63199df 100644 (file)
@@ -15,7 +15,7 @@
  *   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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
  ***************************************************************************/
 
 #ifndef URLBUTTON_H
@@ -41,7 +41,7 @@ class UrlButton : public QPushButton
     Q_OBJECT
 
 public:
-    UrlButton(UrlNavigator* parent);
+    explicit UrlButton(UrlNavigator* parent);
     virtual ~UrlButton();
 
     UrlNavigator* urlNavigator() const;
index 1545a49076ddbb7137a1cd897417f101fadef958..b9621d5b6fc0c2e6a29127c7a3ed76f3b307db1d 100644 (file)
@@ -16,7 +16,7 @@
  *   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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          * 
  ***************************************************************************/
 
 #include "urlnavigator.h"
index 1ae1dc04015d09dd9384895a95f7508dd9fefe6e..5e7477a1c9cac43547371d75b0a52b2d8cdd82d1 100644 (file)
@@ -1,6 +1,6 @@
-/***************************************************************************
-*   Copyright (C) 2006 by Peter Penz   *
-*   peter.penz@gmx.at   *
+/**************************************************************************
+*   Copyright (C) 2006 by Peter Penz                                      *
+*   peter.penz@gmx.at                                                     *
 *                                                                         *
 *   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  *
@@ -15,7 +15,7 @@
 *   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.,                                       *
-*   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+*   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
 ***************************************************************************/
 
 #ifndef UrlNAVIGATOR_H
index 70c25b20b9a21038ad16c5f7cf064363a05456b0..9fe2186dab1dec9ed9c8e355467a6a832bd9d907 100644 (file)
@@ -15,7 +15,7 @@
  *   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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
  ***************************************************************************/
 
 #include "urlnavigatorbutton.h"
index b55bcb880ada9eeb9f23e9093fb9677fc34b5598..0ddaf66a3d100eaec6a41d82b60949dda65f3b32 100644 (file)
@@ -15,7 +15,7 @@
  *   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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
  ***************************************************************************/
 #ifndef UrlNAVIGATORBUTTON_H
 #define UrlNAVIGATORBUTTON_H
@@ -52,7 +52,7 @@ class UrlNavigatorButton : public UrlButton
     Q_OBJECT
 
 public:
-    UrlNavigatorButton(int index, UrlNavigator* parent = 0);
+    explicit UrlNavigatorButton(int index, UrlNavigator* parent = 0);
     virtual ~UrlNavigatorButton();
     void setIndex(int index);
     int index() const { return m_index; }
index 9316a6d5aab1c406db30e8d0ceb14c70a3b2ea2f..c0343350d62a4eef66582a5e7d97b16f4f811b31 100644 (file)
@@ -15,7 +15,7 @@
  *   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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
  ***************************************************************************/
 
 #include <assert.h>
index 1681b7890c7e917397ee443a2d2244dd85a6bbdb..7e48b923bf4a660b3f7095e063895f0781a797c2 100644 (file)
@@ -15,7 +15,7 @@
  *   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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
  ***************************************************************************/
 
 #ifndef VIEWPROPERTIES_H
@@ -48,7 +48,7 @@ class QFile;
 class ViewProperties
 {
 public:
-    ViewProperties(const KUrl& url);
+    explicit ViewProperties(const KUrl& url);
     virtual ~ViewProperties();
 
     void setViewMode(DolphinView::Mode mode);
index a187ef89a9a960c6f42a9121157eb910bbe2a179..dea4020f2ec8e8a2bd763b1ccaa57e2d2c1ce3f8 100644 (file)
@@ -15,7 +15,7 @@
  *   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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
  ***************************************************************************/
 
 #include "viewpropertiesdialog.h"
index 6cbae0fe7ccd3cf6e4088d7ae49d5197ffd1afb9..bb8fac9ef9bc7a909025913814764465c8fd313c 100644 (file)
@@ -15,7 +15,7 @@
  *   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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
  ***************************************************************************/
 #ifndef VIEWPROPERTIESDIALOG_H
 #define VIEWPROPERTIESDIALOG_H
@@ -40,7 +40,7 @@ class ViewPropertiesDialog : public KDialog
     Q_OBJECT
 
 public:
-    ViewPropertiesDialog(DolphinView* dolphinView);
+    explicit ViewPropertiesDialog(DolphinView* dolphinView);
     virtual ~ViewPropertiesDialog();
 
 private slots:
index 887dfa2c750898bbade6e1fb70b3ec54d4fbfb3d..36aac51e969a216b2a10f91c029ffea892b67433 100644 (file)
@@ -15,7 +15,7 @@
  *   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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
  ***************************************************************************/
 
 #include "viewpropsprogressinfo.h"
index b355ef597800bf2c84e99fdb366e304596fa1658..8dfb212b4cb061e26f3989b66d8d199def397232 100644 (file)
@@ -15,7 +15,7 @@
  *   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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
  ***************************************************************************/
 #ifndef VIEWPROPSPROGRESSINFO_H
 #define VIEWPROPSPROGRESSINFO_H
index 859f479a8a8daf16bcb8055e7c2d9cebb17067e6..5bdd1753e6a973b9850ce96a1cb238a74d921d4f 100644 (file)
@@ -15,7 +15,7 @@
  *   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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
  ***************************************************************************/
 
 #include "viewsettingspage.h"
index f2949bbc3626147ca9c06eaf549772f9ae9a5b6a..1b068cd19a84681d2ff7f261dbd27b026684f8de 100644 (file)
@@ -15,7 +15,7 @@
  *   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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
  ***************************************************************************/
 #ifndef VIEWSETTINGSPAGE_H
 #define VIEWSETTINGSPAGE_H