diff --git a/src/kpowersave.cpp b/src/kpowersave.cpp index 91dedd2..228c502 100644 --- a/src/kpowersave.cpp +++ b/src/kpowersave.cpp @@ -549,7 +549,7 @@ void kpowersave::slotHelp() */ void kpowersave::slotAbout() { - KAboutApplication a( this ); + TDEAboutApplication a( this ); a.exec(); }