diff options
Diffstat (limited to 'kdf/kdf.h')
-rw-r--r-- | kdf/kdf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ class KDFTopLevel : public KMainWindow TQ_OBJECT public: - KDFTopLevel(TQWidget *tqparent=0, const char *name=0); + KDFTopLevel(TQWidget *parent=0, const char *name=0); ~KDFTopLevel() { }; protected slots: |