Rename KAbout to avoid conflicts with KDE4

master
Timothy Pearson 12 years ago
parent b1c4289b40
commit d23194fb25

@ -320,7 +320,7 @@ void NotifierApp::checkUpdates() {
}
void NotifierApp::about() {
KAboutApplication *a = new KAboutApplication( m_tray, "", true );
TDEAboutApplication *a = new TDEAboutApplication( m_tray, "", true );
a->exec();
delete a;
}

Loading…
Cancel
Save