aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/editor/scripteditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/editor/scripteditor.h')
-rw-r--r--src/modules/editor/scripteditor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/editor/scripteditor.h b/src/modules/editor/scripteditor.h
index 8a6147ef6..0d14ede29 100644
--- a/src/modules/editor/scripteditor.h
+++ b/src/modules/editor/scripteditor.h
@@ -38,9 +38,9 @@
#include "kvi_tal_popupmenu.h"
-#include "kvi_list.h"
+#include "kvi_pointerlist.h"
#include "kvi_selectors.h"
-typedef KviPtrList<int> ColumnList;
+typedef KviPointerList<int> ColumnList;
class KviCompletionBox: public KviTalListBox
{
@@ -113,7 +113,7 @@ public:
KviScriptEditorWidgetColorOptions(QWidget * pParent);
~KviScriptEditorWidgetColorOptions();
private:
- KviPtrList<KviSelectorInterface> * m_pSelectorInterfaceList;
+ KviPointerList<KviSelectorInterface> * m_pSelectorInterfaceList;
protected:
KviColorSelector * addColorSelector(QWidget * pParent,const QString & txt,QColor * pOption,bool bEnabled);