diff options
Diffstat (limited to 'src/modules/torrent/tc_statusbarapplet.h')
-rw-r--r-- | src/modules/torrent/tc_statusbarapplet.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/torrent/tc_statusbarapplet.h b/src/modules/torrent/tc_statusbarapplet.h index 03dd6d0d..63ab3054 100644 --- a/src/modules/torrent/tc_statusbarapplet.h +++ b/src/modules/torrent/tc_statusbarapplet.h @@ -9,10 +9,11 @@ class KviTorrentStatusBarApplet : public KviStatusBarApplet { Q_OBJECT + TQ_OBJECT public: - KviTorrentStatusBarApplet(KviStatusBar *parent, KviStatusBarAppletDescriptor *desc); + KviTorrentStatusBarApplet(KviStatusBar *tqparent, KviStatusBarAppletDescriptor *desc); virtual ~KviTorrentStatusBarApplet(); static void selfRegister(KviStatusBar *bar); |