summaryrefslogtreecommitdiff
path: root/noncore/tools/calc2/calc.cpp
authormickeyl <mickeyl>2003-08-10 15:27:46 (UTC)
committer mickeyl <mickeyl>2003-08-10 15:27:46 (UTC)
commitfda68d1a33f1fbe4d34e7db635a841422da8d284 (patch) (side-by-side diff)
tree29cceb485e345ef1a9264e0a34ed5982f13cf4f5 /noncore/tools/calc2/calc.cpp
parent99ffce74ae9f34c42859d5b86bd974551702836e (diff)
downloadopie-fda68d1a33f1fbe4d34e7db635a841422da8d284.zip
opie-fda68d1a33f1fbe4d34e7db635a841422da8d284.tar.gz
opie-fda68d1a33f1fbe4d34e7db635a841422da8d284.tar.bz2
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?
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
@@ -28,3 +28,3 @@
-calc::calc (QWidget * p = 0, const char *n = 0):QWidget (p, n)
+calc::calc (QWidget * p, const char *n):QWidget (p, n)
{