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 84db02752..dfc7413e7 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 *parent ) - : ConfigGui( member, parent ) +ConfigGuiGnokii::ConfigGuiGnokii( const QSync::Member &member, TQWidget *tqparent ) + : ConfigGui( member, tqparent ) { TQGridLayout *tqlayout = new TQGridLayout( topLayout() ); |