summaryrefslogtreecommitdiff
path: root/src/gui/widgets/linkhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/linkhandler.h')
-rw-r--r--src/gui/widgets/linkhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/linkhandler.h b/src/gui/widgets/linkhandler.h
index 2f3a6e53f..b373162a3 100644
--- a/src/gui/widgets/linkhandler.h
+++ b/src/gui/widgets/linkhandler.h
@@ -38,7 +38,7 @@ class LinkHandler
{ }
virtual void handleLink(const std::string &link,
- gcn::MouseEvent *event) = 0;
+ MouseEvent *event) = 0;
};
#endif // GUI_WIDGETS_LINKHANDLER_H