summaryrefslogtreecommitdiffstats
path: root/src/ProjectPropertiesDialog.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ProjectPropertiesDialog.hpp')
-rw-r--r--src/ProjectPropertiesDialog.hpp2
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);