diff options
Diffstat (limited to 'katomic/molek.h')
-rw-r--r-- | katomic/molek.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/katomic/molek.h b/katomic/molek.h index 561f1e0e..14386e08 100644 --- a/katomic/molek.h +++ b/katomic/molek.h @@ -16,20 +16,20 @@ #include "atom.h" #include <tqvaluelist.h> -class KSimpleConfig; +class TDESimpleConfig; #define MOLEK_SIZE 15 class Molek : public TQWidget { - Q_OBJECT + TQ_OBJECT 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(); } |