diff --git a/avogadro/qtplugins/propertytables/propertyview.h b/avogadro/qtplugins/propertytables/propertyview.h index b6cfba77ac..19323ce582 100644 --- a/avogadro/qtplugins/propertytables/propertyview.h +++ b/avogadro/qtplugins/propertytables/propertyview.h @@ -13,7 +13,7 @@ class QProgressDialog; namespace Avogadro { -namespace QtGui{ +namespace QtGui { class Molecule; } @@ -21,7 +21,6 @@ class PropertyView : public QTableView { Q_OBJECT public: - explicit PropertyView(PropertyType type, QWidget* parent = 0); void selectionChanged(const QItemSelection& selected, @@ -32,7 +31,7 @@ class PropertyView : public QTableView protected: // copy the selected properties to the clipboard - void keyPressEvent(QKeyEvent *event); + void keyPressEvent(QKeyEvent* event); private: PropertyType m_type;