From 85f9c7d563b33dc8ced06e6d487adebc91ac7c03 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Feb 2013 10:59:58 -0600 Subject: Rename KAbout to avoid conflicts with KDE4 --- systemsettings/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemsettings/mainwindow.cpp b/systemsettings/mainwindow.cpp index 4369298..fa83b59 100644 --- a/systemsettings/mainwindow.cpp +++ b/systemsettings/mainwindow.cpp @@ -192,7 +192,7 @@ void MainWindow::aboutCurrentModule() TDECModuleProxy* module = groupWidget->currentModule(); if( module && module->aboutData() ){ - KAboutApplication dlg( module->aboutData() ); + TDEAboutApplication dlg( module->aboutData() ); dlg.exec(); } } -- cgit v1.2.1