diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 15:58:57 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 15:58:57 -0600 |
commit | 855560925aacf54c29cdf8e191769638648c361a (patch) | |
tree | f84b2d64bbb70f557475748c6f14d69b05b3c16c /src/infosidebarpage.h | |
parent | 7721a6fdfcea530996cf8ce047bbb41b612e273b (diff) | |
download | dolphin-855560925aacf54c29cdf8e191769638648c361a.tar.gz dolphin-855560925aacf54c29cdf8e191769638648c361a.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/infosidebarpage.h')
-rw-r--r-- | src/infosidebarpage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/infosidebarpage.h b/src/infosidebarpage.h index d62318f..6986fc8 100644 --- a/src/infosidebarpage.h +++ b/src/infosidebarpage.h @@ -51,7 +51,7 @@ class PixmapViewer; class InfoSidebarPage : public SidebarPage { Q_OBJECT - TQ_OBJECT + public: InfoSidebarPage(TQWidget* parent); @@ -168,7 +168,7 @@ private: class ServiceButton : public TQPushButton { Q_OBJECT - TQ_OBJECT + public: ServiceButton(const TQIconSet& icon, |