18 #ifndef KRADIO_STATION_DRAG_OBJECT_H
19 #define KRADIO_STATION_DRAG_OBJECT_H
21 #ifdef KRADIO_ENABLE_FIXMES
22 #warning "Port drag&drop to QT4"
24 #include <Qt3Support/Q3DragObject>
26 #include <kdemacros.h>
31 StationDragObject(
const QStringList &stationIDs, QWidget *dragSource = NULL,
const char * name = NULL);
35 const char *format(
int i = 0)
const;
37 void setStations(
const QStringList &stationIDs);
39 static bool canDecode (
const QMimeSource *e);
40 static bool decode (
const QMimeSource *e, QStringList &stationIDs);