summaryrefslogtreecommitdiffstats
path: root/kgpg/kgpg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kgpg/kgpg.cpp')
-rw-r--r--kgpg/kgpg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kgpg/kgpg.cpp b/kgpg/kgpg.cpp
index 433b373..bea4ce0 100644
--- a/kgpg/kgpg.cpp
+++ b/kgpg/kgpg.cpp
@@ -762,7 +762,7 @@ void MyView::slotGenKey()
void MyView::about()
{
- KAboutApplication dialog(kapp->aboutData());//_aboutData);
+ TDEAboutApplication dialog(kapp->aboutData());//_aboutData);
dialog.exec();
}