summaryrefslogtreecommitdiffstats
path: root/src/core/dcopinterface_skel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/dcopinterface_skel.cpp')
-rw-r--r--src/core/dcopinterface_skel.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/dcopinterface_skel.cpp b/src/core/dcopinterface_skel.cpp
index 4e819ed..6d4f24f 100644
--- a/src/core/dcopinterface_skel.cpp
+++ b/src/core/dcopinterface_skel.cpp
@@ -235,10 +235,10 @@ static const int CollectionInterface_fhash = 11;
static const char* const CollectionInterface_ftable[9][3] = {
{ "long", "addEntry()", "addEntry()" },
{ "bool", "removeEntry(long)", "removeEntry(long entryID)" },
- { TQSTRINGLIST_OBJECT_NAME_STRING, "values(TQString)", "values(TQString fieldName)" },
- { TQSTRINGLIST_OBJECT_NAME_STRING, "values(long,TQString)", "values(long entryID,TQString fieldName)" },
- { TQSTRINGLIST_OBJECT_NAME_STRING, "bibtexKeys()", "bibtexKeys()" },
- { TQSTRING_OBJECT_NAME_STRING, "bibtexKey(long)", "bibtexKey(long entryID)" },
+ { "TQStringList", "values(TQString)", "values(TQString fieldName)" },
+ { "TQStringList", "values(long,TQString)", "values(long entryID,TQString fieldName)" },
+ { "TQStringList", "bibtexKeys()", "bibtexKeys()" },
+ { "TQString", "bibtexKey(long)", "bibtexKey(long entryID)" },
{ "bool", "setFieldValue(long,TQString,TQString)", "setFieldValue(long entryID,TQString fieldName,TQString value)" },
{ "bool", "addFieldValue(long,TQString,TQString)", "addFieldValue(long entryID,TQString fieldName,TQString value)" },
{ 0, 0, 0 }