summaryrefslogtreecommitdiffstats
path: root/kodo/kimagenumber.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kodo/kimagenumber.cpp')
-rw-r--r--kodo/kimagenumber.cpp4
1 files changed, 2 insertions, 2 deletions
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;