summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/nexscope/gui.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-18 17:00:31 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-18 17:00:31 +0000
commit395a904bff7b4d6ead445c342f7ac0c5fbf29121 (patch)
tree9829cadb79d2cc7c29a940627fadb28b11e54150 /noatun-plugins/nexscope/gui.h
parent399f47c376fdf4d19192732a701ea9578d11619d (diff)
downloadtdeaddons-395a904bff7b4d6ead445c342f7ac0c5fbf29121.tar.gz
tdeaddons-395a904bff7b4d6ead445c342f7ac0c5fbf29121.zip
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
Diffstat (limited to 'noatun-plugins/nexscope/gui.h')
-rw-r--r--noatun-plugins/nexscope/gui.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/noatun-plugins/nexscope/gui.h b/noatun-plugins/nexscope/gui.h
index 3fea2ae..a96e137 100644
--- a/noatun-plugins/nexscope/gui.h
+++ b/noatun-plugins/nexscope/gui.h
@@ -13,6 +13,7 @@ class Renderer;
class Control : public KMainWindow
{
Q_OBJECT
+ TQ_OBJECT
public:
Control();
@@ -28,7 +29,7 @@ public slots:
void open(const KURL &file);
protected slots:
- void dropEvent(TQDropEvent *e, TQListViewItem *parent, TQListViewItem *pafter);
+ void dropEvent(TQDropEvent *e, TQListViewItem *tqparent, TQListViewItem *pafter);
void currentChanged(TQListViewItem *item);
private:
@@ -42,6 +43,7 @@ private:
class RendererListView : public KListView
{
Q_OBJECT
+ TQ_OBJECT
public:
RendererListView(TQWidget *p);