aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/classeditor/classeditor.h
diff options
context:
space:
mode:
authorGravatar Noldor2010-03-05 21:30:52 +0000
committerGravatar Noldor2010-03-05 21:30:52 +0000
commit494dd5de95f9e5c2433ec92450e40d3d907eac5c (patch)
treebe0e614e6a4b53163f80eb9fe85424cba5051b8d /src/modules/classeditor/classeditor.h
parentMore work on classeditor (still w.i.p.) (diff)
downloadKVIrc-494dd5de95f9e5c2433ec92450e40d3d907eac5c.tar.gz
KVIrc-494dd5de95f9e5c2433ec92450e40d3d907eac5c.tar.bz2
KVIrc-494dd5de95f9e5c2433ec92450e40d3d907eac5c.zip
More work on classeditor (still w.i.p.)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4096 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/classeditor/classeditor.h')
-rw-r--r--src/modules/classeditor/classeditor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/classeditor/classeditor.h b/src/modules/classeditor/classeditor.h
index cf44415fc..5b25eae18 100644
--- a/src/modules/classeditor/classeditor.h
+++ b/src/modules/classeditor/classeditor.h
@@ -200,7 +200,7 @@ protected:
void askForClassName(QString &szClassName,QString &szInerithClassName);
QString askForNamespaceName(const QString &szAction,const QString &szText,const QString &szInitialText);
void askForFunction(QString &szFunctionName,bool * bInternal, const QString &szClassName);
- void searchInerithedClasses(const QString szClass,QStringList & szInerithed);
+ void searchInerithedClasses(const QString szClass,KviPointerList<KviClassEditorTreeWidgetItem> & pInerithedClasses);
/*
bool removeItem(KviClassEditorTreeWidgetItem *it,bool * pbYesToAll,bool bDeleteEmptyTree);