summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/auxbuttons.h
diff options
context:
space:
mode:
Diffstat (limited to 'kregexpeditor/auxbuttons.h')
-rw-r--r--kregexpeditor/auxbuttons.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/kregexpeditor/auxbuttons.h b/kregexpeditor/auxbuttons.h
index 08c33ec..9a8a1fa 100644
--- a/kregexpeditor/auxbuttons.h
+++ b/kregexpeditor/auxbuttons.h
@@ -18,7 +18,7 @@
#ifndef AUXBUTTONS_H
#define AUXBUTTONS_H
-#include <qdockwindow.h>
+#include <tqdockwindow.h>
class QComboBox;
class QLabel;
class QToolButton;
@@ -28,7 +28,7 @@ class AuxButtons :public QDockWindow
Q_OBJECT
public:
- AuxButtons( QWidget* parent, const char* name );
+ AuxButtons( TQWidget* parent, const char* name );
signals:
void undo();
@@ -48,12 +48,12 @@ public slots:
void slotCanSave( bool );
private:
- QToolButton* _undo;
- QToolButton* _redo;
- QToolButton* _cut;
- QToolButton* _copy;
- QToolButton* _paste;
- QToolButton* _save;
+ TQToolButton* _undo;
+ TQToolButton* _redo;
+ TQToolButton* _cut;
+ TQToolButton* _copy;
+ TQToolButton* _paste;
+ TQToolButton* _save;
};