summaryrefslogtreecommitdiffstats
path: root/systemsettings/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'systemsettings/mainwindow.cpp')
-rw-r--r--systemsettings/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
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();
}
}