summaryrefslogtreecommitdiffstats
path: root/src/mechanics/mechanicsview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mechanics/mechanicsview.h')
-rw-r--r--src/mechanics/mechanicsview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mechanics/mechanicsview.h b/src/mechanics/mechanicsview.h
index f787b1c..cba03f6 100644
--- a/src/mechanics/mechanicsview.h
+++ b/src/mechanics/mechanicsview.h
@@ -21,12 +21,13 @@ class MechanicsDocument;
class MechanicsView : public ItemView
{
Q_OBJECT
+ TQ_OBJECT
public:
MechanicsView( MechanicsDocument *mechanicsDocument, ViewContainer *viewContainer, uint viewAreaId, const char *name = 0l );
~MechanicsView();
protected:
- virtual void dragEnterEvent( QDragEnterEvent * e );
+ virtual void dragEnterEvent( TQDragEnterEvent * e );
MechanicsDocument *m_pMechanicsDocument;
};