diff options
Diffstat (limited to 'tdeabc/ldapconfigwidget.cpp')
-rw-r--r-- | tdeabc/ldapconfigwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeabc/ldapconfigwidget.cpp b/tdeabc/ldapconfigwidget.cpp index bc4b0ae5d..902e2b04c 100644 --- a/tdeabc/ldapconfigwidget.cpp +++ b/tdeabc/ldapconfigwidget.cpp @@ -213,7 +213,7 @@ void LdapConfigWidget::initWidget() if ( mFlags & W_AUTHBOX ) { TQButtonGroup *authbox = - new TQButtonGroup( 3, Qt::Horizontal, i18n( "Authentication" ), this ); + new TQButtonGroup( 3, TQt::Horizontal, i18n( "Authentication" ), this ); mAnonymous = new TQRadioButton( i18n( "Anonymous" ), authbox, "kcfg_ldapanon" ); mSimple = new TQRadioButton( i18n( "Simple" ), authbox, "kcfg_ldapsimple" ); |