summaryrefslogtreecommitdiffstats
path: root/src/x11_in_qt4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/x11_in_qt4.cpp')
-rw-r--r--src/x11_in_qt4.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x11_in_qt4.cpp b/src/x11_in_qt4.cpp
index b51055b..ced3dcd 100644
--- a/src/x11_in_qt4.cpp
+++ b/src/x11_in_qt4.cpp
@@ -77,7 +77,7 @@ suil_wrapper_new(SuilHost* host,
wrapper->resize.ui_resize = wrapper_resize;
LV2_Feature* resize_feature = (LV2_Feature*)malloc(sizeof(LV2_Feature));
- resize_feature->URI = "http://lv2plug.in/ns/ext/ui-resize#UIResize";
+ resize_feature->URI = LV2_UI__resize;
resize_feature->data = &wrapper->resize;
wrapper->features[n_features + 1] = resize_feature;