diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 11:06:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 11:06:00 -0600 |
commit | e0602f96ec0eea1dab12e83b5fcd598c9a400c65 (patch) | |
tree | 9a7594d505b915f4bcb1030449f6b29d95c06db5 /kicker/applets/media | |
parent | 5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd (diff) | |
download | tdebase-e0602f96ec0eea1dab12e83b5fcd598c9a400c65.tar.gz tdebase-e0602f96ec0eea1dab12e83b5fcd598c9a400c65.zip |
Rename KAbout to avoid conflicts with KDE4
Diffstat (limited to 'kicker/applets/media')
-rw-r--r-- | kicker/applets/media/mediaapplet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/applets/media/mediaapplet.cpp b/kicker/applets/media/mediaapplet.cpp index f2aa6be2b..12565f07d 100644 --- a/kicker/applets/media/mediaapplet.cpp +++ b/kicker/applets/media/mediaapplet.cpp @@ -105,7 +105,7 @@ void MediaApplet::about() I18N_NOOP("Good mentor, patient and helpful. Thanks for all!"), "jowenn@kde.org"); - KAboutApplication dialog(&data); + TDEAboutApplication dialog(&data); dialog.exec(); } |