summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/embeddedkonsole/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/apps/embeddedkonsole/main.cpp b/core/apps/embeddedkonsole/main.cpp
index 95adab8..167b009 100644
--- a/core/apps/embeddedkonsole/main.cpp
+++ b/core/apps/embeddedkonsole/main.cpp
@@ -40,3 +40,3 @@ int main(int argc, char* argv[])
40 40
41 QPEApplication::grabKeyboard(); // for CTRL and ALT 41// QPEApplication::grabKeyboard(); // for CTRL and ALT
42 42
@@ -45,3 +45,3 @@ int main(int argc, char* argv[])
45 qDebug("Fake Ctrl and Alt defined"); 45 qDebug("Fake Ctrl and Alt defined");
46// QPEApplication::grabKeyboard(); // for CTRL and ALT 46 QPEApplication::grabKeyboard(); // for CTRL and ALT
47#endif 47#endif