Correct unported Qt3 code to conform to the Qt4 API.

Mon, 15 Dec 2008 12:39:28 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 15 Dec 2008 12:39:28 +0100
changeset 8
91d017614dde
parent 7
751d770bb5e3
child 9
0647b688d973

Correct unported Qt3 code to conform to the Qt4 API.

as_slot.cpp file | annotate | diff | comparison | revisions
     1.1 --- a/as_slot.cpp	Sun Dec 14 13:31:29 2008 +0100
     1.2 +++ b/as_slot.cpp	Mon Dec 15 12:39:28 2008 +0100
     1.3 @@ -1659,7 +1659,7 @@
     1.4      Astuple Singlerow;              // A single row of AS data
     1.5  
     1.6      QString *pOrbargv = new QString(TITRAQ_ORBINIT);
     1.7 -    int nCount = pOrbargv->contains(' ');
     1.8 +    int nCount = pOrbargv->count(' ');
     1.9      int nNamesize = 0;
    1.10  
    1.11      // Build a false incoming argv with which we initialize the ORB

mercurial