diff options
Diffstat (limited to 'kregexpeditor/auxbuttons.h')
-rw-r--r-- | kregexpeditor/auxbuttons.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kregexpeditor/auxbuttons.h b/kregexpeditor/auxbuttons.h index 9a8a1fa..ef88ab5 100644 --- a/kregexpeditor/auxbuttons.h +++ b/kregexpeditor/auxbuttons.h @@ -19,9 +19,9 @@ #define AUXBUTTONS_H #include <tqdockwindow.h> -class QComboBox; -class QLabel; -class QToolButton; +class TQComboBox; +class TQLabel; +class TQToolButton; class AuxButtons :public QDockWindow { |