summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/main.cpp
Unidiff
Diffstat (limited to 'noncore/apps/oxygen/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/oxygen/main.cpp b/noncore/apps/oxygen/main.cpp
index 328b61f..31e44dc 100644
--- a/noncore/apps/oxygen/main.cpp
+++ b/noncore/apps/oxygen/main.cpp
@@ -1,20 +1,20 @@
1/*************************************************************************** 1/***************************************************************************
2 * * 2 * *
3 * This program is free software; you can redistribute it and/or modify * 3 * This program is free software; you can redistribute it and/or modify *
4 * it under the terms of the GNU General Public License as published by * 4 * it under the terms of the GNU General Public License as published by *
5 * the Free Software Foundation; either version 2 of the License, or * 5 * the Free Software Foundation; either version 2 of the License, or *
6 * ( at your option ) any later version. * 6 * ( at your option ) any later version. *
7 * * 7 * *
8 * ***********************************************************************/ 8 **************************************************************************/
9 9
10 10
11#include <qpe/qpeapplication.h> 11#include <qpe/qpeapplication.h>
12#include "oxygen.h" 12#include "oxygen.h"
13 13
14int main(int argc, char **argv) 14int main(int argc, char **argv)
15{ 15{
16 QPEApplication app(argc, argv); 16 QPEApplication app(argc, argv);
17 Oxygen *oxi = new Oxygen(); 17 Oxygen *oxi = new Oxygen();
18 app.setMainWidget(oxi); 18 app.setMainWidget(oxi);
19 oxi->showMaximized(); 19 oxi->showMaximized();
20 return app.exec(); 20 return app.exec();