diff options
Diffstat (limited to 'kommander/editor/widgetinterface.h')
-rw-r--r-- | kommander/editor/widgetinterface.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kommander/editor/widgetinterface.h b/kommander/editor/widgetinterface.h index bf6bcd55..364e9871 100644 --- a/kommander/editor/widgetinterface.h +++ b/kommander/editor/widgetinterface.h @@ -1,7 +1,7 @@ /********************************************************************** ** Copyright (C) 2000-2001 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 @@ -21,9 +21,9 @@ #ifndef WIDGETINTERFACE_H #define WIDGETINTERFACE_H -#include <private/qwidgetinterface_p.h> +#include <private/tqwidgetinterface_p.h> -#define WidgetInterface QWidgetFactoryInterface -#define IID_Widget IID_QWidgetFactory +#define WidgetInterface TQWidgetFactoryInterface +#define IID_Widget IID_TQWidgetFactory #endif |