summaryrefslogtreecommitdiff
path: root/qmppresetselect.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'qmppresetselect.hpp')
-rw-r--r--qmppresetselect.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/qmppresetselect.hpp b/qmppresetselect.hpp
index 8a185f8..54f5764 100644
--- a/qmppresetselect.hpp
+++ b/qmppresetselect.hpp
@@ -18,7 +18,7 @@ class qmpPresetSelector:public QDialog
void showEvent(QShowEvent* e);
void setupWindow(int chid);
- private slots:
+ private slots:
void on_pbCancel_clicked();
void on_pbOk_clicked();
@@ -27,7 +27,7 @@ class qmpPresetSelector:public QDialog
void on_lwPresetSelect_itemDoubleClicked();
- private:
+ private:
Ui::qmpPresetSelector *ui;
char presets[129][128][24];
int ch;