From f0aef9df78f040dd8b20568516b2a4385916ac59 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:52:22 -0600 Subject: [PATCH] Rename KInstance and KAboutData to avoid conflicts with KDE4 --- src/daemon/daemon.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/daemon/daemon.cpp b/src/daemon/daemon.cpp index 04f0b84..138ccd3 100644 --- a/src/daemon/daemon.cpp +++ b/src/daemon/daemon.cpp @@ -344,8 +344,8 @@ main(int argc, char **argv) "/org/freedesktop/Notifications", G_OBJECT(daemon)); - KAboutData aboutData("notification-daemon-tde", I18N_NOOP("TDE DBUS Notification Daemon"), version, - description, KAboutData::License_GPL, + TDEAboutData aboutData("notification-daemon-tde", I18N_NOOP("TDE DBUS Notification Daemon"), version, + description, TDEAboutData::License_GPL, "(c) 2011, Timothy Pearson", message, 0 /* TODO: Website */, "kb9vqf@pearsoncomputing.net");