Fixed FTBFS caused by commit 745063f.

pull/2/head
Michele Calgaro 11 years ago
parent 745063fab8
commit d8bc25b05d

@ -210,7 +210,7 @@ KlipperWidget::KlipperWidget( TQWidget *parent, TDEConfig* config )
else { else {
m_pixmap = KSystemTray::loadIcon( "klipper" ); m_pixmap = KSystemTray::loadIcon( "klipper" );
m_iconOrigWidth = m_pixmap.width(); m_iconOrigWidth = m_pixmap.width();
m_iconOrigHeight = m_pixmap,height(); m_iconOrigHeight = m_pixmap.height();
} }
} }
adjustSize(); adjustSize();

Loading…
Cancel
Save