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:
@@ -44,7 +44,7 @@
|
||||
#include "cafPdmUiFieldEditorHandle.h"
|
||||
#include "cafPdmUiOrdering.h"
|
||||
#include "cafSelectionManager.h"
|
||||
#include "cafShortenedQLabel.h"
|
||||
#include "cafQShortenedLabel.h"
|
||||
|
||||
#include <QApplication>
|
||||
#include <QDate>
|
||||
@@ -107,7 +107,7 @@ QWidget* PdmUiDateEditor::createEditorWidget(QWidget* parent)
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QWidget* PdmUiDateEditor::createLabelWidget(QWidget* parent)
|
||||
{
|
||||
m_label = new ShortenedQLabel(parent);
|
||||
m_label = new QShortenedLabel(parent);
|
||||
return m_label;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user