diff options
Diffstat (limited to 'katomic/molek.h')
-rw-r--r-- | katomic/molek.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/katomic/molek.h b/katomic/molek.h index 4100fe46..ae102f53 100644 --- a/katomic/molek.h +++ b/katomic/molek.h @@ -26,7 +26,7 @@ class Molek : public TQWidget TQ_OBJECT public: - Molek (TQWidget *tqparent=0, const char *name=0); + Molek (TQWidget *parent=0, const char *name=0); ~Molek (); void load(const KSimpleConfig& config); |