summaryrefslogtreecommitdiffstats
path: root/kgantt/kgantt/xQGanttListViewPort.h
diff options
context:
space:
mode:
Diffstat (limited to 'kgantt/kgantt/xQGanttListViewPort.h')
-rw-r--r--kgantt/kgantt/xQGanttListViewPort.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/kgantt/kgantt/xQGanttListViewPort.h b/kgantt/kgantt/xQGanttListViewPort.h
index cc16ca8c..bb0d1b15 100644
--- a/kgantt/kgantt/xQGanttListViewPort.h
+++ b/kgantt/kgantt/xQGanttListViewPort.h
@@ -1,5 +1,5 @@
-#ifndef _XQGANTTLISTVIEWPORT_H_
-#define _XQGANTTLISTVIEWPORT_H_
+#ifndef _XTQGANTTLISTVIEWPORT_H_
+#define _XTQGANTTLISTVIEWPORT_H_
/*
@@ -44,11 +44,12 @@
*/
////////////////////////////////////////////
-class xQGanttListViewPort : public QFrame
+class xQGanttListViewPort : public TQFrame
////////////////////////////////////////////
{
Q_OBJECT
+ TQ_OBJECT
friend class xQGanttListView;
@@ -60,7 +61,7 @@ public:
/*!
*
*/
- xQGanttListViewPort(KGanttItem* toplevelitem, TQWidget* parent = 0,
+ xQGanttListViewPort(KGanttItem* toplevelitem, TQWidget* tqparent = 0,
const char * name=0, WFlags f=0 );