rename ok/cancel to okButton/cancelButton
[mussa.git] / qui / seqbrowser / seqproperties / PropertiesWindow.hpp
index 638a45e5b6929792e32d372da09e61370ae7a832..f369af2014e0ebf9ac8a1495eef8b7c342d99ad1 100644 (file)
@@ -26,7 +26,7 @@ public slots:
   //! create a subanalysis and run it
   void apply();
   //! clear our model and close the window
-  void abort();
+  void cancel();
   //! provide a way for the model to tell us to update our gui
   void modelUpdated(const QModelIndex&, int, int);
   //! update our title
@@ -36,8 +36,8 @@ private:
   //! keep track of what analysis we're attached to
   MussaRef analysis;
   QTableView *table;
-  QPushButton *ok;
-  QPushButton *cancel;
+  QPushButton *okButton;
+  QPushButton *cancelButton;
 
   SequencePropertiesModel model;
 };