#include <QIcon>
#include <KIconEffect>
#include <KIconLoader>
-#include <kratingpainter.h>
+#include <KRatingPainter>
#include <KStringHandler>
-#include <QDebug>
#include "private/kfileitemclipboard.h"
#include "private/kitemlistroleeditor.h"
bool KStandardItemListWidgetInformant::itemIsLink(int index, const KItemListView* view) const
{
+ Q_UNUSED(index);
+ Q_UNUSED(view);
return false;
}