Rename KInstance and KAboutData to avoid conflicts with KDE4

master
Timothy Pearson 12 years ago
parent 8aed4b829a
commit d27f8b16e4

@ -18,11 +18,11 @@ int main(int argc, char *argv[])
TQString description = i18n("Adept Batch");
KAboutData aboutData( "adept_batch",
TDEAboutData aboutData( "adept_batch",
I18N_NOOP("Adept Batch"),
"2.1 Cruiser",
description.latin1(),
KAboutData::License_BSD,
TDEAboutData::License_BSD,
I18N_NOOP("(c) 2006 Peter Rockai"),
0,
"http://web.mornfall.net/adept.html");

@ -19,11 +19,11 @@ int main(int argc, char *argv[])
putenv( "TQT_IM_MODULE=xim" );
TQString description = i18n("Adept Installer");
KAboutData aboutData( "adept_installer",
TDEAboutData aboutData( "adept_installer",
I18N_NOOP("Adept Installer"),
"2.1 Cruiser",
description.latin1(),
KAboutData::License_BSD,
TDEAboutData::License_BSD,
I18N_NOOP("(c) 2005, 2006 Peter Rockai"),
0,
"http://web.mornfall.net/adept.html");

@ -19,11 +19,11 @@ int main(int argc, char *argv[])
putenv( "TQT_IM_MODULE=xim" );
TQString description = i18n("Adept Manager");
KAboutData aboutData( "adept_manager",
TDEAboutData aboutData( "adept_manager",
I18N_NOOP("Adept Manager"),
"2.1 Cruiser",
description.latin1(),
KAboutData::License_BSD,
TDEAboutData::License_BSD,
I18N_NOOP("(c) 2005, 2006 Peter Rockai"),
0,
"http://web.mornfall.net/adept.html");

@ -350,9 +350,9 @@ const char * DESCRIPTION =
/* extern "C" KDE_EXPORT */
int main(int argc, char *argv[])
{
KAboutData about("adept_notifier", I18N_NOOP("Adept Notifier"),
TDEAboutData about("adept_notifier", I18N_NOOP("Adept Notifier"),
"2.1 Cruiser",
DESCRIPTION, KAboutData::License_BSD,
DESCRIPTION, TDEAboutData::License_BSD,
"Copyright (C) 2005, 2006 Peter Rockai");
TDECmdLineArgs::init(argc, argv, &about);
NotifierApp::addCmdLineOptions();

@ -19,11 +19,11 @@ int main(int argc, char *argv[])
putenv( "TQT_IM_MODULE=xim" );
TQString description = i18n("Adept Updater");
KAboutData aboutData( "adept_updater",
TDEAboutData aboutData( "adept_updater",
I18N_NOOP("Adept Updater"),
"2.1 Cruiser",
description.latin1(),
KAboutData::License_BSD,
TDEAboutData::License_BSD,
I18N_NOOP("(c) 2005, 2006 Peter Rockai"),
0,
"http://web.mornfall.net/adept.html");

Loading…
Cancel
Save