summaryrefslogtreecommitdiffstats
path: root/juk/collectionlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'juk/collectionlist.h')
-rw-r--r--juk/collectionlist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/juk/collectionlist.h b/juk/collectionlist.h
index 2a835c10..e3cda375 100644
--- a/juk/collectionlist.h
+++ b/juk/collectionlist.h
@@ -63,7 +63,7 @@ class CollectionList : public Playlist
{
friend class CollectionListItem;
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -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();