summaryrefslogtreecommitdiffstats
path: root/src/kde
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commit16e768c7ecc5aeb226178faeb39349386da8663d (patch)
treee875e5221ce4f80b741a58a6e7019016bf4ef6e3 /src/kde
parent8cbd3f41229fc385698bfd9a5524ba2610777543 (diff)
downloadkchmviewer-16e768c7ecc5aeb226178faeb39349386da8663d.tar.gz
kchmviewer-16e768c7ecc5aeb226178faeb39349386da8663d.zip
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
Diffstat (limited to 'src/kde')
-rw-r--r--src/kde/kchmdcopiface.cpp4
-rw-r--r--src/kde/kchmdcopiface.h2
-rw-r--r--src/kde/kchmviewwindow_khtmlpart.cpp4
-rw-r--r--src/kde/kchmviewwindow_khtmlpart.h2
4 files changed, 6 insertions, 6 deletions
diff --git a/src/kde/kchmdcopiface.cpp b/src/kde/kchmdcopiface.cpp
index 2054d69..d6a90da 100644
--- a/src/kde/kchmdcopiface.cpp
+++ b/src/kde/kchmdcopiface.cpp
@@ -26,8 +26,8 @@
#include "kchmsearchwindow.h"
-KCHMDCOPIface::KCHMDCOPIface(TQObject *tqparent, const char *name)
- : TQObject(tqparent, name), DCOPObject( "KCHMDCOPIface" )
+KCHMDCOPIface::KCHMDCOPIface(TQObject *parent, const char *name)
+ : TQObject(parent, name), DCOPObject( "KCHMDCOPIface" )
{
}
diff --git a/src/kde/kchmdcopiface.h b/src/kde/kchmdcopiface.h
index 2c8800f..39872f9 100644
--- a/src/kde/kchmdcopiface.h
+++ b/src/kde/kchmdcopiface.h
@@ -34,7 +34,7 @@ class KCHMDCOPIface : public TQObject, public DCOPObject
K_DCOP
public:
- KCHMDCOPIface( TQObject *tqparent = 0, const char *name = 0 );
+ KCHMDCOPIface( TQObject *parent = 0, const char *name = 0 );
~KCHMDCOPIface();
k_dcop:
diff --git a/src/kde/kchmviewwindow_khtmlpart.cpp b/src/kde/kchmviewwindow_khtmlpart.cpp
index e3c8f42..d6cb639 100644
--- a/src/kde/kchmviewwindow_khtmlpart.cpp
+++ b/src/kde/kchmviewwindow_khtmlpart.cpp
@@ -37,8 +37,8 @@ TQWidget * KCHMViewWindow_KHTMLPart::getTQWidget()
return view();
}
-KCHMViewWindow_KHTMLPart::KCHMViewWindow_KHTMLPart( TQTabWidget * tqparent )
- : KHTMLPart ( tqparent ), KCHMViewWindow ( tqparent )
+KCHMViewWindow_KHTMLPart::KCHMViewWindow_KHTMLPart( TQTabWidget * parent )
+ : KHTMLPart ( parent ), KCHMViewWindow ( parent )
{
m_zoomfactor = 0;
m_currentEncoding = 0;
diff --git a/src/kde/kchmviewwindow_khtmlpart.h b/src/kde/kchmviewwindow_khtmlpart.h
index c319a08..178b103 100644
--- a/src/kde/kchmviewwindow_khtmlpart.h
+++ b/src/kde/kchmviewwindow_khtmlpart.h
@@ -47,7 +47,7 @@ class KCHMViewWindow_KHTMLPart : public KHTMLPart, public KCHMViewWindow
Q_OBJECT
TQ_OBJECT
public:
- KCHMViewWindow_KHTMLPart( TQTabWidget * tqparent );
+ KCHMViewWindow_KHTMLPart( TQTabWidget * parent );
~KCHMViewWindow_KHTMLPart();
//! Open a page from current chm archive