From aad38441d8403a4b0ecd1815a4fd9be8df947adf Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 23:54:41 -0600 Subject: [PATCH] Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- src/daemon/daemon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon/daemon.cpp b/src/daemon/daemon.cpp index 556aae6..04f0b84 100644 --- a/src/daemon/daemon.cpp +++ b/src/daemon/daemon.cpp @@ -351,7 +351,7 @@ main(int argc, char **argv) TDECmdLineArgs::init(argc, argv, &aboutData); - KApplication app; + TDEApplication app; NotifierContainer nc; app.setMainWidget(&nc); GTKNotifierContainer = &nc;