summaryrefslogtreecommitdiffstats
path: root/quanta
diff options
context:
space:
mode:
Diffstat (limited to 'quanta')
-rw-r--r--quanta/src/main.cpp4
-rw-r--r--quanta/src/quanta.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/quanta/src/main.cpp b/quanta/src/main.cpp
index 52d4b07c..968ad81d 100644
--- a/quanta/src/main.cpp
+++ b/quanta/src/main.cpp
@@ -66,9 +66,9 @@ int main(int argc, char *argv[])
char *copyright = new char[200]; //this should be enough
strcpy(copyright, "(C) 2000-2006 - ");
strcat(copyright, developers);
- KAboutData
+ TDEAboutData
aboutData( QUANTA_PACKAGE, I18N_NOOP("Quanta"),
- QUANTA_VERSION, description, KAboutData::License_GPL_V2,
+ QUANTA_VERSION, description, TDEAboutData::License_GPL_V2,
copyright,
othertext,
"http://tdewebdev.org"
diff --git a/quanta/src/quanta.cpp b/quanta/src/quanta.cpp
index 81c04aff..82c81283 100644
--- a/quanta/src/quanta.cpp
+++ b/quanta/src/quanta.cpp
@@ -4084,7 +4084,7 @@ TQString QuantaApp::saveCurrentFile()
void QuantaApp::slotReportBug()
{
- KAboutData aboutData( "quanta", I18N_NOOP("Quanta"), QUANTA_VERSION);
+ TDEAboutData aboutData( "quanta", I18N_NOOP("Quanta"), QUANTA_VERSION);
KBugReport bugReportDlg(this, true, &aboutData);
bugReportDlg.exec();
}