diff options
Diffstat (limited to 'kandy/src/kandyview.h')
-rw-r--r-- | kandy/src/kandyview.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/kandy/src/kandyview.h b/kandy/src/kandyview.h index 7c1a1c7ab..41153a54f 100644 --- a/kandy/src/kandyview.h +++ b/kandy/src/kandyview.h @@ -18,8 +18,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. As a special exception, permission is given to link this program - with any edition of Qt, and distribute the resulting executable, - without including the source code for Qt in the source distribution. + with any edition of TQt, and distribute the resulting executable, + without including the source code for TQt in the source distribution. */ #ifndef KANDYVIEW_H #define KANDYVIEW_H @@ -48,14 +48,15 @@ class CmdPropertiesDialog; @short Main view @author Cornelius Schumacher <schumacher@kde.org> */ -class KandyView : public QWidget +class KandyView : public TQWidget { Q_OBJECT + TQ_OBJECT public: /** * Default constructor */ - KandyView(CommandScheduler *,TQWidget *parent); + KandyView(CommandScheduler *,TQWidget *tqparent); /** * Destructor |