From 3ee504ecba6caf3c2609a8648fe3659f2b541544 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:35:14 -0600 Subject: Rename old tq methods that no longer need a unique name --- kodo/kimagenumber.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kodo/kimagenumber.cpp') diff --git a/kodo/kimagenumber.cpp b/kodo/kimagenumber.cpp index 911f718..86a44ba 100644 --- a/kodo/kimagenumber.cpp +++ b/kodo/kimagenumber.cpp @@ -30,7 +30,7 @@ KImageNumber::KImageNumber(const TQString& font, TQWidget* parent,const char* na m_value(0) { fontPix = new TQPixmap(font); - resize(tqsizeHint()); + resize(sizeHint()); } KImageNumber::~KImageNumber() @@ -65,7 +65,7 @@ double KImageNumber::value() const return m_value; } -TQSize KImageNumber::tqsizeHint() const +TQSize KImageNumber::sizeHint() const { int w = fontPix->width(); int each = w/11; -- cgit v1.2.1