diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:18:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:18:28 -0600 |
commit | 68de9c7a2183849c2a79e96c6b0f1ea4987e9474 (patch) | |
tree | 4c73e7aadedad436159b79db175f8478afd72a2b /twin-styles/smooth-blend/client/smoothblend.h | |
parent | 6b41ad2b1c1b934cf801bedd73f2358db1972378 (diff) | |
download | tdeartwork-68de9c7a2183849c2a79e96c6b0f1ea4987e9474.tar.gz tdeartwork-68de9c7a2183849c2a79e96c6b0f1ea4987e9474.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'twin-styles/smooth-blend/client/smoothblend.h')
-rw-r--r-- | twin-styles/smooth-blend/client/smoothblend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin-styles/smooth-blend/client/smoothblend.h b/twin-styles/smooth-blend/client/smoothblend.h index 323b7dcd..eaca8373 100644 --- a/twin-styles/smooth-blend/client/smoothblend.h +++ b/twin-styles/smooth-blend/client/smoothblend.h @@ -204,7 +204,7 @@ public: } private: - void addButtons(TQBoxLayout* tqlayout, const TQString& buttons, int buttonSize = 18); + void addButtons(TQBoxLayout* layout, const TQString& buttons, int buttonSize = 18); bool eventFilter(TQObject *obj, TQEvent *e); void mouseDoubleClickEvent(TQMouseEvent *e); void wheelEvent(TQWheelEvent *e); |