summaryrefslogtreecommitdiff
path: root/core/launcher/main.cpp
Side-by-side diff
Diffstat (limited to 'core/launcher/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/main.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/core/launcher/main.cpp b/core/launcher/main.cpp
index 073e19a..762a596 100644
--- a/core/launcher/main.cpp
+++ b/core/launcher/main.cpp
@@ -34,2 +34,3 @@
#include <qfile.h>
+#include <qimage.h>
#include <qwindowsystem_qws.h>
@@ -55,3 +56,3 @@ void initEnvironment()
- // if not timezone set, pick New York
+ // if not timezone set, pick New York
if (tz.isNull())
@@ -131,3 +132,3 @@ void create_pidfile ( )
FILE *f;
-
+
if (( f = ::fopen ( pidfile_path, "w" ))) {
@@ -158,3 +159,3 @@ int main( int argc, char ** argv )
::setpgid ( 0, 0 );
-
+
::atexit ( remove_pidfile );