diff options
Diffstat (limited to 'kitchensync/src/configguiblank.cpp')
-rw-r--r-- | kitchensync/src/configguiblank.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kitchensync/src/configguiblank.cpp b/kitchensync/src/configguiblank.cpp index 3e9d47b65..e5e60f201 100644 --- a/kitchensync/src/configguiblank.cpp +++ b/kitchensync/src/configguiblank.cpp @@ -26,8 +26,8 @@ #include <tqlabel.h> #include <tqlayout.h> -ConfigGuiBlank::ConfigGuiBlank( const QSync::Member &member, TQWidget *parent ) - : ConfigGui( member, parent ) +ConfigGuiBlank::ConfigGuiBlank( const QSync::Member &member, TQWidget *tqparent ) + : ConfigGui( member, tqparent ) { TQLabel *label = new TQLabel( i18n( "This member/plugin needs no configuration." ), this ); topLayout()->addWidget( label ); |