summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/modifiedthread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnfrontend/modifiedthread.cpp')
-rw-r--r--src/svnfrontend/modifiedthread.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/svnfrontend/modifiedthread.cpp b/src/svnfrontend/modifiedthread.cpp
index 21b71d5..3169f1e 100644
--- a/src/svnfrontend/modifiedthread.cpp
+++ b/src/svnfrontend/modifiedthread.cpp
@@ -27,10 +27,10 @@
#include <kdebug.h>
#include <kapplication.h>
-CheckModifiedThread::CheckModifiedThread(TQObject*_tqparent,const TQString&what,bool _updates)
+CheckModifiedThread::CheckModifiedThread(TQObject*_parent,const TQString&what,bool _updates)
: TQThread(),mutex(),m_ContextListener(0)
{
- m_Parent = _tqparent;
+ m_Parent = _parent;
m_CurrentContext = new svn::Context();
m_ContextListener = new ThreadContextListener(m_Parent);
TQObject::connect(m_ContextListener,TQT_SIGNAL(sendNotify(const TQString&)),m_Parent,TQT_SLOT(slotNotifyMessage(const TQString&)));