aboutsummaryrefslogtreecommitdiff
path: root/include/courtroom.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/courtroom.h')
-rw-r--r--include/courtroom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/courtroom.h b/include/courtroom.h
index bba38b61..2e007d27 100644
--- a/include/courtroom.h
+++ b/include/courtroom.h
@@ -143,10 +143,10 @@ public:
void set_fonts(QString p_char = "");
// sets dropdown menu stylesheet
- void set_dropdown(QWidget *widget);
+ void set_stylesheet(QWidget *widget);
// helper funciton that call above function on the relevant widgets
- void set_dropdowns();
+ void set_stylesheets();
void set_window_title(QString p_title);