From 9b8c9f1f9e974ff0176108cfbd8852cd99ea68c8 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: Remove the tq in front of these incorrectly TQt4-converted methods/data members: tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ksim/ksimview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ksim/ksimview.h') diff --git a/ksim/ksimview.h b/ksim/ksimview.h index c6c158e..a1930f5 100644 --- a/ksim/ksimview.h +++ b/ksim/ksimview.h @@ -68,7 +68,7 @@ namespace KSim k_dcop: const TQString &hostname() const; - virtual void tqmaskMainView(); + virtual void maskMainView(); signals: void reload(); @@ -107,7 +107,7 @@ namespace KSim TQBoxLayout *m_pluginLayout; TQPoint m_mousePoint; int m_oldLocation; - TQTimer m_tqmaskTimer; + TQTimer m_maskTimer; }; } #endif // KSIMVIEW_H -- cgit v1.2.1