#ifndef SELECTIONTOGGLE_H
#define SELECTIONTOGGLE_H
-#include <kurl.h>
+#include <KUrl>
#include <QAbstractButton>
#include <QPixmap>
private:
bool m_isHovered;
bool m_leftMouseButtonPressed;
- bool m_appliedArrowCursor;
int m_fadingValue;
int m_margin;
QPixmap m_icon;