summaryrefslogtreecommitdiffstats
path: root/kcron/ktvariable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcron/ktvariable.cpp')
-rw-r--r--kcron/ktvariable.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kcron/ktvariable.cpp b/kcron/ktvariable.cpp
index 34b35ee..65628cb 100644
--- a/kcron/ktvariable.cpp
+++ b/kcron/ktvariable.cpp
@@ -87,10 +87,10 @@ KTVariable::KTVariable(CTVariable* _ctvar,const TQString &_caption) :
cmbVariable->setFocus();
// connect them up
- connect(cmbVariable,TQT_SIGNAL(highlighted(const TQString&)),
- TQT_SLOT(slotVariableChanged()));
- connect(cmbVariable,TQT_SIGNAL(activated(const TQString&)),
- TQT_SLOT(slotVariableChanged()));
+ connect(cmbVariable,TQ_SIGNAL(highlighted(const TQString&)),
+ TQ_SLOT(slotVariableChanged()));
+ connect(cmbVariable,TQ_SIGNAL(activated(const TQString&)),
+ TQ_SLOT(slotVariableChanged()));
}
KTVariable::~KTVariable()