diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-07-12 23:12:34 -0500 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-07-12 23:12:34 -0500 |
| commit | a3ec3102db6ed36c71c5bdf070e6e57f141350f5 (patch) | |
| tree | ae5fc496e4a0eac83535bc8d0894653f1e5168e9 /src/main.cpp | |
| parent | 7e68dd0cf1b1ea9c59fac22e41de4bacc15ff055 (diff) | |
| download | kerberostray-a3ec3102db6ed36c71c5bdf070e6e57f141350f5.tar.gz kerberostray-a3ec3102db6ed36c71c5bdf070e6e57f141350f5.zip | |
Cleanup whitespace
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 8 |
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, "kb9vqf@pearsoncomputing.net"); KCmdLineArgs::init( argc, argv, &aboutData ); - + KApplication app; - + TopLevel toplevel; KWin::setSystemTrayWindowFor(toplevel.winId(), 0); toplevel.show(); - + app.setTopWidget(&toplevel); KStartupInfo::appStarted(); - + return app.exec(); } |
