From 9aa2a73641f4d386c9667ac946cebfabca872940 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:04:33 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- src/iteminterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/iteminterface.cpp') 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(p_cvb->activeView()) ) { - if ( m_pActiveItemEditorToolBar = dynamic_cast(p_ktechlab->factory()->container("itemEditorTB",itemView)) ) + if ( m_pActiveItemEditorToolBar = dynamic_cast(p_ktechlab->factory()->container("itemEditorTB",itemView)) ) { m_pActiveItemEditorToolBar->setFullSize( true ); TQWidget * widget = configWidget(); -- cgit v1.2.3