summaryrefslogtreecommitdiffstats
path: root/src/iteminterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/iteminterface.cpp')
-rw-r--r--src/iteminterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iteminterface.cpp b/src/iteminterface.cpp
index 9fe0527..08f6529 100644
--- a/src/iteminterface.cpp
+++ b/src/iteminterface.cpp
@@ -156,7 +156,7 @@ void ItemInterface::slotUpdateItemInterface()
// Update item editor toolbar
if ( ItemView * itemView = dynamic_cast<ItemView*>(p_cvb->activeView()) )
{
- if ( m_pActiveItemEditorToolBar = dynamic_cast<KToolBar*>(p_ktechlab->factory()->container("itemEditorTB",itemView)) )
+ if ( m_pActiveItemEditorToolBar = dynamic_cast<TDEToolBar*>(p_ktechlab->factory()->container("itemEditorTB",itemView)) )
{
m_pActiveItemEditorToolBar->setFullSize( true );
TQWidget * widget = configWidget();