summaryrefslogtreecommitdiffstats
path: root/src/kde-qt.cpp
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-qt.cpp
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-qt.cpp')
-rw-r--r--src/kde-qt.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kde-qt.cpp b/src/kde-qt.cpp
index 9885b84..71d1b4c 100644
--- a/src/kde-qt.cpp
+++ b/src/kde-qt.cpp
@@ -22,11 +22,11 @@
#include "kde-qt.h"
#if defined (USE_KDE)
-KQListView::KQListView( TQWidget * tqparent, const char * name, int )
- : KListView (tqparent, name)
+KQListView::KQListView( TQWidget * parent, const char * name, int )
+ : KListView (parent, name)
#else
-KQListView::KQListView( TQWidget * tqparent, const char * name, int f )
- : TQListView (tqparent, name, f)
+KQListView::KQListView( TQWidget * parent, const char * name, int f )
+ : TQListView (parent, name, f)
#endif
{
}