From 9771f17f8cc5252b12ec5f3edf47ff9bffdf997f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:16:01 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- quanta/components/debugger/variableslistview.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'quanta/components/debugger/variableslistview.h') diff --git a/quanta/components/debugger/variableslistview.h b/quanta/components/debugger/variableslistview.h index af3db373..de837241 100644 --- a/quanta/components/debugger/variableslistview.h +++ b/quanta/components/debugger/variableslistview.h @@ -25,7 +25,7 @@ class DebuggerVariable; -class VariablesListView : public KListView +class VariablesListView : public TDEListView { Q_OBJECT @@ -55,7 +55,7 @@ class VariablesListView : public KListView void slotVariableSetValue(); void slotVariableDump(); void slotVariableCopyToClipboard(); - void slotVariableContextMenu(KListView *list, TQListViewItem * item, const TQPoint& point); + void slotVariableContextMenu(TDEListView *list, TQListViewItem * item, const TQPoint& point); signals: void valueChanged(DebuggerVariable*); @@ -66,7 +66,7 @@ class VariablesListView : public KListView void replaceVariable(DebuggerVariable* oldvar, DebuggerVariable* newvar); TQPtrList m_variablesList; - KPopupMenu *m_variablePopup; + TDEPopupMenu *m_variablePopup; }; #endif -- cgit v1.2.1