diff options
Diffstat (limited to 'korganizer/publishdialog.cpp')
-rw-r--r-- | korganizer/publishdialog.cpp | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/korganizer/publishdialog.cpp b/korganizer/publishdialog.cpp index c8366adda..5e597524e 100644 --- a/korganizer/publishdialog.cpp +++ b/korganizer/publishdialog.cpp @@ -46,18 +46,18 @@ PublishDialog::PublishDialog( TQWidget* parent, const char* name, setMainWidget( mWidget ); mWidget->mNameLineEdit->setEnabled( false ); mWidget->mEmailLineEdit->setEnabled( false ); - connect( mWidget->mAddressListView, TQT_SIGNAL( selectionChanged(TQListViewItem *) ), - TQT_SLOT(updateInput())); - connect( mWidget->mNew, TQT_SIGNAL( clicked() ), - TQT_SLOT( addItem() ) ); - connect( mWidget->mRemove, TQT_SIGNAL( clicked() ), - TQT_SLOT( removeItem() ) ); - connect( mWidget->mSelectAddressee, TQT_SIGNAL( clicked() ), - TQT_SLOT( openAddressbook() ) ); - connect( mWidget->mNameLineEdit, TQT_SIGNAL( textChanged(const TQString&) ), - TQT_SLOT( updateItem() ) ); - connect( mWidget->mEmailLineEdit, TQT_SIGNAL( textChanged(const TQString&) ), - TQT_SLOT( updateItem() ) ); + connect( mWidget->mAddressListView, TQ_SIGNAL( selectionChanged(TQListViewItem *) ), + TQ_SLOT(updateInput())); + connect( mWidget->mNew, TQ_SIGNAL( clicked() ), + TQ_SLOT( addItem() ) ); + connect( mWidget->mRemove, TQ_SIGNAL( clicked() ), + TQ_SLOT( removeItem() ) ); + connect( mWidget->mSelectAddressee, TQ_SIGNAL( clicked() ), + TQ_SLOT( openAddressbook() ) ); + connect( mWidget->mNameLineEdit, TQ_SIGNAL( textChanged(const TQString&) ), + TQ_SLOT( updateItem() ) ); + connect( mWidget->mEmailLineEdit, TQ_SIGNAL( textChanged(const TQString&) ), + TQ_SLOT( updateItem() ) ); } PublishDialog::~PublishDialog() |