diff options
Diffstat (limited to 'kitchensync/src/configguigpe.cpp')
-rw-r--r-- | kitchensync/src/configguigpe.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kitchensync/src/configguigpe.cpp b/kitchensync/src/configguigpe.cpp index 94108d300..34502d4d6 100644 --- a/kitchensync/src/configguigpe.cpp +++ b/kitchensync/src/configguigpe.cpp @@ -32,8 +32,8 @@ #include <klineedit.h> #include <klocale.h> -ConfigGuiGpe::ConfigGuiGpe( const QSync::Member &member, TQWidget *parent ) - : ConfigGui( member, parent ) +ConfigGuiGpe::ConfigGuiGpe( const QSync::Member &member, TQWidget *tqparent ) + : ConfigGui( member, tqparent ) { initGUI(); @@ -93,7 +93,7 @@ void ConfigGuiGpe::initGUI() mIP->setInputMask( "000.000.000.000" ); tqlayout->addWidget( mIP, 1, 1 ); - tqlayout->addWidget( new TQLabel( i18n( "Port:" ), this ), 1, 2, Qt::AlignRight ); + tqlayout->addWidget( new TQLabel( i18n( "Port:" ), this ), 1, 2, TQt::AlignRight ); mPort = new TQSpinBox( 1, 65536, 1, this ); tqlayout->addWidget( mPort, 1, 3 ); |