diff options
Diffstat (limited to 'src/kpowersave.cpp')
| -rw-r--r-- | src/kpowersave.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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();  } | 
