summaryrefslogtreecommitdiff
path: root/src/libs/utils/newclasswidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/utils/newclasswidget.h')
-rw-r--r--src/libs/utils/newclasswidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/utils/newclasswidget.h b/src/libs/utils/newclasswidget.h
index cf2dd486ea..6ab8c0c6d8 100644
--- a/src/libs/utils/newclasswidget.h
+++ b/src/libs/utils/newclasswidget.h
@@ -160,7 +160,7 @@ private:
void setFormInputCheckable(bool checkable, bool force);
QString fixSuffix(const QString &suffix);
- NewClassWidgetPrivate *m_d;
+ NewClassWidgetPrivate *d;
};
} // namespace Utils