From 8ba97103df12b002f6b2cf1d24a4b389a6379f61 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:24:21 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- quanta/src/quanta.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quanta/src/quanta.cpp') 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(); } -- cgit v1.2.1