#ifndef SELECTIONTOGGLE_H
#define SELECTIONTOGGLE_H
-#include <kurl.h>
+#include <KUrl>
#include <QAbstractButton>
#include <QPixmap>
void setIconOverlay(bool checked);
void refreshIcon();
- void applyArrowCursor();
- void restoreCursor();
-
private:
void startFading();
void stopFading();
private:
bool m_isHovered;
bool m_leftMouseButtonPressed;
- bool m_appliedArrowCursor;
int m_fadingValue;
int m_margin;
QPixmap m_icon;