summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/viewplugins/screenshot/regiongrabber.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-02 02:06:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-02 02:06:02 -0600
commit5e4daf07fee2bc21375f32bd897d2011c01f648e (patch)
treed64485005d8f0d16a0d93ee8e27a3ab1ac76d2d7 /chalk/plugins/viewplugins/screenshot/regiongrabber.cpp
parent7d18baa666593a494ceea480732a8540ba471fe5 (diff)
downloadkoffice-5e4daf07fee2bc21375f32bd897d2011c01f648e.tar.gz
koffice-5e4daf07fee2bc21375f32bd897d2011c01f648e.zip
Rename additional global functions and variables for tqt3
Diffstat (limited to 'chalk/plugins/viewplugins/screenshot/regiongrabber.cpp')
-rw-r--r--chalk/plugins/viewplugins/screenshot/regiongrabber.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/plugins/viewplugins/screenshot/regiongrabber.cpp b/chalk/plugins/viewplugins/screenshot/regiongrabber.cpp
index 2c80832b..a192df11 100644
--- a/chalk/plugins/viewplugins/screenshot/regiongrabber.cpp
+++ b/chalk/plugins/viewplugins/screenshot/regiongrabber.cpp
@@ -87,7 +87,7 @@ RegionGrabber::~RegionGrabber()
void RegionGrabber::initGrabber()
{
- pixmap = TQPixmap::grabWindow( qt_xrootwin() );
+ pixmap = TQPixmap::grabWindow( tqt_xrootwin() );
setPaletteBackgroundPixmap( pixmap );
showFullScreen();