diff options
Diffstat (limited to 'ksayit/src/ksayit.h')
-rw-r--r-- | ksayit/src/ksayit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksayit/src/ksayit.h b/ksayit/src/ksayit.h index bf1e672..97d2c95 100644 --- a/ksayit/src/ksayit.h +++ b/ksayit/src/ksayit.h @@ -74,7 +74,7 @@ class KSayItApp : public KMainWindow, public DCOPObject public: /** construtor of KSayItApp, calls all init functions to create the application. */ - KSayItApp(TQWidget* tqparent=0, const char* name=0, WFlags f=0, + KSayItApp(TQWidget* parent=0, const char* name=0, WFlags f=0, const TQCString &objID=0); ~KSayItApp(); |