diff options
Diffstat (limited to 'lib/pilotLocalDatabase.cc')
-rw-r--r-- | lib/pilotLocalDatabase.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pilotLocalDatabase.cc b/lib/pilotLocalDatabase.cc index 8e94d4e..71de3eb 100644 --- a/lib/pilotLocalDatabase.cc +++ b/lib/pilotLocalDatabase.cc @@ -125,7 +125,7 @@ PilotLocalDatabase::PilotLocalDatabase(const TQString &dbName) : { FUNCTIONSETUP; - int p = dbName.findRev( '/' ); + int p = dbName.tqfindRev( '/' ); if (p<0) { // No slash @@ -279,7 +279,7 @@ TQValueList<recordid_t> PilotLocalDatabase::idList() return idlist; } - // now create the QValue list from the idarr: + // now create the TQValue list from the idarr: for (int i=0; i<idlen; i++) { idlist.append((*d)[i]->id()); |