diff options
Diffstat (limited to 'kregexpeditor/regexpbuttons.h')
-rw-r--r-- | kregexpeditor/regexpbuttons.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kregexpeditor/regexpbuttons.h b/kregexpeditor/regexpbuttons.h index 5c81049..6565746 100644 --- a/kregexpeditor/regexpbuttons.h +++ b/kregexpeditor/regexpbuttons.h @@ -21,9 +21,9 @@ #include <tqdockwindow.h> #include "widgetfactory.h" class DoubleClickButton; -class QButtonGroup; -class QToolButton; -class QSignalMapper; +class TQButtonGroup; +class TQToolButton; +class TQSignalMapper; class RegExpButtons :public QDockWindow |