summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/QDeferScrollView.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:01:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:01:45 -0600
commitc97367ce4f0e465de236acd5e8e59cef08ada0ce (patch)
tree52d33a19bf5ee6018572cd95ef0a32f4246df15c /src/gui/widgets/QDeferScrollView.h
parent6c5563b774ff6d926703282d34031a32d75d0c2f (diff)
downloadrosegarden-c97367ce4f0e465de236acd5e8e59cef08ada0ce.tar.gz
rosegarden-c97367ce4f0e465de236acd5e8e59cef08ada0ce.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/gui/widgets/QDeferScrollView.h')
-rw-r--r--src/gui/widgets/QDeferScrollView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/QDeferScrollView.h b/src/gui/widgets/QDeferScrollView.h
index f8504ff..1c36fbf 100644
--- a/src/gui/widgets/QDeferScrollView.h
+++ b/src/gui/widgets/QDeferScrollView.h
@@ -56,7 +56,7 @@ namespace Rosegarden
class QDeferScrollView : public TQScrollView
{
Q_OBJECT
- TQ_OBJECT
+
public:
QDeferScrollView(TQWidget* parent=0, const char *name=0, WFlags f=0);