summaryrefslogtreecommitdiffstats
path: root/examples/widgets/layouts/dynamiclayouts/dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/layouts/dynamiclayouts/dialog.h')
-rw-r--r--examples/widgets/layouts/dynamiclayouts/dialog.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/widgets/layouts/dynamiclayouts/dialog.h b/examples/widgets/layouts/dynamiclayouts/dialog.h
index 0ff0c12b38..923a6fe01b 100644
--- a/examples/widgets/layouts/dynamiclayouts/dialog.h
+++ b/examples/widgets/layouts/dynamiclayouts/dialog.h
@@ -76,12 +76,12 @@ private slots:
void help();
private:
- void createRotableGroupBox();
+ void createRotatableGroupBox();
void createOptionsGroupBox();
void createButtonBox();
- QGroupBox *rotableGroupBox;
- QQueue<QWidget *> rotableWidgets;
+ QGroupBox *rotatableGroupBox;
+ QQueue<QWidget *> rotatableWidgets;
QGroupBox *optionsGroupBox;
QLabel *buttonsOrientationLabel;
@@ -93,7 +93,7 @@ private:
QPushButton *rotateWidgetsButton;
QGridLayout *mainLayout;
- QGridLayout *rotableLayout;
+ QGridLayout *rotatableLayout;
QGridLayout *optionsLayout;
};