/***************************************************************************
main.cpp - description
-------------------
begin : Wed Mar 10 08:47:08 MET 1999
copyright : (C) 1999 by Geri House
email : ge_ha@yahoo.com
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#include "kuninstaller.h"
int main(int argc, char* argv[]) {
KApplication app(argc,argv,"kuninstaller");
if (app.isRestored())
{
RESTORE(KUninstallerApp);
}
else
{
KUninstallerApp* kuninstaller = new KUninstallerApp;
kuninstaller->show();
}
return app.exec();
}
Documentation generated by haeusler@stiegl on Fri Apr 16 09:31:32 MET DST 1999