summaryrefslogtreecommitdiffstats
path: root/kdgantt/KDGanttView.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-07 20:29:44 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-07 20:29:44 -0600
commita66f0a09b66888c0d080fc47651210b644b39114 (patch)
tree817d01cecfb618d62f65929a984455ec1bbf94f0 /kdgantt/KDGanttView.h
parent8fdee58df91aa54d53e3e0147f20df18dce3a06e (diff)
downloadtdepim-a66f0a09b66888c0d080fc47651210b644b39114.tar.gz
tdepim-a66f0a09b66888c0d080fc47651210b644b39114.zip
Rename kwin to twin (part 1 of 2)
Diffstat (limited to 'kdgantt/KDGanttView.h')
-rw-r--r--kdgantt/KDGanttView.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdgantt/KDGanttView.h b/kdgantt/KDGanttView.h
index 264b609c..70b42321 100644
--- a/kdgantt/KDGanttView.h
+++ b/kdgantt/KDGanttView.h
@@ -102,7 +102,7 @@ class KDGanttView : public KDGanttMinimizeSplitter
TQ_PROPERTY( bool showTimeTablePopupMenu READ showTimeTablePopupMenu WRITE setShowTimeTablePopupMenu )
TQ_PROPERTY( bool headerVisible READ headerVisible WRITE setHeaderVisible )
TQ_PROPERTY( bool showLegendButton READ showLegendButton WRITE setShowLegendButton )
- TQ_PROPERTY( bool legendIsDockwindow READ legendIsDockwindow WRITE setLegendIsDockwindow )
+ TQ_PROPERTY( bool legendIsDoctwindow READ legendIsDoctwindow WRITE setLegendIsDoctwindow )
TQ_PROPERTY( bool displayEmptyTasksAsLine READ displayEmptyTasksAsLine WRITE setDisplayEmptyTasksAsLine )
TQ_PROPERTY( TQBrush noInformationBrush READ noInformationBrush WRITE setNoInformationBrush )
TQ_PROPERTY( bool dragEnabled READ dragEnabled WRITE setDragEnabled )
@@ -132,9 +132,9 @@ public:
int ganttMaximumWidth() const;
void setShowLegend( bool show );
bool showLegend() const;
- void setLegendIsDockwindow( bool dock );
- bool legendIsDockwindow( ) const;
- TQDockWindow* legendDockwindow( ) const;
+ void setLegendIsDoctwindow( bool dock );
+ bool legendIsDoctwindow( ) const;
+ TQDockWindow* legendDoctwindow( ) const;
void setShowListView( bool show );
bool showListView() const;
void setEditorEnabled( bool enable );