Move inputConfig away from KWin::Application
We were calling it from tests that were not running a KWin::Application and not even including the symbols from main.cpp and main.h. The only reason they linked was that it was static_casting up the QCoreApplication.