From f7307c95135a3c1589799c6877d314a02a2260c1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:25:07 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- quanta/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'quanta/src/main.cpp') diff --git a/quanta/src/main.cpp b/quanta/src/main.cpp index 3b725f9d..52d4b07c 100644 --- a/quanta/src/main.cpp +++ b/quanta/src/main.cpp @@ -192,8 +192,8 @@ int main(int argc, char *argv[]) } } - KApplication *app; - KApplication::disableAutoDcopRegistration(); + TDEApplication *app; + TDEApplication::disableAutoDcopRegistration(); if (isUnique) { KUniqueApplication::dcopClient()->registerAs("quanta-foo"); -- cgit v1.2.1