summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/mainwindow/mainwindow.h')
-rw-r--r--src/server/mainwindow/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h
index ba24bae..4e880e6 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -104,8 +104,8 @@ private:
void reloadCurrentRoom();
protected slots:
- void DisableButtons();
- void EnableButtons();
+ void disableButtons();
+ void enableButtons();
void clientCountChanged();
void onSessionNameClick();