From ef71f46965855308db367f74956513eccc71bc46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:21:16 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kpf/src/Applet.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kpf/src') diff --git a/kpf/src/Applet.cpp b/kpf/src/Applet.cpp index 98c91a0b..04a355c6 100644 --- a/kpf/src/Applet.cpp +++ b/kpf/src/Applet.cpp @@ -177,13 +177,13 @@ namespace KPF void Applet::about() { - KAboutData about + TDEAboutData about ( "kpf", I18N_NOOP("kpf"), kpfVersion, I18N_NOOP("TDE public fileserver"), - KAboutData::License_Custom, + TDEAboutData::License_Custom, "(C) 2001 Rik Hemsley (rikkus) ", I18N_NOOP( "File sharing applet, using the HTTP (Hyper Text Transfer Protocol)" -- cgit v1.2.1