From kde-commits Thu Aug 26 17:37:33 2010 From: Evan Teran Date: Thu, 26 Aug 2010 17:37:33 +0000 To: kde-commits Subject: KDE/kdeutils/kcalc Message-Id: <20100826173733.36D9BAC857 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=128284405401454 SVN commit 1168456 by teran: changed function prototypes from "func(void)" to "func()" the void keyword here is only for backwards compatibility with c and serves no purpose in a c++ program. M +102 -102 kcalc.cpp M +42 -42 kcalc.h M +1 -1 kcalc_button.h M +3 -3 kcalc_const_button.cpp M +3 -3 kcalc_const_button.h M +2 -2 kcalc_const_menu.cpp M +2 -2 kcalc_const_menu.h M +1 -1 kcalc_core.cpp M +1 -1 kcalc_core.h M +8 -8 kcalcdisplay.cpp M +12 -12 kcalcdisplay.h M +14 -14 knumber/knumber.cpp M +16 -16 knumber/knumber.h M +52 -52 knumber/knumber_priv.cpp M +71 -71 knumber/knumber_priv.h M +18 -18 knumber/tests/knumbertest.cpp M +8 -8 stats.cpp http://websvn.kde.org/?view=rev&revision=1168456