diff options
Diffstat (limited to 'src/options.h')
-rwxr-xr-x | src/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.h b/src/options.h index 65c566b..d3e96f7 100755 --- a/src/options.h +++ b/src/options.h @@ -51,7 +51,7 @@ public: /** * Constructor */ - Options( Config*, const TQString &text, TQWidget* tqparent = 0, const char* name = 0 ); + Options( Config*, const TQString &text, TQWidget* parent = 0, const char* name = 0 ); /** * Destructor |