From 9968c354f7aa5fb3ba43ab37c0ce24329ad3104f Mon Sep 17 00:00:00 2001 From: zecke Date: Mon, 15 Mar 2004 13:52:09 +0000 Subject: Use qRound if round is not present --- (limited to 'noncore/settings') diff --git a/noncore/settings/sysinfo/benchmarkinfo.cpp b/noncore/settings/sysinfo/benchmarkinfo.cpp index 2a52b00..96bcdfc 100644 --- a/noncore/settings/sysinfo/benchmarkinfo.cpp +++ b/noncore/settings/sysinfo/benchmarkinfo.cpp @@ -48,7 +48,7 @@ #include #include #if defined (__GNUC__) && (__GNUC__ < 3) -extern double round(double); +#define round qRound #endif using namespace Opie::Ui; -- cgit v0.9.0.2