From kde-devel Thu Aug 05 23:05:27 1999 From: Bernd Gehrmann Date: Thu, 05 Aug 1999 23:05:27 +0000 To: kde-devel Subject: KApplication::argc() X-MARC-Message: https://marc.info/?l=kde-devel&m=93389435204042 I think KApplication should override this method and return the correct value _after_ removing the arguments it handles itself. Currently, kapp->argc() returns a number which has nothing to do with with the real number of elements in kapp->argv(). Objections? Bernd.