summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmdragwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmdragwidget.h')
-rw-r--r--kpovmodeler/pmdragwidget.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kpovmodeler/pmdragwidget.h b/kpovmodeler/pmdragwidget.h
index 30b15045..10c30e16 100644
--- a/kpovmodeler/pmdragwidget.h
+++ b/kpovmodeler/pmdragwidget.h
@@ -22,8 +22,8 @@
#include <config.h>
#endif
-#include <qwidget.h>
-#include <qstring.h>
+#include <tqwidget.h>
+#include <tqstring.h>
/**
* This class implements a widget that exposes a signal for drag
@@ -35,14 +35,14 @@ class PMDragWidget : public QWidget
{
Q_OBJECT
public:
- PMDragWidget( QWidget* parent = 0, const char* name = 0, WFlags f = 0 );
+ PMDragWidget( TQWidget* parent = 0, const char* name = 0, WFlags f = 0 );
virtual void startDrag( );
protected:
- void mousePressEvent( QMouseEvent* );
- void mouseReleaseEvent( QMouseEvent* );
- void mouseMoveEvent( QMouseEvent* );
+ void mousePressEvent( TQMouseEvent* );
+ void mouseReleaseEvent( TQMouseEvent* );
+ void mouseMoveEvent( TQMouseEvent* );
private:
bool dragging;