remove extra ";"

svn path=/trunk/KDE/kdebase/apps/; revision=693804
This commit is contained in:
Stephan Binner 2007-07-29 04:49:00 +00:00
parent 83e0633d35
commit bfb705c5cc

View file

@ -85,7 +85,7 @@ private:
private:
bool m_active;
bool m_swallowMouseMoveEvents;;
bool m_swallowMouseMoveEvents;
DolphinColumnView* m_view;
KUrl m_url;
QStyleOptionViewItem m_viewOptions;