|
|
|
@ -94,8 +94,8 @@ void InterfaceTray::mousePressEvent( TQMouseEvent* e )
|
|
|
|
|
|
|
|
|
|
void InterfaceTray::showAboutDialog()
|
|
|
|
|
{
|
|
|
|
|
KAboutData data ( "knemo", I18N_NOOP( "KNemo" ), version,
|
|
|
|
|
description, KAboutData::License_GPL,
|
|
|
|
|
TDEAboutData data ( "knemo", I18N_NOOP( "KNemo" ), version,
|
|
|
|
|
description, TDEAboutData::License_GPL,
|
|
|
|
|
"(c) 2004, 2005, 2006 Percy Leonhardt\n\nSignal plotter taken from KSysGuard\n(c) 1999 - 2002, Chris Schlaeger",
|
|
|
|
|
0,
|
|
|
|
|
"http://extragear.kde.org/apps/knemo/"
|
|
|
|
@ -114,7 +114,7 @@ void InterfaceTray::showAboutDialog()
|
|
|
|
|
|
|
|
|
|
void InterfaceTray::showReportBugDialog()
|
|
|
|
|
{
|
|
|
|
|
KAboutData data ( "knemo", I18N_NOOP( "KNemo" ), version );
|
|
|
|
|
TDEAboutData data ( "knemo", I18N_NOOP( "KNemo" ), version );
|
|
|
|
|
KBugReport bugReport( 0, true, &data );
|
|
|
|
|
bugReport.exec();
|
|
|
|
|
}
|
|
|
|
|