From f24ac211b8e67f545e757a50da4a00252d092869 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/applications/basket@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/basket.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/basket.h') diff --git a/src/basket.h b/src/basket.h index 2c20224..fd35a8b 100644 --- a/src/basket.h +++ b/src/basket.h @@ -101,7 +101,7 @@ class NoteSelection void append(NoteSelection *node); int count(); - TQValueList tqparentGroups(); + TQValueList parentGroups(); }; /** This store all needed information when exporting to HTML @@ -215,7 +215,7 @@ class Basket : public TQScrollView, public TQToolTip int tmpHeight; public: void unsetNotesWidth(); - void retqlayoutNotes(bool animate); + void relayoutNotes(bool animate); Note* noteAt(int x, int y); inline Note* firstNote() { return m_firstNote; } inline int columnsCount() { return m_columnsCount; } @@ -673,7 +673,7 @@ public slots: /// SPEED OPTIMIZATION private: bool m_finishLoadOnFirstShow; - bool m_retqlayoutOnNextShow; + bool m_relayoutOnNextShow; public: void aboutToBeActivated(); }; -- cgit v1.2.1