diff options
Diffstat (limited to 'src/gtk2_in_qt4.cpp')
-rw-r--r-- | src/gtk2_in_qt4.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gtk2_in_qt4.cpp b/src/gtk2_in_qt4.cpp index 11f0b1c..cc6bdc9 100644 --- a/src/gtk2_in_qt4.cpp +++ b/src/gtk2_in_qt4.cpp @@ -20,8 +20,8 @@ #include <gtk/gtk.h> #include <gdk/gdkx.h> -#include "suil_internal.h" -#include "suil-config.h" +#include "./suil_internal.h" +#include "./suil-config.h" extern "C" { @@ -81,4 +81,4 @@ suil_wrapper_new(SuilHost* host, return wrapper; } -} // extern "C" +} // extern "C" |