From f3a9c5ace2048794e4432ddc71401b41d3361e4b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:33:51 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- plugin/smb4k_konqplugin.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'plugin') diff --git a/plugin/smb4k_konqplugin.cpp b/plugin/smb4k_konqplugin.cpp index 1a5a1c4..9a23567 100644 --- a/plugin/smb4k_konqplugin.cpp +++ b/plugin/smb4k_konqplugin.cpp @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include #include #include @@ -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: -- cgit v1.2.1