diff options
Diffstat (limited to 'ksim/ksimframe.cpp')
-rw-r--r-- | ksim/ksimframe.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksim/ksimframe.cpp b/ksim/ksimframe.cpp index b62c0ca..80af61a 100644 --- a/ksim/ksimframe.cpp +++ b/ksim/ksimframe.cpp @@ -36,7 +36,7 @@ KSim::Frame::~Frame() { } -void KSim::Frame::configureObject(bool tqrepaintWidget) +void KSim::Frame::configureObject(bool repaintWidget) { m_image.load(themeLoader().current().framePixmap(type())); @@ -58,7 +58,7 @@ void KSim::Frame::configureObject(bool tqrepaintWidget) themeLoader().reColourImage(m_image); m_background.convertFromImage(m_image.smoothScale(size())); - if (tqrepaintWidget) + if (repaintWidget) update(); } |