diff options
Diffstat (limited to 'src/basket.h')
-rw-r--r-- | src/basket.h | 6 |
1 files changed, 3 insertions, 3 deletions
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<Note*> tqparentGroups(); + TQValueList<Note*> 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(); }; |