From kde-commits Fri Feb 29 23:54:20 2008 From: Michael Jansen Date: Fri, 29 Feb 2008 23:54:20 +0000 To: kde-commits Subject: KDE/kdebase/workspace/systemsettings Message-Id: <1204329260.030881.22802.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=120432927119258 SVN commit 780787 by mjansen: - Copyrights - Debug M +1 -1 kcmodulemodel.cpp M +1 -0 kcmultiwidget.cpp M +1 -0 mainwindow.cpp --- trunk/KDE/kdebase/workspace/systemsettings/kcmodulemodel.cpp #780786:780787 @@ -48,7 +48,7 @@ if ( !( leftWeight.isValid() && rightWeight.isValid() ) ) { return KCategorizedSortFilterProxyModel::subSortLessThan( left, right ); } else { - kDebug() << "comparing " << left.data().toString() << " (" << leftWeight.toInt() << ") and " << right.data().toString() << " (" << rightWeight.toInt() << ")"; + // kDebug() << "comparing " << left.data().toString() << " (" << leftWeight.toInt() << ") and " << right.data().toString() << " (" << rightWeight.toInt() << ")"; if ( leftWeight.toInt() == rightWeight.toInt() ) { return left.data().toString() < right.data().toString(); } else { --- trunk/KDE/kdebase/workspace/systemsettings/kcmultiwidget.cpp #780786:780787 @@ -3,6 +3,7 @@ Copyright (c) 2003 Daniel Molkentin Copyright (c) 2003 Matthias Kretz Copyright (c) 2004 Frans Englich + Copyright (c) 2008 Michael Jansen This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public --- trunk/KDE/kdebase/workspace/systemsettings/mainwindow.cpp #780786:780787 @@ -2,6 +2,7 @@ * This file is part of the System Settings package * Copyright (C) 2005 Benjamin C Meyer (ben+systempreferences at meyerhome dot net) * (C) 2007 Will Stephenson + * (C) 2007 Michael Jansen * * 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