diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 10:59:58 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 10:59:58 -0600 |
commit | 85f9c7d563b33dc8ced06e6d487adebc91ac7c03 (patch) | |
tree | 01638b311cef593e14d500639749430d6aa913c8 | |
parent | 38d95941c93ced6f3227f0908b0b50c41c36e954 (diff) | |
download | tde-systemsettings-85f9c7d563b33dc8ced06e6d487adebc91ac7c03.tar.gz tde-systemsettings-85f9c7d563b33dc8ced06e6d487adebc91ac7c03.zip |
Rename KAbout to avoid conflicts with KDE4
-rw-r--r-- | systemsettings/mainwindow.cpp | 2 |
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(); } } |