summaryrefslogtreecommitdiff
path: root/vcl/unx/kde4
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2011-10-20 19:56:44 +0200
committerLuboš Luňák <l.lunak@suse.cz>2011-10-20 19:57:30 +0200
commita6347e0971d718943241627f528fa4df3950ad44 (patch)
treee39e0f0599c155c9d894c5143071cd173f952646 /vcl/unx/kde4
parent16cf673187679b3f45f2623bc6e3a52bf7dbba45 (diff)
fix last commit
Diffstat (limited to 'vcl/unx/kde4')
-rw-r--r--vcl/unx/kde4/main.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/kde4/main.cxx b/vcl/unx/kde4/main.cxx
index 482a2125667d..12e4e14ce286 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
}