summaryrefslogtreecommitdiffstats
path: root/src/display/canvas-temporary-item.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/display/canvas-temporary-item.cpp')
-rw-r--r--src/display/canvas-temporary-item.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/display/canvas-temporary-item.cpp b/src/display/canvas-temporary-item.cpp
index ccef4d0cb..abe5f2f1b 100644
--- a/src/display/canvas-temporary-item.cpp
+++ b/src/display/canvas-temporary-item.cpp
@@ -1,4 +1,4 @@
-/** \file
+/*
* Provides a class that can contain active TemporaryItem's on a desktop
* When the object is deleted, it also deletes the canvasitem it contains!
* This object should be created/managed by a TemporaryItemList.
@@ -16,7 +16,7 @@
#include "display/canvas-temporary-item.h"
-#include <gtk/gtkobject.h>
+#include <gtk/gtk.h>
namespace Inkscape {
namespace Display {