diff options
Diffstat (limited to 'styles/phase/config/phasestyleconfig.cpp')
-rw-r--r-- | styles/phase/config/phasestyleconfig.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/styles/phase/config/phasestyleconfig.cpp b/styles/phase/config/phasestyleconfig.cpp index df48f9e3..4a3b7bcd 100644 --- a/styles/phase/config/phasestyleconfig.cpp +++ b/styles/phase/config/phasestyleconfig.cpp @@ -39,10 +39,10 @@ PhaseStyleConfig::PhaseStyleConfig(TQWidget* parent) : StyleDialog(parent) highlights->setChecked(oldhighlights); // connections - connect(gradients, TQT_SIGNAL(toggled(bool)), - this, TQT_SLOT(updateChanged())); - connect(highlights, TQT_SIGNAL(toggled(bool)), - this, TQT_SLOT(updateChanged())); + connect(gradients, TQ_SIGNAL(toggled(bool)), + this, TQ_SLOT(updateChanged())); + connect(highlights, TQ_SIGNAL(toggled(bool)), + this, TQ_SLOT(updateChanged())); } ////////////////////////////////////////////////////////////////////////////// |