diff options
Diffstat (limited to 'keduca/keducabuilder/kcontrolheader.h')
-rw-r--r-- | keduca/keducabuilder/kcontrolheader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keduca/keducabuilder/kcontrolheader.h b/keduca/keducabuilder/kcontrolheader.h index 8370758d..5a30fef3 100644 --- a/keduca/keducabuilder/kcontrolheader.h +++ b/keduca/keducabuilder/kcontrolheader.h @@ -36,7 +36,7 @@ class KControlHeader : public KDialogBase { TQ_OBJECT public: - KControlHeader(FileRead *keducaFile, TQWidget *tqparent=0, const char *name=0); + KControlHeader(FileRead *keducaFile, TQWidget *parent=0, const char *name=0); ~KControlHeader(); private: |