diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-07 21:14:06 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-07 21:14:06 +0000 |
commit | 03d51915bf86a00c5953817c89976b62785bb5a1 (patch) | |
tree | 9d7535688297156379ab6c2639875b08b491babe /kolourpaint/kpdocumentsaveoptionswidget.cpp | |
parent | b86459d60bcb618fe6a61afb292b087c64878f1a (diff) | |
download | tdegraphics-03d51915bf86a00c5953817c89976b62785bb5a1.tar.gz tdegraphics-03d51915bf86a00c5953817c89976b62785bb5a1.zip |
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kolourpaint/kpdocumentsaveoptionswidget.cpp')
-rw-r--r-- | kolourpaint/kpdocumentsaveoptionswidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kolourpaint/kpdocumentsaveoptionswidget.cpp b/kolourpaint/kpdocumentsaveoptionswidget.cpp index 223bac5a..4309fbf1 100644 --- a/kolourpaint/kpdocumentsaveoptionswidget.cpp +++ b/kolourpaint/kpdocumentsaveoptionswidget.cpp @@ -705,11 +705,11 @@ void kpDocumentSaveOptionsWidget::setMode (Mode mode) // we change the height of "this", causing the text on the labels // to move but the first instance of the text doesn't get erased. // TQt bug. - TQTimer::singleShot (0, this, TQT_SLOT (tqrepaintLabels ())); + TQTimer::singleShot (0, this, TQT_SLOT (repaintLabels ())); } // protected slot -void kpDocumentSaveOptionsWidget::tqrepaintLabels () +void kpDocumentSaveOptionsWidget::repaintLabels () { if (mode () != Quality) m_colorDepthLabel->tqrepaint (); |