summaryrefslogtreecommitdiffstats
path: root/styles/phase/config/phasestyleconfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'styles/phase/config/phasestyleconfig.cpp')
-rw-r--r--styles/phase/config/phasestyleconfig.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/styles/phase/config/phasestyleconfig.cpp b/styles/phase/config/phasestyleconfig.cpp
index d3695b83..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()));
}
//////////////////////////////////////////////////////////////////////////////
@@ -104,7 +104,7 @@ void PhaseStyleConfig::defaults()
extern "C"
{
KDE_EXPORT TQObject* allocate_tdestyle_config(TQWidget* parent) {
- return(TQT_TQOBJECT(new PhaseStyleConfig(parent)));
+ return(new PhaseStyleConfig(parent));
}
}