diff options
Diffstat (limited to 'kplato/kptpertview.h')
-rw-r--r-- | kplato/kptpertview.h | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/kplato/kptpertview.h b/kplato/kptpertview.h index a51bb95d..ed4e3c28 100644 --- a/kplato/kptpertview.h +++ b/kplato/kptpertview.h @@ -22,10 +22,10 @@ #include "kptcontext.h" -#include <qsplitter.h> +#include <tqsplitter.h> -class QLayout; -class QListViewItem; +class TQLayout; +class TQListViewItem; class KPrinter; @@ -37,13 +37,14 @@ class PertCanvas; class Node; class Relation; -class PertView : public QWidget +class PertView : public TQWidget { Q_OBJECT + TQ_OBJECT public: - PertView( View *view, QWidget *parent, QLayout *layout ); + PertView( View *view, TQWidget *tqparent, TQLayout *tqlayout ); ~PertView(); @@ -60,7 +61,7 @@ public: virtual void getContext(Context::Pertview &context) const; public slots: - void slotRMBPressed(Node *node, const QPoint & point); + void slotRMBPressed(Node *node, const TQPoint & point); void slotAddRelation(Node *par, Node *child); void slotModifyRelation(Relation *rel); @@ -69,7 +70,7 @@ signals: void modifyRelation(Relation *rel); private: - void init(QLayout *layout); + void init(TQLayout *tqlayout); View *m_mainview; PertCanvas *m_canvasview; Node *m_node; |