diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:04:33 -0600 | 
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:04:33 -0600 | 
| commit | 9aa2a73641f4d386c9667ac946cebfabca872940 (patch) | |
| tree | 9d6d443b7e100cbe48a8747207f7f2db1d42e141 /src/iteminterface.cpp | |
| parent | 0f2dc8b9f38b8cbb3cd1769173a4f3ed32a7a189 (diff) | |
| download | ktechlab-9aa2a73641f4d386c9667ac946cebfabca872940.tar.gz ktechlab-9aa2a73641f4d386c9667ac946cebfabca872940.zip | |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/iteminterface.cpp')
| -rw-r--r-- | src/iteminterface.cpp | 2 | 
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(); | 
