From e0602f96ec0eea1dab12e83b5fcd598c9a400c65 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Feb 2013 11:06:00 -0600 Subject: Rename KAbout to avoid conflicts with KDE4 --- kicker/applets/launcher/quictdelauncher.cpp | 2 +- kicker/applets/media/mediaapplet.cpp | 2 +- kicker/applets/naughty/NaughtyApplet.cpp | 2 +- kicker/applets/trash/trashapplet.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'kicker') diff --git a/kicker/applets/launcher/quictdelauncher.cpp b/kicker/applets/launcher/quictdelauncher.cpp index 8a1c1c9dc..1ba3544ab 100644 --- a/kicker/applets/launcher/quictdelauncher.cpp +++ b/kicker/applets/launcher/quictdelauncher.cpp @@ -500,7 +500,7 @@ void QuickLauncher::about() I18N_NOOP("A simple application launcher"), TDEAboutData::License_GPL_V2, "(C) 2000 Bill Nagel\n(C) 2004 Dan Bullok\n(C) 2005 Fred Schaettgen"); - KAboutApplication a(&about, this); + TDEAboutApplication a(&about, this); a.exec(); } 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(); } diff --git a/kicker/applets/naughty/NaughtyApplet.cpp b/kicker/applets/naughty/NaughtyApplet.cpp index c953ec637..c3138e447 100644 --- a/kicker/applets/naughty/NaughtyApplet.cpp +++ b/kicker/applets/naughty/NaughtyApplet.cpp @@ -166,7 +166,7 @@ NaughtyApplet::about() "(C) 2000 Rik Hemsley (rikkus) " ); - KAboutApplication a(&about, this); + TDEAboutApplication a(&about, this); a.exec(); } diff --git a/kicker/applets/trash/trashapplet.cpp b/kicker/applets/trash/trashapplet.cpp index 3b7ae419a..c0675583e 100644 --- a/kicker/applets/trash/trashapplet.cpp +++ b/kicker/applets/trash/trashapplet.cpp @@ -87,7 +87,7 @@ void TrashApplet::about() "ervin ipsquad net", "http://ervin.ipsquad.net"); - KAboutApplication dialog(&data); + TDEAboutApplication dialog(&data); dialog.exec(); } -- cgit v1.2.1