summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qt-homescreen-example/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/qt-homescreen-example/main.cpp b/qt-homescreen-example/main.cpp
index 9f6b332..17573d9 100644
--- a/qt-homescreen-example/main.cpp
+++ b/qt-homescreen-example/main.cpp
@@ -46,8 +46,7 @@
int main(int argc, char *argv[])
{
- // enforce native graphics system for now due to a bug in Maemo's composition
- // manager
+ // enforce native graphics system for now due to a bug in transparency composition
QApplication::setGraphicsSystem("native");
QApplication app(argc, argv);