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/kio/knfsshare.sip | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sip/kio/knfsshare.sip') diff --git a/sip/kio/knfsshare.sip b/sip/kio/knfsshare.sip index 6f36f02..4eabf33 100644 --- a/sip/kio/knfsshare.sip +++ b/sip/kio/knfsshare.sip @@ -26,7 +26,7 @@ %If ( KDE_3_3_0 - ) -class KNFSShare : QObject +class KNFSShare : TQObject { %TypeHeaderCode #include @@ -35,9 +35,9 @@ class KNFSShare : QObject public: static KNFSShare* instance (); - bool isDirectoryShared (const QString&) const; - QStringList sharedDirectories () const; - QString exportsPath () const; + bool isDirectoryShared (const TQString&) const; + TQStringList sharedDirectories () const; + TQString exportsPath () const; signals: void changed (); -- cgit v1.2.1