diff options
Diffstat (limited to 'kalarm/undo.h')
-rw-r--r-- | kalarm/undo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kalarm/undo.h b/kalarm/undo.h index 0f65cb9fa..2bc2ca1e5 100644 --- a/kalarm/undo.h +++ b/kalarm/undo.h @@ -71,7 +71,7 @@ class Undo : public TQObject // Methods for use by UndoItem class static void add(UndoItem*, bool undo); static void remove(UndoItem*, bool undo); - static void tqreplace(UndoItem* old, UndoItem* New); + static void replace(UndoItem* old, UndoItem* New); private: typedef TQValueList<UndoItem*>::Iterator Iterator; |