summaryrefslogtreecommitdiffstats
path: root/kcron/ktview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcron/ktview.h')
-rw-r--r--kcron/ktview.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kcron/ktview.h b/kcron/ktview.h
index f6e5a04..8a53478 100644
--- a/kcron/ktview.h
+++ b/kcron/ktview.h
@@ -31,16 +31,17 @@ class CTTask;
/**
* Main GUI view of the crontab entries.
*/
-class KTView : public QWidget
+class KTView : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
/**
* Initializes view.
*/
- KTView (TQWidget* parent = 0, const char* name=0);
+ KTView (TQWidget* tqparent = 0, const char* name=0);
/**
* Destructor.