summaryrefslogtreecommitdiffstats
path: root/src/basket.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
commitf24ac211b8e67f545e757a50da4a00252d092869 (patch)
tree113a9b3b91d929b658082587b6e10f647570f775 /src/basket.h
parent2ebe91d378b798914b9fd5e741f81bac4ab3ef08 (diff)
downloadbasket-f24ac211b8e67f545e757a50da4a00252d092869.tar.gz
basket-f24ac211b8e67f545e757a50da4a00252d092869.zip
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
Diffstat (limited to 'src/basket.h')
-rw-r--r--src/basket.h6
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();
};