summaryrefslogtreecommitdiffstats
path: root/kgantt/kgantt/xQGanttBarView.h
diff options
context:
space:
mode:
Diffstat (limited to 'kgantt/kgantt/xQGanttBarView.h')
-rw-r--r--kgantt/kgantt/xQGanttBarView.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/kgantt/kgantt/xQGanttBarView.h b/kgantt/kgantt/xQGanttBarView.h
index 08105727c..d9037b404 100644
--- a/kgantt/kgantt/xQGanttBarView.h
+++ b/kgantt/kgantt/xQGanttBarView.h
@@ -1,5 +1,5 @@
-#ifndef _XQGANTTBARVIEW_H_
-#define _XQGANTTBARVIEW_H_
+#ifndef _XTQGANTTBARVIEW_H_
+#define _XTQGANTTBARVIEW_H_
/*
@@ -47,11 +47,12 @@ class KGanttBarConfig;
*/
//////////////////////////////////////////
-class xQGanttBarView : public QScrollView
+class xQGanttBarView : public TQScrollView
//////////////////////////////////////////
{
Q_OBJECT
+ TQ_OBJECT
public:
@@ -61,7 +62,7 @@ public:
/*!
*
*/
- xQGanttBarView(KGanttItem* toplevelitem, TQWidget* parent = 0,
+ xQGanttBarView(KGanttItem* toplevelitem, TQWidget* tqparent = 0,
const char * name=0, WFlags f=0 );