diff options
-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(); |