diff options
Diffstat (limited to 'kommander/editor/listboxeditorimpl.h')
-rw-r--r-- | kommander/editor/listboxeditorimpl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kommander/editor/listboxeditorimpl.h b/kommander/editor/listboxeditorimpl.h index 41bcc8a7..07e18f1f 100644 --- a/kommander/editor/listboxeditorimpl.h +++ b/kommander/editor/listboxeditorimpl.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 @@ -29,9 +29,10 @@ class FormWindow; class ListBoxEditor : public ListBoxEditorBase { Q_OBJECT + TQ_OBJECT public: - ListBoxEditor( TQWidget *parent, TQWidget *editWidget, FormWindow *fw ); + ListBoxEditor( TQWidget *tqparent, TQWidget *editWidget, FormWindow *fw ); protected slots: void insertNewItem(); |