From ffe8a83e053396df448e9413828527613ca3bd46 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:46:43 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdesu/kdesu_pty.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kdesu/kdesu_pty.cpp') diff --git a/kdesu/kdesu_pty.cpp b/kdesu/kdesu_pty.cpp index 3b0499f58..8f48f0b88 100644 --- a/kdesu/kdesu_pty.cpp +++ b/kdesu/kdesu_pty.cpp @@ -37,8 +37,8 @@ #include #endif -#include -#include +#include +#include #include #include @@ -292,7 +292,7 @@ int PTY::unlockpt() * Return the slave side name. */ -QCString PTY::ptsname() +TQCString PTY::ptsname() { if (ptyfd < 0) return 0; -- cgit v1.2.1