summaryrefslogtreecommitdiffstats
path: root/juk/treeviewitemplaylist.h
diff options
context:
space:
mode:
Diffstat (limited to 'juk/treeviewitemplaylist.h')
-rw-r--r--juk/treeviewitemplaylist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/juk/treeviewitemplaylist.h b/juk/treeviewitemplaylist.h
index 6b0e13c2..7458172b 100644
--- a/juk/treeviewitemplaylist.h
+++ b/juk/treeviewitemplaylist.h
@@ -28,10 +28,10 @@ class TreeViewItemPlaylist : public SearchPlaylist
public:
TreeViewItemPlaylist(PlaylistCollection *collection,
const PlaylistSearch &search = PlaylistSearch(),
- const QString &name = QString::null);
+ const TQString &name = TQString::null);
virtual bool searchIsEditable() const { return false; }
- void retag(const QStringList &files, Playlist *donorPlaylist);
+ void retag(const TQStringList &files, Playlist *donorPlaylist);
signals:
void signalTagsChanged();