]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kcategorizedview.h
Only browse through zip and tar files if they are local (otherwise a cryptic error...
[dolphin.git] / src / kcategorizedview.h
index e0fbec9d57fc29c04cec96964dc1c00f78699975..015433ae3bb75a9210aa72858b101c28416b3347 100644 (file)
@@ -1,6 +1,6 @@
 /**
   * This file is part of the KDE project
-  * Copyright (C) 2007 Rafael Fernández López <ereslibre@gmail.com>
+  * Copyright (C) 2007 Rafael Fernández López <ereslibre@kde.org>
   *
   * This library is free software; you can redistribute it and/or
   * modify it under the terms of the GNU Library General Public
@@ -36,7 +36,7 @@ class KCategoryDrawer;
   *
   * @see KItemCategorizer, KSortFilterProxyModel
   *
-  * @author Rafael Fernández López <ereslibre@gmail.com>
+  * @author Rafael Fernández López <ereslibre@kde.org>
   */
 class LIBDOLPHINPRIVATE_EXPORT KCategorizedView
     : public QListView
@@ -85,6 +85,8 @@ protected:
 
     virtual void dragLeaveEvent(QDragLeaveEvent *event);
 
+    virtual void dropEvent(QDropEvent *event);
+
     virtual QModelIndex moveCursor(CursorAction cursorAction,
                                    Qt::KeyboardModifiers modifiers);
 
@@ -105,6 +107,9 @@ protected Q_SLOTS:
 
     virtual void slotLayoutChanged();
 
+    virtual void currentChanged(const QModelIndex &current,
+                                const QModelIndex &previous);
+
 
 private:
     class Private;