diff options
Diffstat (limited to 'kitchensync/src/configguignokii.cpp')
-rw-r--r-- | kitchensync/src/configguignokii.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kitchensync/src/configguignokii.cpp b/kitchensync/src/configguignokii.cpp index dfc7413e7..84db02752 100644 --- a/kitchensync/src/configguignokii.cpp +++ b/kitchensync/src/configguignokii.cpp @@ -34,8 +34,8 @@ #include <tqdom.h> #include <tqvbox.h> -ConfigGuiGnokii::ConfigGuiGnokii( const QSync::Member &member, TQWidget *tqparent ) - : ConfigGui( member, tqparent ) +ConfigGuiGnokii::ConfigGuiGnokii( const QSync::Member &member, TQWidget *parent ) + : ConfigGui( member, parent ) { TQGridLayout *tqlayout = new TQGridLayout( topLayout() ); |