diff options
Diffstat (limited to 'konqueror/konq_mainwindow.h')
-rw-r--r-- | konqueror/konq_mainwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/konqueror/konq_mainwindow.h b/konqueror/konq_mainwindow.h index 281407cf8..e9e86ed52 100644 --- a/konqueror/konq_mainwindow.h +++ b/konqueror/konq_mainwindow.h @@ -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(); |