From 7b69b8b372f7179c3e9e45e3119b1705eac1ffc1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 2 Aug 2011 19:41:20 +0000 Subject: Fix ktechlab FTBFS under gcc4.6 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktechlab@1244429 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/gui/orientationwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui') diff --git a/src/gui/orientationwidget.cpp b/src/gui/orientationwidget.cpp index 49137c2..134a958 100644 --- a/src/gui/orientationwidget.cpp +++ b/src/gui/orientationwidget.cpp @@ -185,7 +185,7 @@ void OrientationWidget::slotClear() for ( int col=0; col<4; ++col ) { // Hmm...this line has crashed before - m_toolBtn[row][col]->setPixmap( TQPixmap::TQPixmap() ); + m_toolBtn[row][col]->setPixmap( TQPixmap() ); m_toolBtn[row][col]->setEnabled(false); } } -- cgit v1.2.1