diff options
Diffstat (limited to 'src/x11_in_qt4.cpp')
-rw-r--r-- | src/x11_in_qt4.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x11_in_qt4.cpp b/src/x11_in_qt4.cpp index 7c75a95..cfecc04 100644 --- a/src/x11_in_qt4.cpp +++ b/src/x11_in_qt4.cpp @@ -61,7 +61,7 @@ suil_wrapper_new(SuilHost* host, memcpy(wrapper->features, features, sizeof(LV2_Feature) * n_features); LV2_Feature* parent_feature = (LV2_Feature*)malloc(sizeof(LV2_Feature)); - parent_feature->URI = "http://example.org/winid"; + parent_feature->URI = NS_UI "parent"; parent_feature->data = (void*)(intptr_t)ew->winId(); wrapper->features[n_features] = parent_feature; |