From 87620f47926a6451accfd82c57558a99d1c4d21e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Feb 2013 11:11:11 -0600 Subject: Rename KAbout to avoid conflicts with KDE4 --- korn/boxcontaineritem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'korn') 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 } -- cgit v1.2.3