diff options
Diffstat (limited to 'kommander/editor/styledbutton.h')
-rw-r--r-- | kommander/editor/styledbutton.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/editor/styledbutton.h b/kommander/editor/styledbutton.h index ec60c22b..cb5f4e92 100644 --- a/kommander/editor/styledbutton.h +++ b/kommander/editor/styledbutton.h @@ -24,8 +24,8 @@ #include <tqbutton.h> #include <tqpixmap.h> -class QColor; -class QBrush; +class TQColor; +class TQBrush; class FormWindow; class StyledButton : public QButton |