ebaad31fb4
Many new features and refinements. Notable changes include: * Konqueror is the second web browser to pass the Acid2 CSS test, ahead of Firefox and Internet Explorer * Konqueror can also now free web pages from adverts with its ad-block feature * SuperKaramba is included in KDE, providing well-integrated and easy-to-install widgets for the user's desktop * Kopete has support for MSN and Yahoo! webcams * The edutainment module has three new applications (KGeography, Kanagram and blinKen), and has seen huge improvements in Kalzium
13 lines
408 B
Text
13 lines
408 B
Text
$NetBSD: patch-aq,v 1.1 2005/12/11 11:45:44 markd Exp $
|
|
|
|
--- superkaramba/src/sensorsensor.h.orig 2005-12-09 01:20:39.000000000 +1300
|
|
+++ superkaramba/src/sensorsensor.h
|
|
@@ -33,7 +33,7 @@ private:
|
|
QString extraParams;
|
|
|
|
QMap<QString,QString> sensorMap;
|
|
-#ifdef __FreeBSD__
|
|
+#if defined __FreeBSD__ || defined(Q_OS_NETBSD)
|
|
QMap<QString,QString> sensorMapBSD;
|
|
#endif
|
|
QString sensorResult;
|