diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:03:41 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:03:41 -0600 |
commit | 17678d65de293ae9a8b077b5c0bc3f493c617f8b (patch) | |
tree | b4131182c75a7a638f626bc3b9415b6f47ff680e /src/note.h | |
parent | 522c7294f06d294c77bc1ea7d0dec4b371c43373 (diff) | |
download | basket-17678d65de293ae9a8b077b5c0bc3f493c617f8b.tar.gz basket-17678d65de293ae9a8b077b5c0bc3f493c617f8b.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'src/note.h')
-rw-r--r-- | src/note.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -74,7 +74,7 @@ class Note // int m_minContentWidth; public: void setWidth(int width); - void setWidthForceRetqlayout(int width); + void setWidthForceRelayout(int width); void setInitialHeight(int height) { m_height = height; } /// << Do NEVER use it unless you know what you do! void setX(int x); void setY(int y); @@ -93,7 +93,7 @@ class Note int minWidth(); int minRight(); void unsetWidth(); - void requestRetqlayout(); + void requestRelayout(); void setHeight(int height) { m_height = height; } /// << DO NEVER USE IT!!! Only available when moving notes, groups should be recreated with the exact same state as before! /// FREE AND COLUMN LAYOUTS MANAGEMENT: |