From 3e4d718796cddcc798d9f737037ef4bad540a0af Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:22:10 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- wifi/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wifi') diff --git a/wifi/main.cpp b/wifi/main.cpp index cb8fc020..1168d961 100644 --- a/wifi/main.cpp +++ b/wifi/main.cpp @@ -47,7 +47,7 @@ main (int argc, char *argv[]) TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs (); args->clear (); - KApplication app; + TDEApplication app; if (app.isRestored ()) { -- cgit v1.2.3