summaryrefslogtreecommitdiffstats
path: root/client/myrootpixmap.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/myrootpixmap.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/myrootpixmap.cpp')
-rw-r--r--client/myrootpixmap.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/client/myrootpixmap.cpp b/client/myrootpixmap.cpp
index ca3a260..6fc6033 100644
--- a/client/myrootpixmap.cpp
+++ b/client/myrootpixmap.cpp
@@ -95,13 +95,13 @@ void KMyRootPixmap::init()
m_Desk=-1;
// m_bCustomPaint = false;
-// connect(kapp, TQT_SIGNAL(backgroundChanged(int)), TQT_SLOT(slotBackgroundChanged(int)));
- connect(m_pPixmap, TQT_SIGNAL(done(bool)), TQT_SLOT(slotDone(bool)));
-// connect(m_pTimer, TQT_SIGNAL(timeout()), TQT_SLOT(repaint()));
+// connect(kapp, TQ_SIGNAL(backgroundChanged(int)), TQ_SLOT(slotBackgroundChanged(int)));
+ connect(m_pPixmap, TQ_SIGNAL(done(bool)), TQ_SLOT(slotDone(bool)));
+// connect(m_pTimer, TQ_SIGNAL(timeout()), TQ_SLOT(repaint()));
#ifdef Q_WS_X11
d->twin = new DesktopWallpaperWatcher();
- connect(d->twin, TQT_SIGNAL(currentDesktopChanged(int)), TQT_SLOT(desktopChanged(int)));
+ connect(d->twin, TQ_SIGNAL(currentDesktopChanged(int)), TQ_SLOT(desktopChanged(int)));
#endif
// d->toplevel = m_pWidget->topLevelWidget();