summaryrefslogtreecommitdiffstats
path: root/kradio3/src/station-drag-object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kradio3/src/station-drag-object.cpp')
-rw-r--r--kradio3/src/station-drag-object.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kradio3/src/station-drag-object.cpp b/kradio3/src/station-drag-object.cpp
index b3fecb7..f8cc2c7 100644
--- a/kradio3/src/station-drag-object.cpp
+++ b/kradio3/src/station-drag-object.cpp
@@ -76,7 +76,7 @@ bool StationDragObject::decode (const TQMimeSource *e, TQStringList &stationIDs)
{
stationIDs.clear();
if (canDecode(e)) {
- const TQByteArray &tmp = e->tqencodedData(e->format(0));
+ const TQByteArray &tmp = e->encodedData(e->format(0));
TQString str = "";
for (unsigned int pos = 0; pos < tmp.size(); ++pos) {
if (tmp[pos]) {