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 d01463ac..e3cda375 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->clipboard()->data()); } + virtual void paste() { decode(tdeApp->clipboard()->data()); } virtual void clear(); void slotCheckCache(); |