diff options
Diffstat (limited to 'konqueror/konq_mainwindow.h')
-rw-r--r-- | konqueror/konq_mainwindow.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/konqueror/konq_mainwindow.h b/konqueror/konq_mainwindow.h index 3e9c71ac5..e9e86ed52 100644 --- a/konqueror/konq_mainwindow.h +++ b/konqueror/konq_mainwindow.h @@ -1,4 +1,4 @@ -/* -*- c-basic-offset:2 -*- +/* This file is part of the KDE project Copyright (C) 1998, 1999 Simon Hausmann <hausmann@kde.org> Copyright (C) 2000-2004 David Faure <faure@kde.org> @@ -87,7 +87,7 @@ class KonqExtendedBookmarkOwner; class KonqMainWindow : public KParts::MainWindow, public KonqFrameContainerBase { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( int viewCount READ viewCount ) TQ_PROPERTY( int activeViewsCount READ activeViewsCount ) TQ_PROPERTY( int linkableViewsCount READ linkableViewsCount ) @@ -282,7 +282,7 @@ public: void printFrameInfo( const TQString &spaces ); void reparentFrame( TQWidget* parent, - const TQPoint & p, bool showIt=FALSE ); + const TQPoint & p, bool showIt=false ); KonqFrameContainerBase* parentContainer()const; void setParentContainer(KonqFrameContainerBase* parent); @@ -474,7 +474,7 @@ protected slots: // Connected to KSycoca void slotDatabaseChanged(); - // Connected to KApp + // Connected to TDEApp void slotReconfigure(); void slotForceSaveMainWindowSettings(); |