summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/gtk/gtksys.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/unx/gtk/gtksys.hxx')
-rw-r--r--vcl/inc/unx/gtk/gtksys.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/unx/gtk/gtksys.hxx b/vcl/inc/unx/gtk/gtksys.hxx
index 05e58f5d9f94..f378bf35b162 100644
--- a/vcl/inc/unx/gtk/gtksys.hxx
+++ b/vcl/inc/unx/gtk/gtksys.hxx
@@ -30,10 +30,10 @@
#ifndef _VCL_GTKSYS_HXX_
#define _VCL_GTKSYS_HXX_
-#include "unx/salsys.h"
+#include "generic/gensys.h"
#include <gtk/gtk.h>
-class GtkSalSystem : public UnxSalSystem
+class GtkSalSystem : public SalGenericSystem
{
GdkDisplay *mpDisplay;
public: