diff options
Diffstat (limited to 'kxsldbg/kxsldbgpart/xsldbgbreakpointsimpl.h')
-rw-r--r-- | kxsldbg/kxsldbgpart/xsldbgbreakpointsimpl.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/kxsldbg/kxsldbgpart/xsldbgbreakpointsimpl.h b/kxsldbg/kxsldbgpart/xsldbgbreakpointsimpl.h index 5da172e7..52bbaf6c 100644 --- a/kxsldbg/kxsldbgpart/xsldbgbreakpointsimpl.h +++ b/kxsldbg/kxsldbgpart/xsldbgbreakpointsimpl.h @@ -28,11 +28,12 @@ class XsldbgDebugger; -class XsldbgBreakpointsImpl : public XsldbgBreakpoints, public XsldbgDialogBase { - Q_OBJECT +class XsldbgBreakpointsImpl : public XsldbgBreakpoints, public XsldbgDialogBase { + Q_OBJECT + TQ_OBJECT public: - XsldbgBreakpointsImpl(XsldbgDebugger *debugger, TQWidget *parent=0, const char *name=0); + XsldbgBreakpointsImpl(XsldbgDebugger *debugger, TQWidget *tqparent=0, const char *name=0); ~XsldbgBreakpointsImpl(); /* Return >= 0 if line number entered is valid */ @@ -51,7 +52,7 @@ public slots: void slotEnableBreakpoint(); void selectionChanged(TQListViewItem *item); - /** Recieve notification about breakpoint to add to view, First parameter is TQString::null + /** Recieve notification about breakpoint to add to view, First parameter is TQString() to indicate start of breakpoint list notfication */ void slotProcBreakpointItem(TQString file, int lineNumber, TQString templateName, TQString modeName, |