From f78eb03afb8c9a380985d26286afc40b4c89b292 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:15:35 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- languages/cpp/debugger/variablewidget.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'languages/cpp/debugger/variablewidget.h') diff --git a/languages/cpp/debugger/variablewidget.h b/languages/cpp/debugger/variablewidget.h index 86d08848..d08d5729 100644 --- a/languages/cpp/debugger/variablewidget.h +++ b/languages/cpp/debugger/variablewidget.h @@ -31,7 +31,7 @@ #include class KLineEdit; -class KPopupMenu; +class TDEPopupMenu; namespace GDBDebugger { @@ -83,7 +83,7 @@ private: /***************************************************************************/ /***************************************************************************/ -class VariableTree : public KListView, public TQToolTip +class VariableTree : public TDEListView, public TQToolTip { Q_OBJECT @@ -117,7 +117,7 @@ public slots: void slotItemRenamed(TQListViewItem* item, int col, const TQString& text); private slots: - void slotContextMenu(KListView *, TQListViewItem *item); + void slotContextMenu(TDEListView *, TQListViewItem *item); void slotVarobjNameChanged(const TQString& from, const TQString& to); private: // Callbacks for gdb commands; @@ -174,7 +174,7 @@ private: TQMap varobj2varitem; - KPopupMenu* activePopup_; + TDEPopupMenu* activePopup_; static const int idToggleWatch = 10; friend class VarFrameRoot; @@ -204,7 +204,7 @@ private: 'trim' method is called, removing all variables which were not recieved from gdbr. */ -class TrimmableItem : public KListViewItem +class TrimmableItem : public TDEListViewItem { public: TrimmableItem(VariableTree *parent); -- cgit v1.2.3