summaryrefslogtreecommitdiffstats
path: root/src/sidebars.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-17 15:58:57 -0600
committerTimothy Pearson <[email protected]>2012-02-17 15:58:57 -0600
commit855560925aacf54c29cdf8e191769638648c361a (patch)
treef84b2d64bbb70f557475748c6f14d69b05b3c16c /src/sidebars.h
parent7721a6fdfcea530996cf8ce047bbb41b612e273b (diff)
downloaddolphin-855560925aacf54c29cdf8e191769638648c361a.tar.gz
dolphin-855560925aacf54c29cdf8e191769638648c361a.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/sidebars.h')
-rw-r--r--src/sidebars.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sidebars.h b/src/sidebars.h
index e1da72f..dd03c75 100644
--- a/src/sidebars.h
+++ b/src/sidebars.h
@@ -34,7 +34,7 @@ class SidebarPage;
class leftSidebar : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
leftSidebar(TQWidget* parent);
@@ -63,7 +63,7 @@ class leftSidebar : public TQWidget
class rightSidebar : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
rightSidebar(TQWidget* parent);