summaryrefslogtreecommitdiffstats
path: root/kplato/kptganttview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kplato/kptganttview.cpp')
-rw-r--r--kplato/kptganttview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kplato/kptganttview.cpp b/kplato/kptganttview.cpp
index b84bbbc4..63a1383d 100644
--- a/kplato/kptganttview.cpp
+++ b/kplato/kptganttview.cpp
@@ -87,7 +87,7 @@ GanttView::GanttView(TQWidget *parent, bool readWrite, const char* name)
m_project(0)
{
kdDebug() << " ---------------- KPlato: Creating GanttView ----------------" << endl;
- setOrientation(Qt::Vertical);
+ setOrientation(TQt::Vertical);
m_gantt = new MyKDGanttView(this, "Gantt view");