diff options
Diffstat (limited to 'src/configpagebase.h')
-rwxr-xr-x | src/configpagebase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configpagebase.h b/src/configpagebase.h index 23aad2b..07bffde 100755 --- a/src/configpagebase.h +++ b/src/configpagebase.h @@ -18,7 +18,7 @@ public: /** * Constructor */ - ConfigPageBase( TQWidget *tqparent=0, const char *name=0 ); + ConfigPageBase( TQWidget *parent=0, const char *name=0 ); /** * Destructor |