From c2ff0b2158a151e4bfdccdf5dd96a22c5ddd95b6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 2 Mar 2012 02:16:16 -0600 Subject: Rename additional global functions and variables for tqt3 --- akregator/src/trayicon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'akregator/src') diff --git a/akregator/src/trayicon.cpp b/akregator/src/trayicon.cpp index 31ced17a8..67c3903fe 100644 --- a/akregator/src/trayicon.cpp +++ b/akregator/src/trayicon.cpp @@ -103,7 +103,7 @@ TQPixmap TrayIcon::takeScreenshot() const y = desktopHeight - h; // Grab the desktop and draw a circle arround the icon: - TQPixmap shot = TQPixmap::grabWindow(qt_xrootwin(), x, y, w, h); + TQPixmap shot = TQPixmap::grabWindow(tqt_xrootwin(), x, y, w, h); TQPainter painter(&shot); const int MARGINS = 6; const int WIDTH = 3; -- cgit v1.2.1