diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-07-08 23:34:46 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-07-08 23:34:46 +0900 |
commit | d8bc25b05db5f799797b69d44f9db2e5c38e9e2a (patch) | |
tree | 74a383a763adeb2653555d4cb65b62bf73d5ec6b | |
parent | 745063fab8573daad8f3a174809c2da5d98f4fa6 (diff) | |
download | tdebase-d8bc25b05db5f799797b69d44f9db2e5c38e9e2a.tar.gz tdebase-d8bc25b05db5f799797b69d44f9db2e5c38e9e2a.zip |
Fixed FTBFS caused by commit 745063f.
-rw-r--r-- | klipper/toplevel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klipper/toplevel.cpp b/klipper/toplevel.cpp index ba4b255b6..d46d867c7 100644 --- a/klipper/toplevel.cpp +++ b/klipper/toplevel.cpp @@ -210,7 +210,7 @@ KlipperWidget::KlipperWidget( TQWidget *parent, TDEConfig* config ) else { m_pixmap = KSystemTray::loadIcon( "klipper" ); m_iconOrigWidth = m_pixmap.width(); - m_iconOrigHeight = m_pixmap,height(); + m_iconOrigHeight = m_pixmap.height(); } } adjustSize(); |