From 625904bd3097f9749450428904ca14ff2531824d 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/kdeutils@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmilo/generic/generic_monitor.cpp | 4 ++-- kmilo/generic/generic_monitor.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'kmilo/generic') diff --git a/kmilo/generic/generic_monitor.cpp b/kmilo/generic/generic_monitor.cpp index 6a4e1d2..4e13be1 100644 --- a/kmilo/generic/generic_monitor.cpp +++ b/kmilo/generic/generic_monitor.cpp @@ -42,8 +42,8 @@ using namespace KMilo; -GenericMonitor::GenericMonitor(TQObject *tqparent, const char *name, const TQStringList& args) -: Monitor(tqparent, name, args) +GenericMonitor::GenericMonitor(TQObject *parent, const char *name, const TQStringList& args) +: Monitor(parent, name, args) { _poll = false; m_displayType = Monitor::None; diff --git a/kmilo/generic/generic_monitor.h b/kmilo/generic/generic_monitor.h index 5c35b61..c94606d 100644 --- a/kmilo/generic/generic_monitor.h +++ b/kmilo/generic/generic_monitor.h @@ -51,7 +51,7 @@ class GenericMonitor : public Monitor TQ_OBJECT public: - GenericMonitor(TQObject *tqparent, const char *name, const TQStringList&); + GenericMonitor(TQObject *parent, const char *name, const TQStringList&); virtual ~GenericMonitor(); virtual bool init(); -- cgit v1.2.1