summaryrefslogtreecommitdiff
path: root/noncore/tools/calc2/calc.cpp
Side-by-side diff
Diffstat (limited to 'noncore/tools/calc2/calc.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/calc2/calc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/tools/calc2/calc.cpp b/noncore/tools/calc2/calc.cpp
index 883ab33..f75eb69 100644
--- a/noncore/tools/calc2/calc.cpp
+++ b/noncore/tools/calc2/calc.cpp
@@ -26,7 +26,7 @@
#include "calc.h"
#include "plugininterface.h"
-calc::calc (QWidget * p = 0, const char *n = 0):QWidget (p, n)
+calc::calc (QWidget * p, const char *n):QWidget (p, n)
{
setCaption (tr ("Calculator"));