diff options
Diffstat (limited to 'kcron/ktvariable.cpp')
-rw-r--r-- | kcron/ktvariable.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kcron/ktvariable.cpp b/kcron/ktvariable.cpp index 34b35ee..47950fe 100644 --- a/kcron/ktvariable.cpp +++ b/kcron/ktvariable.cpp @@ -13,7 +13,7 @@ #include <tqlayout.h> -#include <tdeapplication.h> // kapp +#include <tdeapplication.h> // tdeApp #include <tdelocale.h> // i18n() #include <tdemessagebox.h> #include <ktextedit.h> @@ -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() |