]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Changes to kdelibs were made, updating
authorRafael Fernández López <ereslibre@kde.org>
Mon, 3 Dec 2007 20:38:37 +0000 (20:38 +0000)
committerRafael Fernández López <ereslibre@kde.org>
Mon, 3 Dec 2007 20:38:37 +0000 (20:38 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=744509

src/dolphinsortfilterproxymodel.cpp
src/dolphinsortfilterproxymodel.h

index 79d1e2f06728d7b0bb0e93656f0c5008c6323291..d62072830af100b5505ebdcfeab983278c11538c 100644 (file)
@@ -130,7 +130,7 @@ int DolphinSortFilterProxyModel::compareCategories(const QModelIndex &left,
     return KDirSortFilterProxyModel::compareCategories(left, right);
 }
 
-bool DolphinSortFilterProxyModel::subsortLessThan(const QModelIndex& left,
+bool DolphinSortFilterProxyModel::subSortLessThan(const QModelIndex& left,
                                                   const QModelIndex& right) const
 {
 #ifdef HAVE_NEPOMUK
@@ -211,7 +211,7 @@ bool DolphinSortFilterProxyModel::subsortLessThan(const QModelIndex& left,
 
     }
 #endif
-    return KDirSortFilterProxyModel::subsortLessThan(left, right);
+    return KDirSortFilterProxyModel::subSortLessThan(left, right);
 }
 
 #include "dolphinsortfilterproxymodel.moc"
index bc3828d6856539ad7fbc51555ec65fb4f1316820..a1dd5ff18503f3bebad6fef1263f3f2a84c58233 100644 (file)
@@ -91,7 +91,7 @@ signals:
     void sortingRoleChanged();
 
 protected:
-    virtual bool subsortLessThan(const QModelIndex& left,
+    virtual bool subSortLessThan(const QModelIndex& left,
                                  const QModelIndex& right) const;
 
 private: