diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 14:47:58 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 14:47:58 -0500 |
commit | dae33ddf7298985d82b1f18e1cd8876777576339 (patch) | |
tree | 1ce9c4294aab4ce73235a5a2860be1a262cdaf24 /kmix | |
parent | d2fc88a49ddb99863a42e9b7953f920f5b28b944 (diff) | |
download | tdemultimedia-dae33ddf7298985d82b1f18e1cd8876777576339.tar.gz tdemultimedia-dae33ddf7298985d82b1f18e1cd8876777576339.zip |
Fix typos.
Diffstat (limited to 'kmix')
-rw-r--r-- | kmix/kmixapplet.cpp | 2 |
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 { |