diff options
Diffstat (limited to 'noatun/modules/kaiman/style.h')
-rw-r--r-- | noatun/modules/kaiman/style.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/modules/kaiman/style.h b/noatun/modules/kaiman/style.h index 6dd1fd3e..03ba4f2d 100644 --- a/noatun/modules/kaiman/style.h +++ b/noatun/modules/kaiman/style.h @@ -321,7 +321,7 @@ public: enum { ParsingError=1, FileNotFound }; /// Finds a style element, according to it's name. Returns 0 when element is not available. - KaimanStyleElement* tqfind(const char* val_s_elemName); + KaimanStyleElement* find(const char* val_s_elemName); /// Tries to load the given style and returns success (true) or failure (false) bool loadStyle(const TQString &styleName, const TQString &descFile="skindata" ); |