summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2012-04-05 14:39:35 -0500
committerDarrell Anderson <[email protected]>2012-04-05 14:39:35 -0500
commite76d82f9725578c741444c62ca989f8fe7738b4b (patch)
tree2ff225416d0f1b308acc9ebb928dab8f7350f8e7
parent0e3d0ed603c6c8065fdcb77bc79b59a768fc6a5b (diff)
downloadkaffeine-e76d82f9725578c741444c62ca989f8fe7738b4b.tar.gz
kaffeine-e76d82f9725578c741444c62ca989f8fe7738b4b.zip
Fix typos.
-rw-r--r--kaffeine/src/player-parts/gstreamer-part/video.h2
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();