diff --git a/kbarcode/main.cpp b/kbarcode/main.cpp index ec6014c..55ce62a 100644 --- a/kbarcode/main.cpp +++ b/kbarcode/main.cpp @@ -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" );