diff options
Diffstat (limited to 'kolf/canvasitem.cpp')
-rw-r--r-- | kolf/canvasitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kolf/canvasitem.cpp b/kolf/canvasitem.cpp index e8f199e3..2da0ee8c 100644 --- a/kolf/canvasitem.cpp +++ b/kolf/canvasitem.cpp @@ -35,7 +35,7 @@ TQCanvasRectangle *CanvasItem::onVStrut() return aboveVStrut && ritem? ritem : 0; } -void CanvasItem::save(KConfig *cfg) +void CanvasItem::save(TDEConfig *cfg) { cfg->writeEntry("dummykey", true); } |