summaryrefslogtreecommitdiffstats
path: root/kdgantt/KDGanttViewSubwidgets.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdgantt/KDGanttViewSubwidgets.h')
-rw-r--r--kdgantt/KDGanttViewSubwidgets.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdgantt/KDGanttViewSubwidgets.h b/kdgantt/KDGanttViewSubwidgets.h
index 1a88411a3..de771800e 100644
--- a/kdgantt/KDGanttViewSubwidgets.h
+++ b/kdgantt/KDGanttViewSubwidgets.h
@@ -138,7 +138,7 @@ public:
Scale mini = KDGanttView::Minute ,
Scale maxi = KDGanttView::Month);
#if 0
- // This API has been replaced with KDIntervalColorRectangle and addIntervalBackgroundColor
+ // This API has been tqreplaced with KDIntervalColorRectangle and addIntervalBackgroundColor
void setIntervalBackgroundColor( const TQDateTime& start,
const TQDateTime& end,
const TQColor& color,
@@ -174,7 +174,7 @@ public:
return ccList;
}
TQColor weekdayColor[8];
- void repaintMe(int left, int wid, TQPainter *p = 0);
+ void tqrepaintMe(int left, int wid, TQPainter *p = 0);
void centerDateTime( const TQDateTime& center );
@@ -334,7 +334,7 @@ public:
KDLegendWidget ( TQWidget* parent, KDGanttMinimizeSplitter* legendParent );
void showMe(bool);
bool isShown();
- void addLegendItem( KDGanttViewItem::Shape shape, const TQColor& shapeColor, const TQString& text );
+ void addLegendItem( KDGanttViewItem::Shape tqshape, const TQColor& tqshapeColor, const TQString& text );
void clearLegend();
void setFont( TQFont );
void drawToPainter( TQPainter *p );
@@ -467,7 +467,7 @@ public:
enum HitTest { Start, Middle, End };
HitTest hitTest( KDTimeHeaderWidget* timeHeader, const TQPoint& pos ) const;
- void layout( KDTimeHeaderWidget* timeHeader, int height );
+ void tqlayout( KDTimeHeaderWidget* timeHeader, int height );
static const int RTTI = 0x0c58;
/*reimp*/ int rtti() const { return RTTI; }