summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/nexscope/renderers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun-plugins/nexscope/renderers.cpp')
-rw-r--r--noatun-plugins/nexscope/renderers.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/noatun-plugins/nexscope/renderers.cpp b/noatun-plugins/nexscope/renderers.cpp
index f5e97c9..37db147 100644
--- a/noatun-plugins/nexscope/renderers.cpp
+++ b/noatun-plugins/nexscope/renderers.cpp
@@ -6,7 +6,7 @@
#include <tqlayout.h>
#include <klocale.h>
-struct HorizontalPair : public Renderer
+structQt::HorizontalPair : public Renderer
{
HorizontalPair() : color(0x578cd8)
{
@@ -15,9 +15,9 @@ struct HorizontalPair : public Renderer
pair=true;
}
- TQWidget *configure(TQWidget *parent)
+ TQWidget *configure(TQWidget *tqparent)
{
- TQWidget *config=new TQWidget(parent);
+ TQWidget *config=new TQWidget(tqparent);
(new TQVBoxLayout(config))->setAutoAdd(true);
new NexColorButton(config, &color);