summaryrefslogtreecommitdiffstats
path: root/lib/kofficeui/KoToolBox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficeui/KoToolBox.cpp')
-rw-r--r--lib/kofficeui/KoToolBox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficeui/KoToolBox.cpp b/lib/kofficeui/KoToolBox.cpp
index ca7db5a71..eea6a2903 100644
--- a/lib/kofficeui/KoToolBox.cpp
+++ b/lib/kofficeui/KoToolBox.cpp
@@ -172,7 +172,7 @@ void KoToolBox::enableTools(bool enable)
}
m_buttonGroup->setEnabled(enable);
for (TQ_UINT32 i = 0; i < m_numberOfButtons; ++i) {
- m_buttonGroup->tqfind( i )->setEnabled( enable );
+ m_buttonGroup->find( i )->setEnabled( enable );
}
}