]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kitemviews/private/kitemlistsmoothscroller.cpp
Fix for crash which was introduced by commit
[dolphin.git] / src / kitemviews / private / kitemlistsmoothscroller.cpp
index 994d86174fef9e7d091b037365ae7ca2c3acbee9..697d3f5262579484d9d2488afcdc94ed7b0b5264 100644 (file)
@@ -25,7 +25,7 @@
 #include <QScrollBar>
 #include <QWheelEvent>
 
-#include <KDebug>
+#include <QDebug>
 
 KItemListSmoothScroller::KItemListSmoothScroller(QScrollBar* scrollBar,
                                                  QObject* parent) :
@@ -209,4 +209,3 @@ void KItemListSmoothScroller::handleWheelEvent(QWheelEvent* event)
     event->accept();
 }
 
-#include "kitemlistsmoothscroller.moc"