summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 0008198..d2f12fa 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -38,15 +38,15 @@ int main(int argc, char *argv[])
"(c) 2012, Timothy Pearson");
aboutData.addAuthor("Timothy Pearson",0, "[email protected]");
KCmdLineArgs::init( argc, argv, &aboutData );
-
+
KApplication app;
-
+
TopLevel toplevel;
KWin::setSystemTrayWindowFor(toplevel.winId(), 0);
toplevel.show();
-
+
app.setTopWidget(&toplevel);
KStartupInfo::appStarted();
-
+
return app.exec();
}