diff options
Diffstat (limited to 'kdevdesigner/designer/designerappiface.h')
-rw-r--r-- | kdevdesigner/designer/designerappiface.h | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/kdevdesigner/designer/designerappiface.h b/kdevdesigner/designer/designerappiface.h index 4e14da4e..25b5b896 100644 --- a/kdevdesigner/designer/designerappiface.h +++ b/kdevdesigner/designer/designerappiface.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 sales@trolltech.com for -** information about Qt Commercial License Agreements. +** information about TQt Commercial License Agreements. ** ** Contact info@trolltech.com if any conditions of this licensing are ** not clear to you. @@ -63,8 +63,8 @@ public: void runProjectPostcondition( TQObjectList *l ); - QRESULT queryInterface( const QUuid &uuid, QUnknownInterface** iface ); - Q_REFCOUNT + TQRESULT queryInterface( const TQUuid &uuid, TQUnknownInterface** iface ); + TQ_REFCOUNT private: MainWindow *mainWindow; @@ -118,7 +118,7 @@ private: }; -#ifndef QT_NO_SQL +#ifndef TQT_NO_SQL class TQSqlDatabase; class DesignerDatabaseImpl: public DesignerDatabase @@ -175,7 +175,7 @@ public: void save() const; bool isModified() const; void insertWidget( TQWidget * ); - TQWidget *create( const char *className, TQWidget *parent, const char *name ); + TQWidget *create( const char *className, TQWidget *tqparent, const char *name ); void removeWidget( TQWidget * ); TQWidgetList widgets() const; void undo(); @@ -186,14 +186,14 @@ public: void adjustSize(); void editConnections(); void checkAccels(); - void layoutH(); - void layoutV(); - void layoutHSplit(); - void layoutVSplit(); - void layoutG(); - void layoutHContainer( TQWidget* w ); - void layoutVContainer( TQWidget* w ); - void layoutGContainer( TQWidget* w ); + void tqlayoutH(); + void tqlayoutV(); + void tqlayoutHSplit(); + void tqlayoutVSplit(); + void tqlayoutG(); + void tqlayoutHContainer( TQWidget* w ); + void tqlayoutVContainer( TQWidget* w ); + void tqlayoutGContainer( TQWidget* w ); void breakLayout(); void selectWidget( TQWidget * ); void selectAll(); @@ -205,7 +205,7 @@ public: void setCurrentWidget( TQWidget * ); TQPtrList<TQAction> actionList() const; TQAction *createAction( const TQString& text, const TQIconSet& icon, const TQString& menuText, int accel, - TQObject* parent, const char* name = 0, bool toggle = FALSE ); + TQObject* tqparent, const char* name = 0, bool toggle = FALSE ); void addAction( TQAction * ); void removeAction( TQAction * ); void preview() const; |