summaryrefslogtreecommitdiffstats
path: root/krusader/Konfigurator/kglookfeel.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:00:54 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:00:54 -0600
commit3c4deb14c187d5c7f35b1a3ec02eff4d2bbe2e47 (patch)
tree31c3e407c1757c6e3c7acd75bda8887d58a9026f /krusader/Konfigurator/kglookfeel.h
parent540d21c84c0b5504af5b55039c8fd795d56ff650 (diff)
downloadkrusader-3c4deb14c187d5c7f35b1a3ec02eff4d2bbe2e47.tar.gz
krusader-3c4deb14c187d5c7f35b1a3ec02eff4d2bbe2e47.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'krusader/Konfigurator/kglookfeel.h')
-rw-r--r--krusader/Konfigurator/kglookfeel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/krusader/Konfigurator/kglookfeel.h b/krusader/Konfigurator/kglookfeel.h
index d1df953..8c4cb71 100644
--- a/krusader/Konfigurator/kglookfeel.h
+++ b/krusader/Konfigurator/kglookfeel.h
@@ -38,7 +38,7 @@ class TQListView;
class KgLookFeel : public KonfiguratorPage
{
Q_OBJECT
- TQ_OBJECT
+
public:
KgLookFeel( bool first, TQWidget* parent=0, const char* name=0 );