diff options
Diffstat (limited to 'korn/boxcontaineritem.cpp')
-rw-r--r-- | korn/boxcontaineritem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/boxcontaineritem.cpp b/korn/boxcontaineritem.cpp index fa6b266e4..becf02c3f 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 } |