mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
More consistent naming for Qt-derived classes in CAF
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
#include "cafPdmObject.h"
|
||||
#include "cafPdmUiFieldEditorHandle.h"
|
||||
#include "cafPdmUiOrdering.h"
|
||||
#include "cafShortenedQLabel.h"
|
||||
#include "cafQShortenedLabel.h"
|
||||
|
||||
#include "cafFactory.h"
|
||||
|
||||
@@ -98,7 +98,7 @@ QWidget* PdmUiCheckBoxEditor::createEditorWidget(QWidget* parent)
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QWidget* PdmUiCheckBoxEditor::createLabelWidget(QWidget* parent)
|
||||
{
|
||||
m_label = new ShortenedQLabel(parent);
|
||||
m_label = new QShortenedLabel(parent);
|
||||
return m_label;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user