summaryrefslogtreecommitdiffstats
path: root/src/gui/ConnectWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/ConnectWindow.hpp')
-rw-r--r--src/gui/ConnectWindow.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/ConnectWindow.hpp b/src/gui/ConnectWindow.hpp
index 015a6e76..08560361 100644
--- a/src/gui/ConnectWindow.hpp
+++ b/src/gui/ConnectWindow.hpp
@@ -70,7 +70,7 @@ private:
void disconnect();
void next_stage();
- bool connect_remote(const Raul::URI& uri);
+ bool connect_remote(const URI& uri);
void connect(bool existing);
void activate();
void deactivate();
@@ -101,7 +101,7 @@ private:
Gtk::Button* _quit_button;
Mode _mode;
- Raul::URI _connect_uri;
+ URI _connect_uri;
int32_t _ping_id;
bool _attached;
bool _finished_connecting;