diff options
Diffstat (limited to 'src/panels/places/placespanel.h')
| -rw-r--r-- | src/panels/places/placespanel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/panels/places/placespanel.h b/src/panels/places/placespanel.h index 1b6681af8..f39bdec47 100644 --- a/src/panels/places/placespanel.h +++ b/src/panels/places/placespanel.h @@ -1,5 +1,6 @@ /*************************************************************************** * Copyright (C) 2008 by Peter Penz <[email protected]> * + * Copyright (C) 2010 by Christian Muehlhaeuser <[email protected]> * * * * 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 * @@ -38,6 +39,7 @@ signals: protected: virtual void mousePressEvent(QMouseEvent* event); + virtual void rowsAboutToBeRemoved(const QModelIndex& parent, int start, int end); private slots: void slotUrlsDropped(const KUrl& dest, QDropEvent* event, QWidget* parent); |
