head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.4 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2009.10.10.10.31.25; author markd; state dead; branches; next 1.1; 1.1 date 2009.10.02.19.43.39; author markd; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2009.10.02.19.43.39; author markd; state Exp; branches; next ; desc @@ 1.2 log @patch-ab was old and shouldn't have been commited, remove it. @ text @$NetBSD: patch-ab,v 1.1 2009/10/02 19:43:39 markd Exp $ --- apps/kinfocenter/base/info_netbsd.cpp.orig 2008-04-18 19:21:39.000000000 +1200 +++ apps/kinfocenter/base/info_netbsd.cpp @@@@ -210,7 +210,7 @@@@ bool GetInfo_Sound(QTreeWidget* tree) { s = (*it)->text(0); // The autoconf message is in form 'audio0 at auvia0: ...' - if (s.find("audio") == 0 && (pos = s.find(" at ")) > 0) { + if (s.indexOf("audio") == 0 && (pos = s.indexOf(" at ")) > 0) { s2 = s.mid(pos+4); // skip " at " s2.remove(QRegExp("[:\n\t ].*")); dev = strdup(s2.toAscii().data()); @@@@ -244,7 +244,7 @@@@ bool GetInfo_SCSI(QTreeWidget* tree) { QString s = (*it)->text(0); if (s.contains("seconds for devices to settle")) { - delete tree->takeItem( tree->indexOfTopLevelItem(*it) ); + delete tree->takeTopLevelItem( tree->indexOfTopLevelItem(*it) ); break; } @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Import KDE4.3.1 from wip OKed during freeze by wiz and agc @ text @@