From 989d6a19014011bd6981abb3decb91a7b3af0971 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 14 Feb 2012 21:16:22 -0600 Subject: Update various qt function definitions and static methods for tqt3 --- kdesktop/desktop.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kdesktop/desktop.cc') diff --git a/kdesktop/desktop.cc b/kdesktop/desktop.cc index d4ccd4df8..cf571a8e4 100644 --- a/kdesktop/desktop.cc +++ b/kdesktop/desktop.cc @@ -202,7 +202,7 @@ KDesktop::KDesktop( bool x_root_hack, bool wait_for_kded ) : TQTimer::singleShot(0, this, TQT_SLOT( slotStart() )); -#if (QT_VERSION-0 >= 0x030200) // XRANDR support +#if (TQT_VERSION-0 >= 0x030200) // XRANDR support connect( kapp->desktop(), TQT_SIGNAL( resized( int )), TQT_SLOT( desktopResized())); #endif } @@ -547,7 +547,7 @@ void KDesktop::slotShowTaskManager() { //kdDebug(1204) << "Launching KSysGuard..." << endl; KProcess* p = new KProcess; - Q_CHECK_PTR(p); + TQ_CHECK_PTR(p); *p << "ksysguard"; *p << "--showprocesses"; -- cgit v1.2.3