|
|
|
@ -38,11 +38,11 @@ static KCmdLineOptions options[] =
|
|
|
|
|
int main(int argc, char **argv)
|
|
|
|
|
{
|
|
|
|
|
// specify data for About dialog
|
|
|
|
|
KAboutData* about = new KAboutData("kdpkg-install", I18N_NOOP("kdpkg-install"), "");
|
|
|
|
|
TDEAboutData* about = new TDEAboutData("kdpkg-install", I18N_NOOP("kdpkg-install"), "");
|
|
|
|
|
|
|
|
|
|
about->setProgramLogo( TQImage("/usr/share/icons/hicolor/32x32/apps/kdpkg.png") );
|
|
|
|
|
about->setShortDescription( I18N_NOOP("Frontend for dpkg.") );
|
|
|
|
|
about->setLicense(KAboutData::License_GPL_V2);
|
|
|
|
|
about->setLicense(TDEAboutData::License_GPL_V2);
|
|
|
|
|
about->setHomepage("http://trinity.pearsoncomputing.net");
|
|
|
|
|
about->setBugAddress("http://bugs.pearsoncomputing.net");
|
|
|
|
|
about->setCopyrightStatement("(c) 2010 Timothy Pearson\n(c) 2007 Fabian Würtz");
|
|
|
|
|