From 395a904bff7b4d6ead445c342f7ac0c5fbf29121 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 18 Jun 2011 17:00:31 +0000 Subject: TQt4 port kdeaddons This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1237404 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- noatun-plugins/nexscope/renderers.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'noatun-plugins/nexscope/renderers.cpp') 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 #include -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); -- cgit v1.2.1