summaryrefslogtreecommitdiffstats
path: root/noatun/modules/splitplaylist/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules/splitplaylist/view.h')
-rw-r--r--noatun/modules/splitplaylist/view.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/noatun/modules/splitplaylist/view.h b/noatun/modules/splitplaylist/view.h
index 785608fd..293276ca 100644
--- a/noatun/modules/splitplaylist/view.h
+++ b/noatun/modules/splitplaylist/view.h
@@ -16,13 +16,13 @@ namespace KIO { class ListJob; }
class SafeListViewItem
- : public QCheckListItem
+ : public TQCheckListItem
, public PlaylistItemData
, public DownloadItem
{
public:
- SafeListViewItem(TQListView *parent, TQListViewItem *after, const KURL &text);
- SafeListViewItem(TQListView *parent, TQListViewItem *after, const TQMap<TQString,TQString> &properties);
+ SafeListViewItem(TQListView *tqparent, TQListViewItem *after, const KURL &text);
+ SafeListViewItem(TQListView *tqparent, TQListViewItem *after, const TQMap<TQString,TQString> &properties);
virtual ~SafeListViewItem();
virtual TQString property(const TQString &, const TQString & = 0) const;
@@ -58,9 +58,10 @@ private:
class List : public KListView
{
Q_OBJECT
+ TQ_OBJECT
friend class View;
public:
- List(View *parent);
+ List(View *tqparent);
virtual ~List();
TQListViewItem *openGlobal(const KURL&, TQListViewItem * =0);
TQListViewItem *importGlobal(const KURL&, TQListViewItem * =0);
@@ -105,6 +106,7 @@ class KToolBar;
class View : public KMainWindow
{
Q_OBJECT
+ TQ_OBJECT
public:
View(SplitPlaylist *mother);
// load the SM playlist
@@ -125,7 +127,7 @@ public slots:
void openNew();
void setSorting(bool on, int column = 0);
void setNoSorting() { setSorting(false); }
- void headerClicked(int column);void find();
+ void headerClicked(int column);void tqfind();
void findIt(Finder *);