diff options
Diffstat (limited to 'quanta/components/debugger/debuggerbreakpointview.h')
-rw-r--r-- | quanta/components/debugger/debuggerbreakpointview.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/quanta/components/debugger/debuggerbreakpointview.h b/quanta/components/debugger/debuggerbreakpointview.h index 9724cec5..e6abcfcd 100644 --- a/quanta/components/debugger/debuggerbreakpointview.h +++ b/quanta/components/debugger/debuggerbreakpointview.h @@ -27,7 +27,7 @@ // class DebuggerBreakpoint; class DebuggerBreakpointView; -class DebuggerBreakpointViewItem : public KListViewItem +class DebuggerBreakpointViewItem : public TDEListViewItem { private: DebuggerBreakpoint m_breakpoint; @@ -41,7 +41,7 @@ class DebuggerBreakpointViewItem : public KListViewItem }; -class DebuggerBreakpointView : public KListView +class DebuggerBreakpointView : public TDEListView { Q_OBJECT @@ -59,7 +59,7 @@ class DebuggerBreakpointView : public KListView public slots: void slotRemoveSelected(); - void slotBreakpointContextMenu(KListView *list, TQListViewItem * item, const TQPoint& point); + void slotBreakpointContextMenu(TDEListView *list, TQListViewItem * item, const TQPoint& point); void slotBreakpointDoubleClick(TQListViewItem *item, const TQPoint &point, int column); signals: @@ -69,7 +69,7 @@ class DebuggerBreakpointView : public KListView void keyPressEvent(TQKeyEvent *e); TQListViewItem* findBreakpoint(const DebuggerBreakpoint& bp, bool addIfNotExist = true); - KPopupMenu *m_breakpointPopup; + TDEPopupMenu *m_breakpointPopup; }; #endif |