diff options
Diffstat (limited to 'juk/collectionlist.h')
-rw-r--r-- | juk/collectionlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/collectionlist.h b/juk/collectionlist.h index 3fbf9a5a..84410a14 100644 --- a/juk/collectionlist.h +++ b/juk/collectionlist.h @@ -96,7 +96,7 @@ public: virtual bool canReload() const { return true; } public slots: - virtual void paste() { decode(kapp->tqclipboard()->data()); } + virtual void paste() { decode(kapp->clipboard()->data()); } virtual void clear(); void slotCheckCache(); |