diff options
Diffstat (limited to 'kcoloredit/kcoloreditdoc.h')
-rw-r--r-- | kcoloredit/kcoloreditdoc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcoloredit/kcoloreditdoc.h b/kcoloredit/kcoloreditdoc.h index 108e05fe..9f65c25e 100644 --- a/kcoloredit/kcoloreditdoc.h +++ b/kcoloredit/kcoloreditdoc.h @@ -112,7 +112,7 @@ class KColorEditDoc : public TQObject /** Inserts a color at index */ void insert(int index, const Color& color); /** Replaces a color at index */ - void tqreplace(int index, const Color& color); + void replace(int index, const Color& color); protected: /** Sets an error string if an IO operation was unsuccesfull */ |