From 16e768c7ecc5aeb226178faeb39349386da8663d Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kchmviewer@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/kchmviewwindow.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/kchmviewwindow.h') 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 -- cgit v1.2.1