diff options
author | Darrell Anderson <[email protected]> | 2012-04-05 14:39:35 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-05 14:39:35 -0500 |
commit | e76d82f9725578c741444c62ca989f8fe7738b4b (patch) | |
tree | 2ff225416d0f1b308acc9ebb928dab8f7350f8e7 | |
parent | 0e3d0ed603c6c8065fdcb77bc79b59a768fc6a5b (diff) | |
download | kaffeine-e76d82f9725578c741444c62ca989f8fe7738b4b.tar.gz kaffeine-e76d82f9725578c741444c62ca989f8fe7738b4b.zip |
Fix typos.
-rw-r--r-- | kaffeine/src/player-parts/gstreamer-part/video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kaffeine/src/player-parts/gstreamer-part/video.h b/kaffeine/src/player-parts/gstreamer-part/video.h index f7c5180..a410e23 100644 --- a/kaffeine/src/player-parts/gstreamer-part/video.h +++ b/kaffeine/src/player-parts/gstreamer-part/video.h @@ -68,7 +68,7 @@ signals: public slots: // void setGeometry(const TQRect&); void setGeometry(); - void setGeometry( int x, int y, int width, int heigth ); + void setGeometry( int x, int y, int width, int height ); void slotAspectRatioAuto(); void slotAspectRatio4_3(); void slotAspectRatioAnamorphic(); |