summaryrefslogtreecommitdiffstats
path: root/plugins/scheduler/bwsprefpagewidget.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-28 20:34:15 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-28 20:34:15 +0000
commit1c1403293485f35fd53db45aaa77a01cdd9627e7 (patch)
tree38559cd68cd4f63023fb5f6375def9db3b8b491e /plugins/scheduler/bwsprefpagewidget.h
parent894f94545727610df22c4f73911d62d58266f695 (diff)
downloadktorrent-1c1403293485f35fd53db45aaa77a01cdd9627e7.tar.gz
ktorrent-1c1403293485f35fd53db45aaa77a01cdd9627e7.zip
TQt4 port ktorrent
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktorrent@1238733 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'plugins/scheduler/bwsprefpagewidget.h')
-rw-r--r--plugins/scheduler/bwsprefpagewidget.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/plugins/scheduler/bwsprefpagewidget.h b/plugins/scheduler/bwsprefpagewidget.h
index ca0e80b..7529887 100644
--- a/plugins/scheduler/bwsprefpagewidget.h
+++ b/plugins/scheduler/bwsprefpagewidget.h
@@ -20,7 +20,7 @@
#ifndef KTBWSPREFPAGEWIDGET_H
#define KTBWSPREFPAGEWIDGET_H
-#include <qwidget.h>
+#include <tqwidget.h>
#include "bwspage.h"
#include "bwscheduler.h"
@@ -34,8 +34,9 @@ namespace kt
class BWSPrefPageWidget : public BWSPage
{
Q_OBJECT
+ TQ_OBJECT
public:
- BWSPrefPageWidget(QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
+ BWSPrefPageWidget(TQWidget* tqparent = 0, const char* name = 0, WFlags fl = 0 );
~BWSPrefPageWidget();
/*$PUBLIC_FUNCTIONS$*/
@@ -52,13 +53,13 @@ namespace kt
* @ref BWSPrefPageWidget::btnLoad_clicked()
* @ref BWSPrefPageWidget::loadDefault()
*/
- void loadSchedule(QString& fn, bool showmsg = true);
+ void loadSchedule(TQString& fn, bool showmsg = true);
/**
* Saves current schedule to HD.
* @param fn Schedule filename.
*/
- void saveSchedule(QString& fn);
+ void saveSchedule(TQString& fn);
public slots: