diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:05:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:05:43 -0600 |
commit | 28166400a4ac95793e5adb51721722e8656ebe4a (patch) | |
tree | 335bf692046a5d4cc10b2dc3f8beaa350c9607cb /noatun-plugins/nexscope/gui.h | |
parent | 2e53a31f139e370203f5a947a44d8daa8addcbe9 (diff) | |
download | tdeaddons-28166400a4ac95793e5adb51721722e8656ebe4a.tar.gz tdeaddons-28166400a4ac95793e5adb51721722e8656ebe4a.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'noatun-plugins/nexscope/gui.h')
-rw-r--r-- | noatun-plugins/nexscope/gui.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun-plugins/nexscope/gui.h b/noatun-plugins/nexscope/gui.h index 834d7df..baf0330 100644 --- a/noatun-plugins/nexscope/gui.h +++ b/noatun-plugins/nexscope/gui.h @@ -13,7 +13,7 @@ class Renderer; class Control : public KMainWindow { Q_OBJECT - TQ_OBJECT + public: Control(); @@ -43,7 +43,7 @@ private: class RendererListView : public KListView { Q_OBJECT - TQ_OBJECT + public: RendererListView(TQWidget *p); |