diff options
Diffstat (limited to 'ktuberling/soundfactory.h')
-rw-r--r-- | ktuberling/soundfactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktuberling/soundfactory.h b/ktuberling/soundfactory.h index 76272e0a..2b9e954f 100644 --- a/ktuberling/soundfactory.h +++ b/ktuberling/soundfactory.h @@ -20,7 +20,7 @@ class SoundFactory : public TQObject public: - SoundFactory(TopLevel *tqparent, const char *name, uint selectedLanguage); + SoundFactory(TopLevel *parent, const char *name, uint selectedLanguage); ~SoundFactory(); void change(uint selectedLanguage); |