summaryrefslogtreecommitdiffstats
path: root/kwin-styles/smooth-blend/client/smoothblend.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:18:28 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-15 13:49:52 +0200
commit5af0fd2a824dd9599c22a9be99386e7927e755f2 (patch)
tree4117d22854bb1aabdd9339d262a24844d551c47e /kwin-styles/smooth-blend/client/smoothblend.h
parent9540e3215ca6e6cbcccff74a311ef9b9652273c7 (diff)
downloadtdeartwork-5af0fd2a824dd9599c22a9be99386e7927e755f2.tar.gz
tdeartwork-5af0fd2a824dd9599c22a9be99386e7927e755f2.zip
Rename obsolete tq methods to standard names
(cherry picked from commit 68de9c7a2183849c2a79e96c6b0f1ea4987e9474)
Diffstat (limited to 'kwin-styles/smooth-blend/client/smoothblend.h')
-rw-r--r--kwin-styles/smooth-blend/client/smoothblend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kwin-styles/smooth-blend/client/smoothblend.h b/kwin-styles/smooth-blend/client/smoothblend.h
index 323b7dcd..eaca8373 100644
--- a/kwin-styles/smooth-blend/client/smoothblend.h
+++ b/kwin-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);