summaryrefslogtreecommitdiffstats
path: root/client/imageholder.cpp
diff options
context:
space:
mode:
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;
}