View | Details | Raw Unified
Collapse All | Expand All

(-) Src/Gtk2/dasher_main.cpp (-3 / +3 lines)
 Lines 3-11    Link Here 
#include <glib/gi18n.h>
#include <glib/gi18n.h>
#include <gtk/gtk.h>
#include <gtk/gtk.h>
/* TODO: r4epair gnome libs flags (or get rid of entirely) */
/* TODO: r4epair gnome libs flags (or get rid of entirely) */
//#ifdef GNOME_LIBS 
#ifdef GNOME_LIBS 
#include <libgnomevfs/gnome-vfs.h> 
#include <libgnomevfs/gnome-vfs.h> 
//#endif
#endif
#include "dasher_action_keyboard.h"
#include "dasher_action_keyboard.h"
#ifdef WITH_MAEMO
#ifdef WITH_MAEMO
 Lines 8-14    Link Here 
#ifdef WITH_MAEMOFULLSCREEN
#ifdef WITH_MAEMOFULLSCREEN
#include <hildon-widgets/hildon-program.h>
#include <hildon-widgets/hildon-program.h>
#endif
#endif
#include <libgnome/libgnome.h>
//#include <libgnome/libgnome.h>
#include "GtkDasherControl.h"
#include "GtkDasherControl.h"
#include "KeyboardHelper.h"
#include "KeyboardHelper.h"