summaryrefslogtreecommitdiffstats
path: root/kplato/kpttaskappointmentsview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kplato/kpttaskappointmentsview.h')
-rw-r--r--kplato/kpttaskappointmentsview.h25
1 files changed, 13 insertions, 12 deletions
diff --git a/kplato/kpttaskappointmentsview.h b/kplato/kpttaskappointmentsview.h
index b2c75f37..d4d8e101 100644
--- a/kplato/kpttaskappointmentsview.h
+++ b/kplato/kpttaskappointmentsview.h
@@ -24,13 +24,13 @@
#include "kptdoublelistviewbase.h"
#include "kpteffortcostmap.h"
-class QComboBox;
-class QDateEdit;
-class QPushButton;
-class QSplitter;
-class QListViewItem;
-class QLabel;
-class QPushButton;
+class TQComboBox;
+class TQDateEdit;
+class TQPushButton;
+class TQSplitter;
+class TQListViewItem;
+class TQLabel;
+class TQPushButton;
class KListView;
class KListViewItem;
@@ -50,9 +50,10 @@ class ResourceItemPrivate;
class TaskAppointmentsView : public DoubleListViewBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- TaskAppointmentsView(QWidget *parent);
+ TaskAppointmentsView(TQWidget *tqparent);
//~TaskAppointmentsView();
@@ -60,7 +61,7 @@ public:
void draw();
void draw(Task *task);
- virtual void drawContents(QPainter* painter);
+ virtual void drawContents(TQPainter* painter);
void print(KPrinter &printer);
void clear();
@@ -75,9 +76,9 @@ protected slots:
private:
class ResourceItem : public DoubleListViewBase::MasterListItem {
public:
- ResourceItem(Resource *r, QListView *parent, bool highlight=false);
- ResourceItem(Resource *r, QListViewItem *parent, bool highlight=false);
- ResourceItem(QString text, QListViewItem *parent, bool highlight=false);
+ ResourceItem(Resource *r, TQListView *tqparent, bool highlight=false);
+ ResourceItem(Resource *r, TQListViewItem *tqparent, bool highlight=false);
+ ResourceItem(TQString text, TQListViewItem *tqparent, bool highlight=false);
Resource *resource;
EffortCostMap effortMap;