┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontroller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphincontroller.h')
-rw-r--r--src/dolphincontroller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphincontroller.h b/src/dolphincontroller.h
index 542f21b3b..3260ab63f 100644
--- a/src/dolphincontroller.h
+++ b/src/dolphincontroller.h
@@ -359,7 +359,7 @@ private slots:
private:
int m_zoomLevel;
- Qt::MouseButtons m_mouseButtons; // TODO: this is a workaround until Qt-issue 176832 has been fixed
+ static Qt::MouseButtons m_mouseButtons; // TODO: this is a workaround until Qt-issue 176832 has been fixed
KUrl m_url;
DolphinView* m_dolphinView;
QAbstractItemView* m_itemView;