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 0af181530..cca197f89 100644 --- a/kalarm/undo.h +++ b/kalarm/undo.h @@ -70,7 +70,7 @@ class Undo : public QObject // Methods for use by UndoItem class static void add(UndoItem*, bool undo); static void remove(UndoItem*, bool undo); - static void replace(UndoItem* old, UndoItem* New); + static void tqreplace(UndoItem* old, UndoItem* New); private: typedef TQValueList<UndoItem*>::Iterator Iterator; |