diff options
Diffstat (limited to 'katomic/molek.h')
| -rw-r--r-- | katomic/molek.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/katomic/molek.h b/katomic/molek.h index b019595c..14386e08 100644 --- a/katomic/molek.h +++ b/katomic/molek.h @@ -16,7 +16,7 @@ #include "atom.h" #include <tqvaluelist.h> -class KSimpleConfig; +class TDESimpleConfig; #define MOLEK_SIZE 15 @@ -29,7 +29,7 @@ public: Molek (TQWidget *parent=0, const char *name=0); ~Molek (); - void load(const KSimpleConfig& config); + void load(const TDESimpleConfig& config); const atom& getAtom(uint index) const; int atomSize() const { return atoms.count(); } |
