diff options
Diffstat (limited to 'kdevdesigner/interfaces/languageinterface.h')
-rw-r--r-- | kdevdesigner/interfaces/languageinterface.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/kdevdesigner/interfaces/languageinterface.h b/kdevdesigner/interfaces/languageinterface.h index 4b12e5b9..31e9f013 100644 --- a/kdevdesigner/interfaces/languageinterface.h +++ b/kdevdesigner/interfaces/languageinterface.h @@ -1,15 +1,15 @@ /********************************************************************** ** 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 ** Foundation and appearing in the file LICENSE.GPL included in the ** packaging of this file. ** -** Licensees holding valid Qt Enterprise Edition or Qt Professional Edition -** licenses may use this file in accordance with the Qt Commercial License +** Licensees holding valid TQt Enterprise Edition or TQt Professional Edition +** licenses may use this file in accordance with the TQt Commercial License ** Agreement provided with the Software. ** ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE @@ -17,7 +17,7 @@ ** ** See http://www.trolltech.com/gpl/ for GPL licensing information. ** See http://www.trolltech.com/pricing.html or email [email protected] for -** information about Qt Commercial License Agreements. +** information about TQt Commercial License Agreements. ** ** Contact [email protected] if any conditions of this licensing are ** not clear to you. @@ -40,7 +40,7 @@ // // -#include <private/qcom_p.h> +#include <private/tqcom_p.h> #include <tqvaluelist.h> #include <tqstringlist.h> #include <tqmap.h> @@ -48,10 +48,10 @@ // {f208499a-6f69-4883-9219-6e936e55a330} #ifndef IID_Language -#define IID_Language QUuid( 0xf208499a, 0x6f69, 0x4883, 0x92, 0x19, 0x6e, 0x93, 0x6e, 0x55, 0xa3, 0x30 ) +#define IID_Language TQUuid( 0xf208499a, 0x6f69, 0x4883, 0x92, 0x19, 0x6e, 0x93, 0x6e, 0x55, 0xa3, 0x30 ) #endif -struct LanguageInterface : public QUnknownInterface +struct LanguageInterface : public TQUnknownInterface { struct Function { @@ -96,8 +96,8 @@ struct LanguageInterface : public QUnknownInterface virtual TQString createArguments( const TQString &cpp_signature ) = 0; virtual TQString createEmptyFunction() = 0; virtual TQStringList definitions() const = 0; - virtual TQStringList definitionEntries( const TQString &definition, QUnknownInterface *designerIface ) const = 0; - virtual void setDefinitionEntries( const TQString &definition, const TQStringList &entries, QUnknownInterface *designerIface ) = 0; + virtual TQStringList definitionEntries( const TQString &definition, TQUnknownInterface *designerIface ) const = 0; + virtual void setDefinitionEntries( const TQString &definition, const TQStringList &entries, TQUnknownInterface *designerIface ) = 0; virtual bool supports( Support s ) const = 0; virtual TQStringList fileFilterList() const = 0; virtual TQStringList fileExtensionList() const = 0; |