diff options
Diffstat (limited to 'kommander/editor/orderindicator.h')
-rw-r--r-- | kommander/editor/orderindicator.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kommander/editor/orderindicator.h b/kommander/editor/orderindicator.h index 24cae185..ae696c95 100644 --- a/kommander/editor/orderindicator.h +++ b/kommander/editor/orderindicator.h @@ -1,7 +1,7 @@ /********************************************************************** ** Copyright (C) 2000 Trolltech AS. All rights reserved. ** -** This file is part of Qt Designer. +** This file is part of TQt Designer. ** ** This file may be distributed and/or modified under the terms of the ** GNU General Public License version 2 as published by the Free Software @@ -25,9 +25,10 @@ class FormWindow; -class OrderIndicator : public QWidget +class OrderIndicator : public TQWidget { Q_OBJECT + TQ_OBJECT public: OrderIndicator( int i, TQWidget* w, FormWindow* fw ); |