summaryrefslogtreecommitdiffstats
path: root/src/sourcelistitem.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-05 10:20:24 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-05 10:20:24 +0900
commit5e17591a668ba0345cddd44df3fa6572eb25ddf1 (patch)
treeaff34929a9e49ea2db14cbd19e66556ecb2d3df4 /src/sourcelistitem.cpp
parent022d1e16d38cbfd9b2f23c060ce060c259b46f22 (diff)
downloadkima-5e17591a668ba0345cddd44df3fa6572eb25ddf1.tar.gz
kima-5e17591a668ba0345cddd44df3fa6572eb25ddf1.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/sourcelistitem.cpp')
-rw-r--r--src/sourcelistitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sourcelistitem.cpp b/src/sourcelistitem.cpp
index 68a68d7..7cf36db 100644
--- a/src/sourcelistitem.cpp
+++ b/src/sourcelistitem.cpp
@@ -71,7 +71,7 @@ void SourceListItem::initItem(){
//setText(1, mSource->getName());
//item->setText(2, source->getDescription());
- connect(mSource, TQT_SIGNAL(enabledChanged(bool, Source*)), this, TQT_SLOT(setEnabled(bool)));
+ connect(mSource, TQ_SIGNAL(enabledChanged(bool, Source*)), this, TQ_SLOT(setEnabled(bool)));
setOn(mSource->isEnabled());
}