summaryrefslogtreecommitdiff
path: root/core/apps/qss/main.cpp
Side-by-side diff
Diffstat (limited to 'core/apps/qss/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/qss/main.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/core/apps/qss/main.cpp b/core/apps/qss/main.cpp
index b92c51e..37766f2 100644
--- a/core/apps/qss/main.cpp
+++ b/core/apps/qss/main.cpp
@@ -17,14 +17,4 @@
** See the GNU General Public License for more details.
**
-** In addition, as a special exception Trolltech gives permission to link
-** the code of this program with Qtopia applications copyrighted, developed
-** and distributed by Trolltech under the terms of the Qtopia Personal Use
-** License Agreement. You must comply with the GNU General Public License
-** in all respects for all of the code used other than the applications
-** licensed under the Qtopia Personal Use License Agreement. If you modify
-** this file, you may extend this exception to your version of the file,
-** but you are not obligated to do so. If you do not wish to do so, delete
-** this exception statement from your version.
-**
** See http://www.trolltech.com/gpl/ for GPL licensing information.
**
@@ -40,5 +30,4 @@
#include <unistd.h>
-#ifndef SINGLE_EXEC
int main(int argc, char **argv)
{
@@ -53,3 +42,2 @@ int main(int argc, char **argv)
return a.exec();
}
-#endif