diff options
Diffstat (limited to 'kpager/desktop.cpp')
-rw-r--r-- | kpager/desktop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpager/desktop.cpp b/kpager/desktop.cpp index f155d7050..6af6d8daf 100644 --- a/kpager/desktop.cpp +++ b/kpager/desktop.cpp @@ -348,7 +348,7 @@ void Desktop::dropEvent(TQDropEvent *ev) convertCoordP2S(x,y); // kdDebug() << "moving window " << win << "d from " << origdesk << " to " << m_desk << endl; -// NETWinInfo NETinfo( qt_xdisplay(), win, qt_xrootwin(), NET::Client | NET::WMDesktop); +// NETWinInfo NETinfo( tqt_xdisplay(), win, tqt_xrootwin(), NET::Client | NET::WMDesktop); if (m_desk==0) { |