┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinfileplacesview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphinfileplacesview.h')
-rw-r--r--src/dolphinfileplacesview.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/dolphinfileplacesview.h b/src/dolphinfileplacesview.h
index 8bad0fa5f..46d574606 100644
--- a/src/dolphinfileplacesview.h
+++ b/src/dolphinfileplacesview.h
@@ -34,8 +34,18 @@ public:
DolphinFilePlacesView(QWidget* parent);
virtual ~DolphinFilePlacesView();
+signals:
+ void urlChanged(const KUrl& url, Qt::MouseButtons buttons);
+
+protected:
+ virtual void mousePressEvent(QMouseEvent* event);
+
private slots:
void slotUrlsDropped(const KUrl& dest, QDropEvent* event, QWidget* parent);
+ void emitExtendedUrlChangedSignal(const KUrl& url);
+
+private:
+ Qt::MouseButtons m_mouseButtons;
};
#endif // DOLPHINFILEPLACESVIEW_H