summaryrefslogtreecommitdiffstats
path: root/kcalc/knumber/knumber_priv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcalc/knumber/knumber_priv.cpp')
-rw-r--r--kcalc/knumber/knumber_priv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcalc/knumber/knumber_priv.cpp b/kcalc/knumber/knumber_priv.cpp
index 56de7d3..8f69a5d 100644
--- a/kcalc/knumber/knumber_priv.cpp
+++ b/kcalc/knumber/knumber_priv.cpp
@@ -190,7 +190,7 @@ TQString const _knumerror::ascii(int prec) const
case MinusInfinity:
return TQString("-inf");
default:
- return TQString::null;
+ return TQString();
}
}