~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/widgets/toolbox.h

  • Committer: JazzyNico
  • Date: 2011-08-29 20:25:30 UTC
  • Revision ID: nicoduf@yahoo.fr-20110829202530-6deuoz11q90usldv
Code refactoring and merging with trunk (revision 10599).

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 * Released under GNU GPL, read the file 'COPYING' for more information
16
16
 */
17
17
 
18
 
#include <gtk/gtkstyle.h>
19
 
#include <gtk/gtktooltips.h>
 
18
#include <gtk/gtk.h>
20
19
#include <glibmm/ustring.h>
21
20
 
22
21
#include "forward.h"
68
67
  fill-column:99
69
68
  End:
70
69
*/
71
 
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
 
70
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :