summaryrefslogtreecommitdiffstats
path: root/apps/ktorrent/groups/torrentdrag.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ktorrent/groups/torrentdrag.h')
-rw-r--r--apps/ktorrent/groups/torrentdrag.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/ktorrent/groups/torrentdrag.h b/apps/ktorrent/groups/torrentdrag.h
index a926347..24b6fb2 100644
--- a/apps/ktorrent/groups/torrentdrag.h
+++ b/apps/ktorrent/groups/torrentdrag.h
@@ -20,7 +20,7 @@
#ifndef KTTORRENTDRAG_H
#define KTTORRENTDRAG_H
-#include <qdragobject.h>
+#include <tqdragobject.h>
namespace kt
{
@@ -29,11 +29,12 @@ namespace kt
/**
@author Joris Guisson <joris.guisson@gmail.com>
*/
- class TorrentDrag : public QStoredDrag
+ class TorrentDrag : public TQStoredDrag
{
Q_OBJECT
+ TQ_OBJECT
public:
- TorrentDrag(QWidget* src,const char *name = 0);
+ TorrentDrag(TQWidget* src,const char *name = 0);
virtual ~TorrentDrag();
};