diff options
Diffstat (limited to 'parts/appwizard/appwizarddlg.cpp')
-rw-r--r-- | parts/appwizard/appwizarddlg.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/parts/appwizard/appwizarddlg.cpp b/parts/appwizard/appwizarddlg.cpp index 38dba43f..92632de0 100644 --- a/parts/appwizard/appwizarddlg.cpp +++ b/parts/appwizard/appwizarddlg.cpp @@ -511,9 +511,9 @@ void AppWizardDialog::accept() m_pCurrentAppInfo->subMap.insert( "I18N", "i18n" ); m_pCurrentAppInfo->subMap.insert("YEAR", TQString::number( TQDate::currentDate().year() ) ); - // This isn't too pretty, but we have several templates that use KAboutData::License_${LICENSE} - // and unsurprisingly, KAboutData doesn't cover every imaginable case. - // These are the licenses known to KDE-3.2 KAboutData, KDevelop doesn't have all of these as prepared options today + // This isn't too pretty, but we have several templates that use TDEAboutData::License_${LICENSE} + // and unsurprisingly, TDEAboutData doesn't cover every imaginable case. + // These are the licenses known to KDE-3.2 TDEAboutData, KDevelop doesn't have all of these as prepared options today TQString license = license_combo->currentText(); if ( license == "GPL" || license == "GPL_V2" || license == "LGPL" || license == "LGPL_V2"|| license == "BSD" || license == "NCSA" || license == "MIT" || license == "Artistic" || |