From c5b8f11d6ff00f55bc94ee8f1d561069f2d4f310 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 23:52:38 -0600 Subject: [PATCH] Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- src/abakus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/abakus.cpp b/src/abakus.cpp index 91a4ad1..484cf0d 100644 --- a/src/abakus.cpp +++ b/src/abakus.cpp @@ -62,7 +62,7 @@ int main(int argc, char **argv) #endif TDECmdLineArgs::init(argc, argv, about); - KApplication app; + TDEApplication app; MainWindow *win = new MainWindow; app.setMainWidget(win);