]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/places/placesitemlistwidget.cpp
Correct searchbox, split view transitions between tabs
[dolphin.git] / src / panels / places / placesitemlistwidget.cpp
index 00f0fdab060a7c3b60855b0df8f77a83855ccdaa..18e5618640cc6e29d94d19772afbf37d5ba158eb 100644 (file)
@@ -19,8 +19,6 @@
 
 #include "placesitemlistwidget.h"
 
-#include "kdebug.h"
-
 PlacesItemListWidget::PlacesItemListWidget(KItemListWidgetInformant* informant, QGraphicsItem* parent) :
     KStandardItemListWidget(informant, parent)
 {
@@ -35,9 +33,8 @@ bool PlacesItemListWidget::isHidden() const
     return data().value("isHidden").toBool();
 }
 
-QPalette::ColorRole PlacesItemListWidget::normalTextColorPalette() const
+QPalette::ColorRole PlacesItemListWidget::normalTextColorRole() const
 {
     return QPalette::WindowText;
 }
 
-#include "placesitemlistwidget.moc"