Rename KInstance and KAboutData to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent 260239cbfe
commit 022de3b20c

@ -72,9 +72,9 @@ void setupDirs()
int main(int argc, char *argv[])
{
KAboutData aboutData( "kbarcode", I18N_NOOP("KBarcode"), VERSION, I18N_NOOP(
TDEAboutData aboutData( "kbarcode", I18N_NOOP("KBarcode"), VERSION, I18N_NOOP(
"KBarcode is a barcode and label printing application for KDE 3."
), KAboutData::License_GPL, "KBarcode Build:\n" __DATE__ " " __TIME__
), TDEAboutData::License_GPL, "KBarcode Build:\n" __DATE__ " " __TIME__
, "(c) 2001-2006, Dominik Seichter\n\n",
"http://www.kbarcode.net", "kbarcode-users@lists.sourceforge.net" );

Loading…
Cancel
Save