diff options
Diffstat (limited to 'kommander/editor/iconvieweditorimpl.h')
-rw-r--r-- | kommander/editor/iconvieweditorimpl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kommander/editor/iconvieweditorimpl.h b/kommander/editor/iconvieweditorimpl.h index ffde0403..4e3972ff 100644 --- a/kommander/editor/iconvieweditorimpl.h +++ b/kommander/editor/iconvieweditorimpl.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 @@ -28,9 +28,10 @@ class FormWindow; class IconViewEditor : public IconViewEditorBase { Q_OBJECT + TQ_OBJECT public: - IconViewEditor( TQWidget *parent, TQWidget *editWidget, FormWindow *fw ); + IconViewEditor( TQWidget *tqparent, TQWidget *editWidget, FormWindow *fw ); protected slots: void insertNewItem(); |