summaryrefslogtreecommitdiffstats
path: root/client/imageholder.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-06 12:59:38 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-09 10:20:34 +0900
commit8719cde040402e4a154edd21ca502e9e3a478c86 (patch)
treee584b096e0dc56b688778d8acbdb57ac834f8d1b /client/imageholder.cpp
parente0ee1309fe3df62b3562e482d55a027d1754af1b (diff)
downloadtwin-style-crystal-8719cde0.tar.gz
twin-style-crystal-8719cde0.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c71f5923072260105da691c5dca65bd25c102ebc)
Diffstat (limited to 'client/imageholder.cpp')
-rw-r--r--client/imageholder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/imageholder.cpp b/client/imageholder.cpp
index b3c2a50..adcc81f 100644
--- a/client/imageholder.cpp
+++ b/client/imageholder.cpp
@@ -84,8 +84,8 @@ void QImageHolder::Init()
rootpixmap=new KMyRootPixmap(NULL/*,this*/);
rootpixmap->start();
rootpixmap->repaint(true);
- connect( rootpixmap,TQT_SIGNAL(backgroundUpdated(const TQImage*)),this, TQT_SLOT(BackgroundUpdated(const TQImage*)));
- connect(kapp, TQT_SIGNAL(backgroundChanged(int)),TQT_SLOT(handleDesktopChanged(int)));
+ connect( rootpixmap,TQ_SIGNAL(backgroundUpdated(const TQImage*)),this, TQ_SLOT(BackgroundUpdated(const TQImage*)));
+ connect(kapp, TQ_SIGNAL(backgroundChanged(int)),TQ_SLOT(handleDesktopChanged(int)));
initialized=true;
}