summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/viewplugins/screenshot/regiongrabber.cpp
diff options
context:
space:
mode:
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();