diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-05-26 23:24:21 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-05-26 23:24:21 +0000 |
commit | 0b84ae8ea4f965b8af81d53a4b8230edfc15909f (patch) | |
tree | 3b5b717d27943b48cc8a82aa49cb9c3970389d05 /www/rekonq/files/patch-src__main.cpp | |
parent | Update KDevelop-related ports now that KDE 4.8.3 has been committed. (diff) |
Update to 0.9.2.
Notes
Notes:
svn path=/head/; revision=297502
Diffstat (limited to 'www/rekonq/files/patch-src__main.cpp')
-rw-r--r-- | www/rekonq/files/patch-src__main.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/rekonq/files/patch-src__main.cpp b/www/rekonq/files/patch-src__main.cpp deleted file mode 100644 index c584eb7b0a5e..000000000000 --- a/www/rekonq/files/patch-src__main.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/main.cpp 2011-04-03 12:26:13.000000000 +0400 -+++ src/main.cpp 2011-04-05 00:05:26.578186110 +0400 -@@ -207,7 +207,7 @@ - - #if defined(Q_WS_X11) - // On X11, the raster engine gives better performance than native. -- QApplication::setGraphicsSystem(QL1S("raster")); -+// QApplication::setGraphicsSystem(QL1S("raster")); - #endif - - Application app; |