/**
* 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
*
* @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
virtual void dragLeaveEvent(QDragLeaveEvent *event);
+ virtual void dropEvent(QDropEvent *event);
+
virtual QModelIndex moveCursor(CursorAction cursorAction,
Qt::KeyboardModifiers modifiers);
virtual void slotLayoutChanged();
+ virtual void currentChanged(const QModelIndex ¤t,
+ const QModelIndex &previous);
+
private:
class Private;