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