diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 15:58:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 15:58:57 -0600 |
commit | 855560925aacf54c29cdf8e191769638648c361a (patch) | |
tree | f84b2d64bbb70f557475748c6f14d69b05b3c16c /src/statusbarspaceinfo.h | |
parent | 7721a6fdfcea530996cf8ce047bbb41b612e273b (diff) | |
download | dolphin-855560925aacf54c29cdf8e191769638648c361a.tar.gz dolphin-855560925aacf54c29cdf8e191769638648c361a.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/statusbarspaceinfo.h')
-rw-r--r-- | src/statusbarspaceinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statusbarspaceinfo.h b/src/statusbarspaceinfo.h index 3752524..6c3f99f 100644 --- a/src/statusbarspaceinfo.h +++ b/src/statusbarspaceinfo.h @@ -34,7 +34,7 @@ class KDiskFreeSp; class StatusBarSpaceInfo : public TQWidget { Q_OBJECT - TQ_OBJECT + public: StatusBarSpaceInfo(TQWidget* parent); |