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 697967b..013e3c1 100644 --- a/src/libgui/breakpoint_view.h +++ b/src/libgui/breakpoint_view.h @@ -28,7 +28,7 @@ private: //---------------------------------------------------------------------------- class View : public TQWidget, public GenericView { -Q_OBJECT +TQ_OBJECT public: View(TQWidget *parent); |