summaryrefslogtreecommitdiffstats
path: root/apps/ktorrent/torrentcreatordlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ktorrent/torrentcreatordlg.h')
-rw-r--r--apps/ktorrent/torrentcreatordlg.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/ktorrent/torrentcreatordlg.h b/apps/ktorrent/torrentcreatordlg.h
index 3dec45d..cb3482c 100644
--- a/apps/ktorrent/torrentcreatordlg.h
+++ b/apps/ktorrent/torrentcreatordlg.h
@@ -19,18 +19,19 @@ class KTorrentCore;
class TorrentCreatorDlg: public TorrentCreatorDlgBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- TorrentCreatorDlg(KTorrentCore* core,QWidget *parent = 0, const char *name = 0);
+ TorrentCreatorDlg(KTorrentCore* core,TQWidget *tqparent = 0, const char *name = 0);
virtual ~TorrentCreatorDlg();
public slots:
void onCreate();
virtual void btnAddNode_clicked();
virtual void btnRemoveNode_clicked();
- virtual void m_nodeList_selectionChanged(QListViewItem*);
- virtual void m_node_textChanged(const QString&);
+ virtual void m_nodeList_selectionChanged(TQListViewItem*);
+ virtual void m_node_textChanged(const TQString&);
private:
- void errorMsg(const QString & text);
+ void errorMsg(const TQString & text);
private:
KTorrentCore* core;