[Libreoffice-commits] .: vcl/unx
Lubos Lunak
llunak at kemper.freedesktop.org
Thu Oct 20 10:57:38 PDT 2011
vcl/unx/kde4/main.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a6347e0971d718943241627f528fa4df3950ad44
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Thu Oct 20 19:56:44 2011 +0200
fix last commit
diff --git a/vcl/unx/kde4/main.cxx b/vcl/unx/kde4/main.cxx
index 482a212..12e4e14 100644
--- a/vcl/unx/kde4/main.cxx
+++ b/vcl/unx/kde4/main.cxx
@@ -65,7 +65,7 @@ extern "C" {
XInitThreads();
// just in case somebody builds with old version and then upgrades Qt,
// otherwise this is a no-op
- QApplication::setAttribute( static_cast< ApplicationAttribute >( 10 ));
+ QApplication::setAttribute( static_cast< Qt::ApplicationAttribute >( 10 ));
#endif
}
More information about the Libreoffice-commits
mailing list