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 /charselectapplet | |
parent | fe0432259a73c5b048cf34ea30f525ed2af392ce (diff) | |
download | tdeutils-0a435a05f507ea356149935b63d088fa9ddd20f0.tar.gz tdeutils-0a435a05f507ea356149935b63d088fa9ddd20f0.zip |
Rename KAbout to avoid conflicts with KDE4
Diffstat (limited to 'charselectapplet')
-rw-r--r-- | charselectapplet/charselectapplet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/charselectapplet/charselectapplet.cpp b/charselectapplet/charselectapplet.cpp index a1e92e2..386d532 100644 --- a/charselectapplet/charselectapplet.cpp +++ b/charselectapplet/charselectapplet.cpp @@ -147,7 +147,7 @@ void CharSelectApplet::about() _aboutData->addAuthor("Matthias Elter", 0, "elter@kde.org"); } - KAboutApplication dialog(_aboutData); + TDEAboutApplication dialog(_aboutData); dialog.exec(); } |