summaryrefslogtreecommitdiff
path: root/plugingui/drumkitframecontent.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/drumkitframecontent.h')
-rw-r--r--plugingui/drumkitframecontent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugingui/drumkitframecontent.h b/plugingui/drumkitframecontent.h
index 143284c..425898d 100644
--- a/plugingui/drumkitframecontent.h
+++ b/plugingui/drumkitframecontent.h
@@ -86,8 +86,8 @@ private:
VBoxLayout layout{this};
- Label drumkitCaption{this};
- Label midimapCaption{this};
+ Label drumkit_caption{this};
+ Label midimap_caption{this};
BrowseFile drumkit_file{this};
BrowseFile midimap_file{this};
ProgressBar drumkit_file_progress{this};