From eba47f8f0637f451e21348187591e1f1fd58ac74 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:23:46 +0000 Subject: TQt conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1158446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kviewshell/kmultipageInterface.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kviewshell/kmultipageInterface.h') diff --git a/kviewshell/kmultipageInterface.h b/kviewshell/kmultipageInterface.h index 0ad6e914..4c498900 100644 --- a/kviewshell/kmultipageInterface.h +++ b/kviewshell/kmultipageInterface.h @@ -9,9 +9,9 @@ class kmultipageInterface : virtual public DCOPObject K_DCOP k_dcop: - virtual ASYNC jumpToReference(const QString& reference) = 0; - virtual QString name_of_current_file() = 0; - virtual bool is_file_loaded(const QString& filename) = 0; + virtual ASYNC jumpToReference(const TQString& reference) = 0; + virtual TQString name_of_current_file() = 0; + virtual bool is_file_loaded(const TQString& filename) = 0; }; #endif -- cgit v1.2.1