summaryrefslogtreecommitdiffstats
path: root/konqueror/konq_mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'konqueror/konq_mainwindow.h')
-rw-r--r--konqueror/konq_mainwindow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/konqueror/konq_mainwindow.h b/konqueror/konq_mainwindow.h
index fd8befe86..e9e86ed52 100644
--- a/konqueror/konq_mainwindow.h
+++ b/konqueror/konq_mainwindow.h
@@ -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();