diff options
Diffstat (limited to 'src/libgui/breakpoint_view.h')
-rw-r--r-- | src/libgui/breakpoint_view.h | 2 |
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(); |