From 2007255ef3c315bc1dae29043caaa40a16699a29 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 24 Dec 2011 11:57:19 -0600 Subject: Rename a few stragglers --- src/newui/button.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newui/button.cpp') diff --git a/src/newui/button.cpp b/src/newui/button.cpp index 1a433252..311e3631 100644 --- a/src/newui/button.cpp +++ b/src/newui/button.cpp @@ -131,7 +131,7 @@ void Button::drawButton(TQPainter *p) pm.fill(eraseColor()); TQPainter p2(&pm); - tqstyle().drawControl(TQStyle::CE_PushButton,&p2,this, TQRect(0,0,pm.width(),pm.height()), colorGroup(),flags); + style().drawControl(TQStyle::CE_PushButton,&p2,this, TQRect(0,0,pm.width(),pm.height()), colorGroup(),flags); style().drawControl(TQStyle::CE_PushButtonLabel, &p2, this, TQRect(0,0,pm.width(),pm.height()), -- cgit v1.2.3