diff options
Diffstat (limited to 'kttsd/plugins/flite/fliteproc.h')
-rw-r--r-- | kttsd/plugins/flite/fliteproc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kttsd/plugins/flite/fliteproc.h b/kttsd/plugins/flite/fliteproc.h index 6b44e45..00d9c51 100644 --- a/kttsd/plugins/flite/fliteproc.h +++ b/kttsd/plugins/flite/fliteproc.h @@ -41,7 +41,7 @@ class FliteProc : public PlugInProc{ /** * Constructor */ - FliteProc( TQObject* tqparent = 0, const char* name = 0, const TQStringList &args = TQStringList()); + FliteProc( TQObject* parent = 0, const char* name = 0, const TQStringList &args = TQStringList()); /** * Destructor |