summaryrefslogtreecommitdiffstats
path: root/src/combobutton.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
commit633d093981e9e04c06921459694cd095cdf85c23 (patch)
treef57f57a42931d695016276d6784cfc1743c82a14 /src/combobutton.h
parent6b1b516f42036cf9eff691dba3fd6e9eab82a7e1 (diff)
downloadsoundkonverter-633d093981e9e04c06921459694cd095cdf85c23.tar.gz
soundkonverter-633d093981e9e04c06921459694cd095cdf85c23.zip
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/soundkonverter@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/combobutton.h')
-rwxr-xr-xsrc/combobutton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combobutton.h b/src/combobutton.h
index f7c0d41..73d87d3 100755
--- a/src/combobutton.h
+++ b/src/combobutton.h
@@ -84,7 +84,7 @@ private:
/** Recalculate the size of the combobutton */
void balanceSize();
/** The button gets a new label, etc. */
- void tqrepaintButton();
+ void repaintButton();
//public slots:
//void setCurrentItem(const TQString &item, bool insert=false, int index=-1);