summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/nexscope/gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun-plugins/nexscope/gui.cpp')
-rw-r--r--noatun-plugins/nexscope/gui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun-plugins/nexscope/gui.cpp b/noatun-plugins/nexscope/gui.cpp
index 803aba0..0a9e28d 100644
--- a/noatun-plugins/nexscope/gui.cpp
+++ b/noatun-plugins/nexscope/gui.cpp
@@ -71,7 +71,7 @@ private:
Control::Control() : mConfigurator(0)
{
{
- KToolBar *tools=toolBar();
+ TDEToolBar *tools=toolBar();
KStdAction::save(this, TQT_SLOT(save()), actionCollection())->plug(tools);
KStdAction::saveAs(this, TQT_SLOT(saveAs()), actionCollection())->plug(tools);
KStdAction::open(this, TQT_SLOT(open()), actionCollection())->plug(tools);
@@ -173,7 +173,7 @@ void Control::currentChanged(TQListViewItem *item)
}
-RendererListView::RendererListView(TQWidget *p) : KListView(p)
+RendererListView::RendererListView(TQWidget *p) : TDEListView(p)
{
addColumn(i18n("Name"));
header()->hide();