summaryrefslogtreecommitdiffstats
path: root/kmix
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-05 14:47:58 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-05 14:47:58 -0500
commitdae33ddf7298985d82b1f18e1cd8876777576339 (patch)
tree1ce9c4294aab4ce73235a5a2860be1a262cdaf24 /kmix
parentd2fc88a49ddb99863a42e9b7953f920f5b28b944 (diff)
downloadtdemultimedia-dae33ddf7298985d82b1f18e1cd8876777576339.tar.gz
tdemultimedia-dae33ddf7298985d82b1f18e1cd8876777576339.zip
Fix typos.
Diffstat (limited to 'kmix')
-rw-r--r--kmix/kmixapplet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmix/kmixapplet.cpp b/kmix/kmixapplet.cpp
index 3d5fec6d..d20afddc 100644
--- a/kmix/kmixapplet.cpp
+++ b/kmix/kmixapplet.cpp
@@ -433,7 +433,7 @@ TQSize KMixApplet::sizeHint() const {
}
/**
- We need widthForHeight() and heigthForWidth() only because KPanelApplet::updateLayout does relayouts
+ We need widthForHeight() and heightForWidth() only because KPanelApplet::updateLayout does relayouts
using this method. Actually we ignore the passed paramater and just return our preferred size.
*/
int KMixApplet::widthForHeight(int) const {