diff options
Diffstat (limited to 'kregexpeditor/concwidget.h')
-rw-r--r-- | kregexpeditor/concwidget.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kregexpeditor/concwidget.h b/kregexpeditor/concwidget.h index 6101ed2..9a4820c 100644 --- a/kregexpeditor/concwidget.h +++ b/kregexpeditor/concwidget.h @@ -30,17 +30,17 @@ class ConcRegExp; class ConcWidget :public MultiContainerWidget { public: - ConcWidget(RegExpEditorWindow* editorWindow, QWidget *parent, + ConcWidget(RegExpEditorWindow* editorWindow, TQWidget *parent, const char *name = 0); ConcWidget(RegExpEditorWindow* editorWindow, RegExpWidget *child, - QWidget *parent, const char *name=0); + TQWidget *parent, const char *name=0); ConcWidget( RegExpEditorWindow* editorWindow, ConcWidget* origConc, unsigned int start, unsigned int end); ConcWidget( ConcRegExp* regexp, RegExpEditorWindow* editorWindow, - QWidget* parent, const char* name = 0); + TQWidget* parent, const char* name = 0); void init(); - virtual QSize sizeHint() const; + virtual TQSize sizeHint() const; virtual RegExp* regExp() const; virtual bool updateSelection(bool parentSelected); virtual bool isSelected() const; @@ -55,11 +55,11 @@ public: bool hasAnyChildren() { return _children.count() > 1; } protected: - virtual void paintEvent( QPaintEvent *e ); - virtual void mousePressEvent ( QMouseEvent* event ); + virtual void paintEvent( TQPaintEvent *e ); + virtual void mousePressEvent ( TQMouseEvent* event ); void sizeAccepter( DragAccepter* accepter, int height, int totHeight ); void getSelectionIndexes( int* start, int* end ); - virtual void dragEnterEvent(QDragEnterEvent* event) { event->accept( false ); } + virtual void dragEnterEvent(TQDragEnterEvent* event) { event->accept( false ); } private: int _maxSelectedHeight; |