CVS commit by mhowell: * is there a solution for stupid copy and paste syndrome? Don't qualify member functions in definitions M +1 -2 browserwidget.h 1.6 --- kdenonbeta/amarok/amarok/browserwidget.h #1.5:1.6 @@ -54,5 +54,4 @@ class BrowserWidget : public KListView void focusIn(); void browserDrop(); - //void signalJump(); private: @@ -60,5 +59,5 @@ class BrowserWidget : public KListView void contentsDragMoveEvent( QDragMoveEvent* e ); void focusInEvent( QFocusEvent *e ); - QDragObject *BrowserWidget::dragObject(); + QDragObject *dragObject(); // ATTRIBUTES ------