diff options
Diffstat (limited to 'wifi')
-rw-r--r-- | wifi/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 ()) { |