summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:52:22 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:52:22 -0600
commitf0aef9df78f040dd8b20568516b2a4385916ac59 (patch)
treec6c2c2b784827d6a9fee44e23b3a193332eab742 /src
parent386b5ee8b55d6687eefdffe3cd18f0f4241e6563 (diff)
downloadkdbusnotification-f0aef9df78f040dd8b20568516b2a4385916ac59.tar.gz
kdbusnotification-f0aef9df78f040dd8b20568516b2a4385916ac59.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r--src/daemon/daemon.cpp4
1 files 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");