summaryrefslogtreecommitdiffstats
path: root/languages/cpp/debugger/variablewidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'languages/cpp/debugger/variablewidget.h')
-rw-r--r--languages/cpp/debugger/variablewidget.h10
1 files changed, 5 insertions, 5 deletions
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 <vector>
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<TQString, VarItem*> 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);