diff options
Diffstat (limited to 'src/ProjectPropertiesDialog.hpp')
-rw-r--r-- | src/ProjectPropertiesDialog.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ProjectPropertiesDialog.hpp b/src/ProjectPropertiesDialog.hpp index aeede5f..746c072 100644 --- a/src/ProjectPropertiesDialog.hpp +++ b/src/ProjectPropertiesDialog.hpp @@ -25,7 +25,7 @@ class Project; class ProjectPropertiesDialog { public: - ProjectPropertiesDialog(LashProxy* proxy, Glib::RefPtr<Gnome::Glade::Xml> xml); + ProjectPropertiesDialog(LashProxy* proxy, Glib::RefPtr<Gtk::Builder> xml); ~ProjectPropertiesDialog(); void run(boost::shared_ptr<Project> project); |