diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:28:28 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-15 13:49:51 +0200 |
commit | 866262ca6ea176e5fa96d7553a72e936b6942b55 (patch) | |
tree | d8529629ce718ba4fe30b87bfc1908a1e5cb026c /kwin-styles/kstep/nextclient.h | |
parent | d4a2c169ce526a9e14f89aaabf975f55433153a7 (diff) | |
download | tdeartwork-866262ca6ea176e5fa96d7553a72e936b6942b55.tar.gz tdeartwork-866262ca6ea176e5fa96d7553a72e936b6942b55.zip |
Rename old tq methods that no longer need a unique name
(cherry picked from commit f35eb5f602bee29af07ecaffe26cda71cea62b93)
Diffstat (limited to 'kwin-styles/kstep/nextclient.h')
-rw-r--r-- | kwin-styles/kstep/nextclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kwin-styles/kstep/nextclient.h b/kwin-styles/kstep/nextclient.h index b24da66d..40bd26b0 100644 --- a/kwin-styles/kstep/nextclient.h +++ b/kwin-styles/kstep/nextclient.h @@ -61,7 +61,7 @@ protected: void activeChange(); void shadeChange(); void iconChange(); - TQSize tqminimumSize() const; + TQSize minimumSize() const; void resize(const TQSize &size); void borders(int &left, int &right, int &top, int &bottom) const; void reset(unsigned long changed); |