summaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:05:49 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:05:49 -0600
commit037f63ff07d188ad2398af9c98914cf21f80e033 (patch)
tree8ca3b2f7ee217b55a5b804e0a06af2d15b7572bb /plugin
parenta193fcd80dbf6875f3e66b7fd2561f9394dc4189 (diff)
downloadsmb4k-037f63ff07d188ad2398af9c98914cf21f80e033.tar.gz
smb4k-037f63ff07d188ad2398af9c98914cf21f80e033.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'plugin')
-rw-r--r--plugin/smb4k_konqplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/smb4k_konqplugin.cpp b/plugin/smb4k_konqplugin.cpp
index d1a5dd5..1cbabe9 100644
--- a/plugin/smb4k_konqplugin.cpp
+++ b/plugin/smb4k_konqplugin.cpp
@@ -65,7 +65,7 @@ KonqSidebar_Smb4K::KonqSidebar_Smb4K(TDEInstance *inst,TQObject *parent,TQWidget
widget = new smb4kWidget( widgetParent );
- KToolBar *topBar = new KToolBar( widget, "Topbar" );
+ TDEToolBar *topBar = new TDEToolBar( widget, "Topbar" );
topBar->setIconSize(16);
topBar->insertButton( "reload", 0, TQT_SIGNAL( clicked() ), this, TQT_SLOT( slotRescan() ) , TRUE, i18n( "Scan Network" ) );
topBar->insertButton( "find", 1, TQT_SIGNAL( clicked() ), this, TQT_SLOT( slotSearch() ) , TRUE, i18n( "Search" ) );