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 --- kdvi/prebookmark.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kdvi/prebookmark.h') diff --git a/kdvi/prebookmark.h b/kdvi/prebookmark.h index 141c8d6c..ef637a60 100644 --- a/kdvi/prebookmark.h +++ b/kdvi/prebookmark.h @@ -23,7 +23,7 @@ #ifndef _PREBOOKMARK_H_ #define _PREBOOKMARK_H_ -#include +#include /*! \brief Bookmark representation @@ -34,14 +34,14 @@ the DVI prescan routines. class PreBookmark { public: - PreBookmark(const QString& t, const QString& a, Q_UINT16 n) {title=t; anchorName=a; noOfChildren=n;} - PreBookmark() {title=QString::null; anchorName=QString::null; noOfChildren=0;} + PreBookmark(const TQString& t, const TQString& a, Q_UINT16 n) {title=t; anchorName=a; noOfChildren=n;} + PreBookmark() {title=TQString::null; anchorName=TQString::null; noOfChildren=0;} // Title of the bookmark - QString title; + TQString title; // Name of the anchor - QString anchorName; + TQString anchorName; // Number of subordinate bookmarks Q_UINT16 noOfChildren; -- cgit v1.2.1