summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/draglistbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/draglistbox.h')
-rw-r--r--kstars/kstars/draglistbox.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/kstars/kstars/draglistbox.h b/kstars/kstars/draglistbox.h
index 7e4a31cb..c585c623 100644
--- a/kstars/kstars/draglistbox.h
+++ b/kstars/kstars/draglistbox.h
@@ -21,7 +21,7 @@
#include <klistbox.h>
class TQDragEnterEvent;
-class QDragDropEvent;
+class TQDragDropEvent;
/**@class DragListBox
*@short Extension of KListBox that allows Drag-and-Drop
@@ -32,17 +32,18 @@ class QDragDropEvent;
class DragListBox : public KListBox {
Q_OBJECT
+ TQ_OBJECT
public:
/**@short Default constructor
*/
- DragListBox( TQWidget *parent = 0, const char *name = 0, WFlags = 0 );
+ DragListBox( TQWidget *tqparent = 0, const char *name = 0, WFlags = 0 );
/**@short Default destructor
*/
~DragListBox();
int ignoreIndex() const { return IgnoreIndex; }
- bool contains( const TQString &s ) const;
+ bool tqcontains( const TQString &s ) const;
void dragEnterEvent( TQDragEnterEvent *evt );
void dropEvent( TQDropEvent *evt );