summaryrefslogtreecommitdiffabout
path: root/korganizer/main.cpp
Side-by-side diff
Diffstat (limited to 'korganizer/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/korganizer/main.cpp b/korganizer/main.cpp
index 6339370..a96f7c2 100644
--- a/korganizer/main.cpp
+++ b/korganizer/main.cpp
@@ -101,7 +101,6 @@ int main( int argc, char **argv )
QCString command = argv[1];
if ( argc > 2 )
command += argv[2];
- qApp->processEvents();
m.recieve(command, QByteArray() );
}