summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/config/behavior/behaviorconfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/config/behavior/behaviorconfig.cpp')
-rw-r--r--kopete/kopete/config/behavior/behaviorconfig.cpp136
1 files changed, 68 insertions, 68 deletions
diff --git a/kopete/kopete/config/behavior/behaviorconfig.cpp b/kopete/kopete/config/behavior/behaviorconfig.cpp
index e042c1d4..8f4e7de6 100644
--- a/kopete/kopete/config/behavior/behaviorconfig.cpp
+++ b/kopete/kopete/config/behavior/behaviorconfig.cpp
@@ -77,81 +77,81 @@ BehaviorConfig::BehaviorConfig(TQWidget *parent, const char * /* name */, const
// "General" TAB ============================================================
- connect(mPrfsGeneral->mShowTrayChk, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotSettingsChanged(bool)));
- connect(mPrfsGeneral->mStartDockedChk, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotSettingsChanged(bool)));
- connect(mPrfsGeneral->mUseQueueChk, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotSettingsChanged(bool)));
- connect(mPrfsGeneral->mUseStackChk, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotSettingsChanged(bool)));
- connect(mPrfsGeneral->mQueueUnreadMessagesChk, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotSettingsChanged(bool)));
- connect(mPrfsGeneral->mAutoConnect, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotSettingsChanged(bool)));
+ connect(mPrfsGeneral->mShowTrayChk, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotSettingsChanged(bool)));
+ connect(mPrfsGeneral->mStartDockedChk, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotSettingsChanged(bool)));
+ connect(mPrfsGeneral->mUseQueueChk, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotSettingsChanged(bool)));
+ connect(mPrfsGeneral->mUseStackChk, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotSettingsChanged(bool)));
+ connect(mPrfsGeneral->mQueueUnreadMessagesChk, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotSettingsChanged(bool)));
+ connect(mPrfsGeneral->mAutoConnect, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotSettingsChanged(bool)));
// "Events" TAB ============================================================
- connect(mPrfsEvents->mQueueOnlyHighlightedMessagesInGroupChatsChk, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotSettingsChanged(bool)));
- connect(mPrfsEvents->mQueueOnlyMessagesOnAnotherDesktopChk, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotSettingsChanged(bool)));
- connect(mPrfsEvents->mBalloonNotifyChk, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotSettingsChanged(bool)));
- connect(mPrfsEvents->mBalloonNotifyIgnoreClosesChatViewChk, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotSettingsChanged(bool)));
- connect(mPrfsEvents->mCloseBalloonChk, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotSettingsChanged(bool)));
- connect(mPrfsEvents->mBalloonCloseDelay, TQT_SIGNAL(valueChanged(int)),
- this, TQT_SLOT(slotValueChanged(int)));
- connect(mPrfsEvents->mTrayflashNotifyChk, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotSettingsChanged(bool)));
- connect(mPrfsEvents->mTrayflashNotifyLeftClickOpensMessageChk, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotSettingsChanged(bool)));
- connect(mPrfsEvents->mTrayflashNotifySetCurrentDesktopToChatViewChk, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotSettingsChanged(bool)));
- connect(mPrfsEvents->mSoundIfAwayChk, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotSettingsChanged(bool)));
- connect(mPrfsEvents->mEventIfActive, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotSettingsChanged(bool)));
- connect(mPrfsEvents->mRaiseMsgWindowChk, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotSettingsChanged(bool)));
+ connect(mPrfsEvents->mQueueOnlyHighlightedMessagesInGroupChatsChk, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotSettingsChanged(bool)));
+ connect(mPrfsEvents->mQueueOnlyMessagesOnAnotherDesktopChk, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotSettingsChanged(bool)));
+ connect(mPrfsEvents->mBalloonNotifyChk, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotSettingsChanged(bool)));
+ connect(mPrfsEvents->mBalloonNotifyIgnoreClosesChatViewChk, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotSettingsChanged(bool)));
+ connect(mPrfsEvents->mCloseBalloonChk, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotSettingsChanged(bool)));
+ connect(mPrfsEvents->mBalloonCloseDelay, TQ_SIGNAL(valueChanged(int)),
+ this, TQ_SLOT(slotValueChanged(int)));
+ connect(mPrfsEvents->mTrayflashNotifyChk, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotSettingsChanged(bool)));
+ connect(mPrfsEvents->mTrayflashNotifyLeftClickOpensMessageChk, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotSettingsChanged(bool)));
+ connect(mPrfsEvents->mTrayflashNotifySetCurrentDesktopToChatViewChk, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotSettingsChanged(bool)));
+ connect(mPrfsEvents->mSoundIfAwayChk, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotSettingsChanged(bool)));
+ connect(mPrfsEvents->mEventIfActive, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotSettingsChanged(bool)));
+ connect(mPrfsEvents->mRaiseMsgWindowChk, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotSettingsChanged(bool)));
// "Chat" TAB ===============================================================
- connect( mPrfsChat->cb_ShowEventsChk, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotSettingsChanged(bool)));
- connect( mPrfsChat->highlightEnabled, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotSettingsChanged(bool)));
- connect( mPrfsChat->cb_SpellCheckChk, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotSettingsChanged(bool)));
- connect( mPrfsChat->cmbChatGroupingPolicy, TQT_SIGNAL(activated(int)),
- this, TQT_SLOT(slotValueChanged(int)));
- connect( mPrfsChat->mChatViewBufferSize, TQT_SIGNAL(valueChanged(int)),
- this, TQT_SLOT(slotValueChanged(int)));
- connect( mPrfsChat->truncateContactNameEnabled, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotSettingsChanged(bool)));
- connect( mPrfsChat->mMaxContactNameLength, TQT_SIGNAL(valueChanged(int)),
- this, TQT_SLOT(slotValueChanged(int)));
- connect( mPrfsChat->viewPlugin, TQT_SIGNAL(activated(int)),
- this, TQT_SLOT(slotValueChanged(int)));
- connect( mPrfsChat->viewPlugin, TQT_SIGNAL(activated(int)),
- this, TQT_SLOT(slotUpdatePluginLabel(int)));
+ connect( mPrfsChat->cb_ShowEventsChk, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotSettingsChanged(bool)));
+ connect( mPrfsChat->highlightEnabled, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotSettingsChanged(bool)));
+ connect( mPrfsChat->cb_SpellCheckChk, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotSettingsChanged(bool)));
+ connect( mPrfsChat->cmbChatGroupingPolicy, TQ_SIGNAL(activated(int)),
+ this, TQ_SLOT(slotValueChanged(int)));
+ connect( mPrfsChat->mChatViewBufferSize, TQ_SIGNAL(valueChanged(int)),
+ this, TQ_SLOT(slotValueChanged(int)));
+ connect( mPrfsChat->truncateContactNameEnabled, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotSettingsChanged(bool)));
+ connect( mPrfsChat->mMaxContactNameLength, TQ_SIGNAL(valueChanged(int)),
+ this, TQ_SLOT(slotValueChanged(int)));
+ connect( mPrfsChat->viewPlugin, TQ_SIGNAL(activated(int)),
+ this, TQ_SLOT(slotValueChanged(int)));
+ connect( mPrfsChat->viewPlugin, TQ_SIGNAL(activated(int)),
+ this, TQ_SLOT(slotUpdatePluginLabel(int)));
// "Away" TAB ===============================================================
- connect( mAwayConfigUI->rememberedMessages, TQT_SIGNAL(valueChanged(int)),
- this, TQT_SLOT(slotValueChanged(int)));
- connect( mAwayConfigUI->mAutoAwayTimeout, TQT_SIGNAL(valueChanged(int)),
- this, TQT_SLOT(slotValueChanged(int)));
- connect( mAwayConfigUI->mGoAvailable, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotSettingsChanged(bool)));
- connect( mAwayConfigUI->mUseAutoAway, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotSettingsChanged(bool)));
- connect( mAwayConfigUI->mDisplayLastAwayMessage, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotSettingsChanged(bool)));
- connect( mAwayConfigUI->mDisplayCustomAwayMessage, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotSettingsChanged(bool)));
- connect( mAwayConfigUI->mAutoAwayMessageEdit, TQT_SIGNAL(textChanged(const TQString&)),
- this, TQT_SLOT(slotTextChanged(const TQString&)));
+ connect( mAwayConfigUI->rememberedMessages, TQ_SIGNAL(valueChanged(int)),
+ this, TQ_SLOT(slotValueChanged(int)));
+ connect( mAwayConfigUI->mAutoAwayTimeout, TQ_SIGNAL(valueChanged(int)),
+ this, TQ_SLOT(slotValueChanged(int)));
+ connect( mAwayConfigUI->mGoAvailable, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotSettingsChanged(bool)));
+ connect( mAwayConfigUI->mUseAutoAway, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotSettingsChanged(bool)));
+ connect( mAwayConfigUI->mDisplayLastAwayMessage, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotSettingsChanged(bool)));
+ connect( mAwayConfigUI->mDisplayCustomAwayMessage, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotSettingsChanged(bool)));
+ connect( mAwayConfigUI->mAutoAwayMessageEdit, TQ_SIGNAL(textChanged(const TQString&)),
+ this, TQ_SLOT(slotTextChanged(const TQString&)));
}
void BehaviorConfig::save()