From kde-bugs-dist Wed May 31 13:19:02 2000 From: Ken Block Date: Wed, 31 May 2000 13:19:02 +0000 To: kde-bugs-dist Subject: Bug#4319: Problem looking up class name X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=95978006615121 Package: kdelibs Version: 1.9 I believe there is a bug in the Compaq C++ compiler that makes it unable to perform the following lookup correctly. If you add the namespace, then the compiler is able to find the Job class. I have reported this bug to the compiler group and it will be fixed, but I'd appreciate if this patch could be applied until then. ./kdelibs/kfile/kdirsize.cpp.orig 90c90 < Job::slotResult( job ); --- > KIO::Job::slotResult( job );