diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 11:11:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 11:11:57 -0600 |
commit | 0a435a05f507ea356149935b63d088fa9ddd20f0 (patch) | |
tree | 49bc4f22c3c7b98de260f9076978996d7e6e03ec /ksim/ksim.cpp | |
parent | fe0432259a73c5b048cf34ea30f525ed2af392ce (diff) | |
download | tdeutils-0a435a05f507ea356149935b63d088fa9ddd20f0.tar.gz tdeutils-0a435a05f507ea356149935b63d088fa9ddd20f0.zip |
Rename KAbout to avoid conflicts with KDE4
Diffstat (limited to 'ksim/ksim.cpp')
-rw-r--r-- | ksim/ksim.cpp | 2 |
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() |