From kde-devel Tue Feb 29 15:22:18 2000 From: Kyle Larson Date: Tue, 29 Feb 2000 15:22:18 +0000 To: kde-devel Subject: "KHTMLWidget" is ambiguous? X-MARC-Message: https://marc.info/?l=kde-devel&m=95183778315694 I keep getting this error in kdelibs/khtml/misc/khtmlio.cpp. Any ideas as to what to do? (I'm compiling with the Compaq CXX c++ compiler) Thanks! Kyle Larson cxx: Error: khtmlio.cpp, line 74: "KHTMLWidget" is ambiguous HTMLURLRequestJob::HTMLURLRequestJob( KHTMLWidget* _browser, HTMLURLRequest *r, bool _reload ) --------------------------------------^ cxx: Error: khtmlio.cpp, line 74: no instance of overloaded function "HTMLURLRequestJob::HTMLURLRequestJob" matches the specified type HTMLURLRequestJob::HTMLURLRequestJob( KHTMLWidget* _browser, HTMLURLRequest *r, bool _reload ) -------------------^ cxx: Warning: khtmlio.cpp, line 88: missing return statement at end of non-void function "HTMLURLRequestJob::HTMLURLRequestJob" } ^ cxx: Error: khtmlio.cpp, line 441: "KHTMLWidget" is ambiguous KHTMLCache::KHTMLCache( KHTMLWidget *w ) ------------------------^ cxx: Error: khtmlio.cpp, line 441: no instance of overloaded function "KHTMLCache::KHTMLCache" matches the specified type KHTMLCache::KHTMLCache( KHTMLWidget *w ) ------------^ cxx: Warning: khtmlio.cpp, line 445: missing return statement at end of non-void function "KHTMLCache::KHTMLCache" } ^ cxx: Info: 4 errors detected in the compilation of "khtmlio.cpp".