summaryrefslogtreecommitdiffstats
path: root/korn
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 11:11:11 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 11:11:11 -0600
commit87620f47926a6451accfd82c57558a99d1c4d21e (patch)
treea71fd6671ffdfc7e3416ed49672741e5c52d0dd7 /korn
parent02fa17d6dd9d871f40038cd9ac615e9e1154724b (diff)
downloadtdepim-87620f47926a6451accfd82c57558a99d1c4d21e.tar.gz
tdepim-87620f47926a6451accfd82c57558a99d1c4d21e.zip
Rename KAbout to avoid conflicts with KDE4
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 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
}