[kstartupinfo] Deprecate currentStartupIdEnv and setWindowStartupId
currentStartupIdEnv() has the same problem as startupId(). It tries to read an environment variable that was cleared by QApplication
setWindowStartupId() is only used internally and almost the same as setNewStartupId
Edited by Nicolas Fella