From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kaddressbook/secrecywidget.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kaddressbook/secrecywidget.cpp') diff --git a/kaddressbook/secrecywidget.cpp b/kaddressbook/secrecywidget.cpp index 70b3bf3c..5a39ddfa 100644 --- a/kaddressbook/secrecywidget.cpp +++ b/kaddressbook/secrecywidget.cpp @@ -21,7 +21,7 @@ without including the source code for Qt in the source distribution. */ -#include +#include #include #include @@ -29,10 +29,10 @@ #include "secrecywidget.h" -SecrecyWidget::SecrecyWidget( QWidget *parent, const char *name ) - : QWidget( parent, name ) +SecrecyWidget::SecrecyWidget( TQWidget *parent, const char *name ) + : TQWidget( parent, name ) { - QVBoxLayout *layout = new QVBoxLayout( this, KDialog::marginHint(), + TQVBoxLayout *layout = new TQVBoxLayout( this, KDialog::marginHint(), KDialog::spacingHint() ); mSecrecyCombo = new KComboBox( this ); layout->addWidget( mSecrecyCombo ); @@ -42,8 +42,8 @@ SecrecyWidget::SecrecyWidget( QWidget *parent, const char *name ) for ( it = list.begin(); it != list.end(); ++it ) mSecrecyCombo->insertItem( KABC::Secrecy::typeLabel( *it ), *it ); - connect( mSecrecyCombo, SIGNAL( activated( const QString& ) ), - SIGNAL( changed() ) ); + connect( mSecrecyCombo, TQT_SIGNAL( activated( const TQString& ) ), + TQT_SIGNAL( changed() ) ); } SecrecyWidget::~SecrecyWidget() -- cgit v1.2.3