diff --git a/amor/amordialog.cpp b/amor/amordialog.cpp index e38e88e..5abb0e3 100644 --- a/amor/amordialog.cpp +++ b/amor/amordialog.cpp @@ -84,7 +84,7 @@ AmorDialog::AmorDialog() checkBox = new TQCheckBox(i18n("Show random tips"), mainwidget); 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); connect(checkBox, TQT_SIGNAL(toggled(bool)), TQT_SLOT(slotRandomTheme(bool)));