diff options
Diffstat (limited to 'katomic/molek.cpp')
-rw-r--r-- | katomic/molek.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/katomic/molek.cpp b/katomic/molek.cpp index 7555736b..7e6484ea 100644 --- a/katomic/molek.cpp +++ b/katomic/molek.cpp @@ -68,7 +68,7 @@ void Molek::load (const KSimpleConfig& config) value = ""; strlcpy(current.conn, value.ascii(), sizeof(current.conn)); - kdWarning( atoms.tqfind(current) != atoms.end() ) + kdWarning( atoms.find(current) != atoms.end() ) << "OOOPS, duplicate atom definition in " << key << endl; atoms.append(current); atom_index++; |