summaryrefslogtreecommitdiffstats
path: root/src/knutrwvar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/knutrwvar.cpp')
-rw-r--r--src/knutrwvar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knutrwvar.cpp b/src/knutrwvar.cpp
index ee5dda2..4f9c2f9 100644
--- a/src/knutrwvar.cpp
+++ b/src/knutrwvar.cpp
@@ -116,7 +116,7 @@ KNutRWVar::KNutRWVar(TQString* userName, TQString* userPassword, const TQString
m_valueVarLine->show();
m_upsValueType=true;
}
- connect (m_rWVarBox,TQT_SIGNAL(activated(int)),this,TQT_SLOT(slotChangeVar(int)));
+ connect (m_rWVarBox,TQ_SIGNAL(activated(int)),this,TQ_SLOT(slotChangeVar(int)));
}
}