summaryrefslogtreecommitdiffstats
path: root/juk/treeviewitemplaylist.h
diff options
context:
space:
mode:
Diffstat (limited to 'juk/treeviewitemplaylist.h')
-rw-r--r--juk/treeviewitemplaylist.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/juk/treeviewitemplaylist.h b/juk/treeviewitemplaylist.h
index be7337c9..de2c13d9 100644
--- a/juk/treeviewitemplaylist.h
+++ b/juk/treeviewitemplaylist.h
@@ -24,11 +24,12 @@ class TQStringList;
class TreeViewItemPlaylist : public SearchPlaylist
{
Q_OBJECT
+ TQ_OBJECT
public:
TreeViewItemPlaylist(PlaylistCollection *collection,
const PlaylistSearch &search = PlaylistSearch(),
- const TQString &name = TQString::null);
+ const TQString &name = TQString());
virtual bool searchIsEditable() const { return false; }
void retag(const TQStringList &files, Playlist *donorPlaylist);