summaryrefslogtreecommitdiffstats
path: root/ksim/ksim.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 11:11:57 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 11:11:57 -0600
commit0a435a05f507ea356149935b63d088fa9ddd20f0 (patch)
tree49bc4f22c3c7b98de260f9076978996d7e6e03ec /ksim/ksim.cpp
parentfe0432259a73c5b048cf34ea30f525ed2af392ce (diff)
downloadtdeutils-0a435a05f507ea356149935b63d088fa9ddd20f0.tar.gz
tdeutils-0a435a05f507ea356149935b63d088fa9ddd20f0.zip
Rename KAbout to avoid conflicts with KDE4
Diffstat (limited to 'ksim/ksim.cpp')
-rw-r--r--ksim/ksim.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksim/ksim.cpp b/ksim/ksim.cpp
index 0134c51..5059cce 100644
--- a/ksim/ksim.cpp
+++ b/ksim/ksim.cpp
@@ -104,7 +104,7 @@ void KSim::PanelExtension::show()
void KSim::PanelExtension::about()
{
- KAboutApplication(m_aboutData).exec();
+ TDEAboutApplication(m_aboutData).exec();
}
void KSim::PanelExtension::help()