From 8bd291c0e8a9d8b6eec6f5217e4d5c2f1fd06b96 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 2 Mar 2012 02:13:02 -0600 Subject: Rename additional global functions and variables for tqt3 --- kcontrol/kthememanager/ktheme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kcontrol/kthememanager') diff --git a/kcontrol/kthememanager/ktheme.cpp b/kcontrol/kthememanager/ktheme.cpp index 0eba57304..064b5ab10 100644 --- a/kcontrol/kthememanager/ktheme.cpp +++ b/kcontrol/kthememanager/ktheme.cpp @@ -869,7 +869,7 @@ void KTheme::addPreview() { TQString file = m_kgd->saveLocation( "themes", m_name + "/" ) + m_name + ".preview.png"; kdDebug() << "Adding preview: " << file << endl; - TQPixmap snapshot = TQPixmap::grabWindow( qt_xrootwin() ); + TQPixmap snapshot = TQPixmap::grabWindow( tqt_xrootwin() ); snapshot.save( file, "PNG" ); } -- cgit v1.2.3