From f6f9c296c3f9d39a8c3d0ee64a542a47f450be28 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 1 Jul 2011 00:37:32 +0000 Subject: TQt4 port kpilot This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpilot@1238903 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- lib/pilotLocalDatabase.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/pilotLocalDatabase.cc') 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 PilotLocalDatabase::idList() return idlist; } - // now create the QValue list from the idarr: + // now create the TQValue list from the idarr: for (int i=0; iid()); -- cgit v1.2.3