summaryrefslogtreecommitdiffstats
path: root/src/kchmviewwindowmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kchmviewwindowmgr.h')
-rw-r--r--src/kchmviewwindowmgr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kchmviewwindowmgr.h b/src/kchmviewwindowmgr.h
index d3a4931..69a84a4 100644
--- a/src/kchmviewwindowmgr.h
+++ b/src/kchmviewwindowmgr.h
@@ -33,7 +33,7 @@ class KCHMViewWindowMgr : public TQTabWidget
Q_OBJECT
TQ_OBJECT
public:
- KCHMViewWindowMgr( TQWidget *tqparent = 0 );
+ KCHMViewWindowMgr( TQWidget *parent = 0 );
~KCHMViewWindowMgr( );
// Returns a handle to a currently viewed window.
@@ -49,7 +49,7 @@ class KCHMViewWindowMgr : public TQTabWidget
void tqinvalidate();
// Creates a Window menu
- void createMenu( KCHMMainWindow * tqparent );
+ void createMenu( KCHMMainWindow * parent );
// Saves and restores current settings between sessions
void restoreSettings( const KCHMSettings::viewindow_saved_settings_t& settings );