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.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/noatun-plugins/nexscope/gui.cpp b/noatun-plugins/nexscope/gui.cpp
index ca371a6..b71cf03 100644
--- a/noatun-plugins/nexscope/gui.cpp
+++ b/noatun-plugins/nexscope/gui.cpp
@@ -72,9 +72,9 @@ Control::Control() : mConfigurator(0)
{
{
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);
+ KStdAction::save(this, TQ_SLOT(save()), actionCollection())->plug(tools);
+ KStdAction::saveAs(this, TQ_SLOT(saveAs()), actionCollection())->plug(tools);
+ KStdAction::open(this, TQ_SLOT(open()), actionCollection())->plug(tools);
}
@@ -88,11 +88,11 @@ Control::Control() : mConfigurator(0)
mTree->setSorting(-1);
mTree->setRootIsDecorated(true);
- connect(mTree, TQT_SIGNAL(dropped(TQDropEvent*, TQListViewItem*, TQListViewItem*)),
- TQT_SLOT(dropEvent(TQDropEvent*, TQListViewItem*, TQListViewItem*)));
+ connect(mTree, TQ_SIGNAL(dropped(TQDropEvent*, TQListViewItem*, TQListViewItem*)),
+ TQ_SLOT(dropEvent(TQDropEvent*, TQListViewItem*, TQListViewItem*)));
- connect(mTree, TQT_SIGNAL(currentChanged(TQListViewItem*)),
- TQT_SLOT(currentChanged(TQListViewItem*)));
+ connect(mTree, TQ_SIGNAL(currentChanged(TQListViewItem*)),
+ TQ_SLOT(currentChanged(TQListViewItem*)));
mCreatorsList=new RendererListView(left);
mCreatorsList->addColumn(i18n("Name"));