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.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'interfaces/ktexteditor/documentdcopinfo.h') diff --git a/interfaces/ktexteditor/documentdcopinfo.h b/interfaces/ktexteditor/documentdcopinfo.h index 2293ff119..ea25284fe 100644 --- a/interfaces/ktexteditor/documentdcopinfo.h +++ b/interfaces/ktexteditor/documentdcopinfo.h @@ -3,8 +3,8 @@ #include #include -#include -#include +#include +#include namespace KTextEditor { @@ -34,9 +34,9 @@ namespace KTextEditor */ virtual ~DocumentInfoDCOPInterface(); k_dcop: - QString mimeType(); + TQString mimeType(); long fileSize(); - QString niceFileSize(); + TQString niceFileSize(); uint documentInfoInterfaceNumber (); private: DocumentInfoInterface *m_parent; -- cgit v1.2.1