diff options
Diffstat (limited to 'konversation/src/ignore_preferences.cpp')
-rw-r--r-- | konversation/src/ignore_preferences.cpp | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/konversation/src/ignore_preferences.cpp b/konversation/src/ignore_preferences.cpp index 5891bc7..721d8dd 100644 --- a/konversation/src/ignore_preferences.cpp +++ b/konversation/src/ignore_preferences.cpp @@ -31,21 +31,21 @@ Ignore_Config::Ignore_Config( TQWidget* parent, const char* name, WFlags fl ) : Ignore_ConfigUI( parent, name, fl ) { - connect(newButton,TQT_SIGNAL(clicked()), - this,TQT_SLOT(newIgnore())); - connect(removeButton,TQT_SIGNAL(clicked()), - this,TQT_SLOT(removeIgnore())); - connect(removeAllButton,TQT_SIGNAL(clicked()), - this,TQT_SLOT(removeAllIgnore())); - connect(ignoreListView,TQT_SIGNAL(selectionChanged(TQListViewItem*)), - this,TQT_SLOT(select(TQListViewItem*))); - connect(chkChannel, TQT_SIGNAL(clicked()), this, TQT_SLOT(flagCheckboxChanged())); - connect(chkQuery, TQT_SIGNAL(clicked()), this, TQT_SLOT(flagCheckboxChanged())); - connect(chkNotice, TQT_SIGNAL(clicked()), this, TQT_SLOT(flagCheckboxChanged())); - connect(chkCTCP, TQT_SIGNAL(clicked()), this, TQT_SLOT(flagCheckboxChanged())); - connect(chkDCC, TQT_SIGNAL(clicked()), this, TQT_SLOT(flagCheckboxChanged())); - connect(txtPattern, TQT_SIGNAL(textChanged(const TQString &)), this, TQT_SLOT(flagCheckboxChanged())); -// connect(chkException, TQT_SIGNAL(clicked()), this, TQT_SLOT(flagCheckboxChanged())); + connect(newButton,TQ_SIGNAL(clicked()), + this,TQ_SLOT(newIgnore())); + connect(removeButton,TQ_SIGNAL(clicked()), + this,TQ_SLOT(removeIgnore())); + connect(removeAllButton,TQ_SIGNAL(clicked()), + this,TQ_SLOT(removeAllIgnore())); + connect(ignoreListView,TQ_SIGNAL(selectionChanged(TQListViewItem*)), + this,TQ_SLOT(select(TQListViewItem*))); + connect(chkChannel, TQ_SIGNAL(clicked()), this, TQ_SLOT(flagCheckboxChanged())); + connect(chkQuery, TQ_SIGNAL(clicked()), this, TQ_SLOT(flagCheckboxChanged())); + connect(chkNotice, TQ_SIGNAL(clicked()), this, TQ_SLOT(flagCheckboxChanged())); + connect(chkCTCP, TQ_SIGNAL(clicked()), this, TQ_SLOT(flagCheckboxChanged())); + connect(chkDCC, TQ_SIGNAL(clicked()), this, TQ_SLOT(flagCheckboxChanged())); + connect(txtPattern, TQ_SIGNAL(textChanged(const TQString &)), this, TQ_SLOT(flagCheckboxChanged())); +// connect(chkException, TQ_SIGNAL(clicked()), this, TQ_SLOT(flagCheckboxChanged())); loadSettings(); ignoreListView->header()->setMovingEnabled(false); |