summaryrefslogtreecommitdiffstats
path: root/korn
diff options
context:
space:
mode:
Diffstat (limited to 'korn')
-rw-r--r--korn/boxcontaineritem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/boxcontaineritem.cpp b/korn/boxcontaineritem.cpp
index fa6b266e..becf02c3 100644
--- a/korn/boxcontaineritem.cpp
+++ b/korn/boxcontaineritem.cpp
@@ -411,7 +411,7 @@ void BoxContainerItem::reportBug()
void BoxContainerItem::about()
{
- KAboutApplication about( 0, "KOrn About", true );
+ TDEAboutApplication about( 0, "KOrn About", true );
about.exec(); //modal: it doesn't recheck anymore
}