From fda68d1a33f1fbe4d34e7db635a841422da8d284 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sun, 10 Aug 2003 15:27:46 +0000 Subject: BUILDFIX: repeating default-arguments in definition btw., what is or was calc2 supposed to be? It is non-functional, can we remove it to unsupported or trashcan? --- (limited to 'noncore/tools/calc2/calc.cpp') 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")); -- cgit v0.9.0.2