summaryrefslogtreecommitdiffstats
path: root/tools/designer/app/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/designer/app/main.cpp')
-rw-r--r--tools/designer/app/main.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/designer/app/main.cpp b/tools/designer/app/main.cpp
index b9c7cb047..e0bb62f1a 100644
--- a/tools/designer/app/main.cpp
+++ b/tools/designer/app/main.cpp
@@ -33,11 +33,6 @@
#include "qplatformdefs.h"
-// SCO OpenServer redefines raise -> kill
-#if defined(raise)
-# undef raise
-#endif
-
#include "mainwindow.h"
#include "formwindow.h"
@@ -52,11 +47,6 @@
#include <stdlib.h>
#include <signal.h>
-// SCO OpenServer redefines raise -> kill
-#if defined(raise)
-# undef raise
-#endif
-
#if defined(TQ_WS_WIN)
#include <qt_windows.h>
#include <process.h>