# HG changeset patch # User Michael Schloh von Bennewitz # Date 1229341168 -3600 # Node ID 91d017614ddeda0ef4abe434cc55182600672077 # Parent 751d770bb5e3ac3b0c9b45f28ced0e8db2eaccff Correct unported Qt3 code to conform to the Qt4 API. diff -r 751d770bb5e3 -r 91d017614dde as_slot.cpp --- a/as_slot.cpp Sun Dec 14 13:31:29 2008 +0100 +++ b/as_slot.cpp Mon Dec 15 12:39:28 2008 +0100 @@ -1659,7 +1659,7 @@ Astuple Singlerow; // A single row of AS data QString *pOrbargv = new QString(TITRAQ_ORBINIT); - int nCount = pOrbargv->contains(' '); + int nCount = pOrbargv->count(' '); int nNamesize = 0; // Build a false incoming argv with which we initialize the ORB