diff options
Diffstat (limited to 'kalarm/lib/colourlist.h')
-rw-r--r-- | kalarm/lib/colourlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kalarm/lib/colourlist.h b/kalarm/lib/colourlist.h index 7bee8d149..91fabaf92 100644 --- a/kalarm/lib/colourlist.h +++ b/kalarm/lib/colourlist.h @@ -95,7 +95,7 @@ class ColourList /** Returns the index to the first occurrence of colour @p c in the list. * Returns -1 if colour @p c is not in the list. */ - int findIndex(const TQColor& c) const { return mList.findIndex(c.rgb()); } + int findIndex(const TQColor& c) const { return mList.tqfindIndex(c.rgb()); } /** Returns the first colour in the list. If the list is empty, the result is undefined. */ TQColor first() const { return TQColor(mList.first()); } /** Returns the last colour in the list. If the list is empty, the result is undefined. */ |