From 203ba231d0276943aae36111f9ec1e949f3c6a4c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 3 Dec 2011 22:23:44 -0600 Subject: Initial TQt conversion --- sip/tdecore/kmountpoint.sip | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'sip/tdecore/kmountpoint.sip') diff --git a/sip/tdecore/kmountpoint.sip b/sip/tdecore/kmountpoint.sip index 13f22da..693186a 100644 --- a/sip/tdecore/kmountpoint.sip +++ b/sip/tdecore/kmountpoint.sip @@ -35,7 +35,7 @@ class KMountPoint : KShared public: //ig typedef KSharedPtr Ptr; -//ig typedef QValueList List; +//ig typedef TQValueList List; public: @@ -47,14 +47,14 @@ public: static KMountPoint::List possibleMountPoints (int = 0); static KMountPoint::List currentMountPoints (int = 0); - QString mountedFrom () const; - QString realDeviceName () const; - QString mountPoint () const; - QString mountType () const; - QStringList mountOptions () const; + TQString mountedFrom () const; + TQString realDeviceName () const; + TQString mountPoint () const; + TQString mountType () const; + TQStringList mountOptions () const; %If ( KDE_3_4_0 - ) - static QString devNameFromOptions (const QStringList&); + static TQString devNameFromOptions (const TQStringList&); %End -- cgit v1.2.1