summaryrefslogtreecommitdiffstats
path: root/systemsettings
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 10:59:58 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 10:59:58 -0600
commit85f9c7d563b33dc8ced06e6d487adebc91ac7c03 (patch)
tree01638b311cef593e14d500639749430d6aa913c8 /systemsettings
parent38d95941c93ced6f3227f0908b0b50c41c36e954 (diff)
downloadtde-systemsettings-85f9c7d563b33dc8ced06e6d487adebc91ac7c03.tar.gz
tde-systemsettings-85f9c7d563b33dc8ced06e6d487adebc91ac7c03.zip
Rename KAbout to avoid conflicts with KDE4
Diffstat (limited to 'systemsettings')
-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();
}
}