summaryrefslogtreecommitdiffstats
path: root/src/libgui/breakpoint_view.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:01:33 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:01:33 -0600
commitfbbad1fdbec7cab719c3e9bdb6d8693cf8b3e61d (patch)
tree44afa11fb537fa93881a338ae3b58f50e0e57371 /src/libgui/breakpoint_view.h
parent8ac8ddd6c1dcbda5e0240f5b2ad51800130f7360 (diff)
downloadpiklab-fbbad1fdbec7cab719c3e9bdb6d8693cf8b3e61d.tar.gz
piklab-fbbad1fdbec7cab719c3e9bdb6d8693cf8b3e61d.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/libgui/breakpoint_view.h')
-rw-r--r--src/libgui/breakpoint_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libgui/breakpoint_view.h b/src/libgui/breakpoint_view.h
index 1545afa..9456182 100644
--- a/src/libgui/breakpoint_view.h
+++ b/src/libgui/breakpoint_view.h
@@ -29,7 +29,7 @@ private:
class View : public TQWidget, public GenericView
{
Q_OBJECT
- TQ_OBJECT
+
public:
View(TQWidget *parent);
virtual void updateView();