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 --- kjots/kjotsbookmarks.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kjots/kjotsbookmarks.cpp') diff --git a/kjots/kjotsbookmarks.cpp b/kjots/kjotsbookmarks.cpp index 7259713..21ce6e8 100644 --- a/kjots/kjotsbookmarks.cpp +++ b/kjots/kjotsbookmarks.cpp @@ -23,9 +23,9 @@ #include "KJotsMain.h" #include "kjotsbookmarks.h" -KJotsBookmarks::KJotsBookmarks(KJotsMain* tqparent, const char* name) - : TQObject(tqparent, name), - m_kjots(tqparent) +KJotsBookmarks::KJotsBookmarks(KJotsMain* parent, const char* name) + : TQObject(parent, name), + m_kjots(parent) { } -- cgit v1.2.3