diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:24:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:24:21 -0600 |
commit | 8ba97103df12b002f6b2cf1d24a4b389a6379f61 (patch) | |
tree | 583bb7f0c8a54d0d497abec2f95a692cda8c7b30 /quanta/src/quanta.cpp | |
parent | 0111fdc2a40580d418d365006c52845c320558b0 (diff) | |
download | tdewebdev-8ba97103df12b002f6b2cf1d24a4b389a6379f61.tar.gz tdewebdev-8ba97103df12b002f6b2cf1d24a4b389a6379f61.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'quanta/src/quanta.cpp')
-rw-r--r-- | quanta/src/quanta.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |