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 --- interfaces/ktexteditor/documentdcopinfo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'interfaces/ktexteditor/documentdcopinfo.cpp') diff --git a/interfaces/ktexteditor/documentdcopinfo.cpp b/interfaces/ktexteditor/documentdcopinfo.cpp index 7377fcf79..b339d01cd 100644 --- a/interfaces/ktexteditor/documentdcopinfo.cpp +++ b/interfaces/ktexteditor/documentdcopinfo.cpp @@ -15,7 +15,7 @@ DocumentInfoDCOPInterface::~DocumentInfoDCOPInterface() } -QString DocumentInfoDCOPInterface::mimeType() +TQString DocumentInfoDCOPInterface::mimeType() { return m_parent->mimeType(); } @@ -23,7 +23,7 @@ long DocumentInfoDCOPInterface::fileSize() { return m_parent->fileSize(); } -QString DocumentInfoDCOPInterface::niceFileSize() +TQString DocumentInfoDCOPInterface::niceFileSize() { return m_parent->niceFileSize(); } -- cgit v1.2.1