summaryrefslogtreecommitdiffstats
path: root/src/kchmviewwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kchmviewwindow.h')
-rw-r--r--src/kchmviewwindow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kchmviewwindow.h b/src/kchmviewwindow.h
index cc67db1..6dd59ac 100644
--- a/src/kchmviewwindow.h
+++ b/src/kchmviewwindow.h
@@ -31,7 +31,7 @@
class KCHMViewWindow
{
public:
- KCHMViewWindow ( TQTabWidget * tqparent );
+ KCHMViewWindow ( TQTabWidget * parent );
virtual ~KCHMViewWindow();
//! Open a page from current chm archive
@@ -114,8 +114,8 @@ protected:
virtual bool openPage ( const TQString& url ) = 0;
virtual void handleStartPageAsImage( TQString& link );
- KTQPopupMenu * getContextMenu( const TQString& link, TQWidget * tqparent );
- KTQPopupMenu * createStandardContextMenu( TQWidget * tqparent );
+ KTQPopupMenu * getContextMenu( const TQString& link, TQWidget * parent );
+ KTQPopupMenu * createStandardContextMenu( TQWidget * parent );
//! History
class KCHMUrlHistory