diff options
Diffstat (limited to 'kfax/kfax.h')
-rw-r--r-- | kfax/kfax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kfax/kfax.h b/kfax/kfax.h index 5319a254..6372d860 100644 --- a/kfax/kfax.h +++ b/kfax/kfax.h @@ -59,7 +59,7 @@ class TopLevel : public KMainWindow public: - TopLevel( TQWidget *tqparent=0, const char *name=0 ); + TopLevel( TQWidget *parent=0, const char *name=0 ); ~TopLevel(); void openNetFile( const KURL& _url); |