diff --git a/src/kpowersave.cpp b/src/kpowersave.cpp index 194fc78..e84fc16 100644 --- a/src/kpowersave.cpp +++ b/src/kpowersave.cpp @@ -543,7 +543,7 @@ void kpowersave::slotHelp() */ void kpowersave::slotAbout() { - KAboutApplication a( this ); + TDEAboutApplication a( this ); a.exec(); }