|
|
@ -84,7 +84,7 @@ AmorDialog::AmorDialog()
|
|
|
|
|
|
|
|
|
|
|
|
checkBox = new TQCheckBox(i18n("Show random tips"), mainwidget);
|
|
|
|
checkBox = new TQCheckBox(i18n("Show random tips"), mainwidget);
|
|
|
|
connect(checkBox, TQT_SIGNAL(toggled(bool)), TQT_SLOT(slotRandomTips(bool)));
|
|
|
|
connect(checkBox, TQT_SIGNAL(toggled(bool)), TQT_SLOT(slotRandomTips(bool)));
|
|
|
|
checkBox->setChecked(mConfig.mTips); // always keep this one after the connect, or the TQList would not be grayed when it should
|
|
|
|
checkBox->setChecked(mConfig.mTips); // always keep this one after the connect, or the TQPtrList would not be grayed when it should
|
|
|
|
|
|
|
|
|
|
|
|
checkBox = new TQCheckBox(i18n("Use a random character"), mainwidget);
|
|
|
|
checkBox = new TQCheckBox(i18n("Use a random character"), mainwidget);
|
|
|
|
connect(checkBox, TQT_SIGNAL(toggled(bool)), TQT_SLOT(slotRandomTheme(bool)));
|
|
|
|
connect(checkBox, TQT_SIGNAL(toggled(bool)), TQT_SLOT(slotRandomTheme(bool)));
|
|
|
|