summaryrefslogtreecommitdiffstats
path: root/plugin/smb4k_konqplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/smb4k_konqplugin.cpp')
-rw-r--r--plugin/smb4k_konqplugin.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugin/smb4k_konqplugin.cpp b/plugin/smb4k_konqplugin.cpp
index 1a5a1c4..070dd7a 100644
--- a/plugin/smb4k_konqplugin.cpp
+++ b/plugin/smb4k_konqplugin.cpp
@@ -155,10 +155,10 @@ void KonqSidebar_Smb4K::slotSearch()
if ( m_search_part )
{
- TQGridLayout *tqlayout = new TQGridLayout( frame );
- tqlayout->setSpacing( 10 );
- tqlayout->setMargin( 0 );
- tqlayout->addWidget ( m_search_part->widget(), 0, 0, 0 );
+ TQGridLayout *layout = new TQGridLayout( frame );
+ layout->setSpacing( 10 );
+ layout->setMargin( 0 );
+ layout->addWidget ( m_search_part->widget(), 0, 0, 0 );
searchDialog->resize(400,300);
// We do not want the dialog to be closed if the user presses return.
// Instead we want that a search is started: