diff options
Diffstat (limited to 'k9author/k9menuedit.cpp')
-rw-r--r-- | k9author/k9menuedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k9author/k9menuedit.cpp b/k9author/k9menuedit.cpp index 129b252..54a9a7a 100644 --- a/k9author/k9menuedit.cpp +++ b/k9author/k9menuedit.cpp @@ -120,7 +120,7 @@ void k9MenuEdit::urBackgroundSelected(const TQString &_fileName) { //...otherwise, set the menu background image TQImage img; img.load(_fileName); - img=img.smoothScale(720,m_imageHeight,TQ_ScaleMax); + img=img.smoothScale(720,m_imageHeight,TQImage::ScaleMax); setBackgroundImage(img); } } |