summaryrefslogtreecommitdiffstats
path: root/kdgantt/KDGanttViewTaskItem.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdgantt/KDGanttViewTaskItem.h')
-rw-r--r--kdgantt/KDGanttViewTaskItem.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/kdgantt/KDGanttViewTaskItem.h b/kdgantt/KDGanttViewTaskItem.h
index d4a73cf0..63b4678e 100644
--- a/kdgantt/KDGanttViewTaskItem.h
+++ b/kdgantt/KDGanttViewTaskItem.h
@@ -44,21 +44,21 @@ class KDGanttViewTaskItem : public KDGanttViewItem
{
public:
KDGanttViewTaskItem( KDGanttView* view,
- const QString& lvtext = QString::null,
- const QString& name = QString::null );
+ const TQString& lvtext = TQString::null,
+ const TQString& name = TQString::null );
KDGanttViewTaskItem( KDGanttViewItem* parent,
- const QString& lvtext = QString::null,
- const QString& name = QString::null );
+ const TQString& lvtext = TQString::null,
+ const TQString& name = TQString::null );
KDGanttViewTaskItem( KDGanttView* view, KDGanttViewItem* after,
- const QString& lvtext = QString::null,
- const QString& name = QString::null );
+ const TQString& lvtext = TQString::null,
+ const TQString& name = TQString::null );
KDGanttViewTaskItem( KDGanttViewItem* parent, KDGanttViewItem* after,
- const QString& lvtext = QString::null,
- const QString& name = QString::null );
+ const TQString& lvtext = TQString::null,
+ const TQString& name = TQString::null );
virtual ~KDGanttViewTaskItem();
- void setStartTime( const QDateTime& start );
- void setEndTime( const QDateTime& end );
+ void setStartTime( const TQDateTime& start );
+ void setEndTime( const TQDateTime& end );
protected:
void showItem( bool show = true, int coordY = 0 );
@@ -66,7 +66,7 @@ protected:
private:
void initItem();
void hideMe();
- QBrush myBrush, undefinedBrush;
+ TQBrush myBrush, undefinedBrush;
bool _showUndefinedBrush;
};