summaryrefslogtreecommitdiffstats
path: root/kdesktop/krootwm.cc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-14 21:16:22 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-14 21:16:22 -0600
commit989d6a19014011bd6981abb3decb91a7b3af0971 (patch)
treed04e94ec18fd643e4ab53f6ca8ed1f4e8934e06e /kdesktop/krootwm.cc
parent77041d785dbbede734f8dc44aa454d07d14f0317 (diff)
downloadtdebase-989d6a19014011bd6981abb3decb91a7b3af0971.tar.gz
tdebase-989d6a19014011bd6981abb3decb91a7b3af0971.zip
Update various qt function definitions and static methods for tqt3
Diffstat (limited to 'kdesktop/krootwm.cc')
-rw-r--r--kdesktop/krootwm.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdesktop/krootwm.cc b/kdesktop/krootwm.cc
index 17428f4d4..1f5aee86f 100644
--- a/kdesktop/krootwm.cc
+++ b/kdesktop/krootwm.cc
@@ -755,7 +755,7 @@ void KRootWm::slotOpenTerminal()
{
// kdDebug() << "KRootWm::slotOpenTerminal" << endl;
KProcess* p = new KProcess;
- Q_CHECK_PTR(p);
+ TQ_CHECK_PTR(p);
KConfigGroupSaver gs(KGlobal::config(), "General");
TQString terminal = KGlobal::config()->readPathEntry("TerminalApplication", "konsole");