summaryrefslogtreecommitdiffstats
path: root/sip/kio/kfileshare.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/kio/kfileshare.sip')
-rw-r--r--sip/kio/kfileshare.sip12
1 files changed, 6 insertions, 6 deletions
diff --git a/sip/kio/kfileshare.sip b/sip/kio/kfileshare.sip
index 69c5236..8b917dd 100644
--- a/sip/kio/kfileshare.sip
+++ b/sip/kio/kfileshare.sip
@@ -24,7 +24,7 @@
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-//ig class KFileSharePrivate : QObject;
+//ig class KFileSharePrivate : TQObject;
%If ( KDE_3_1_0 - )
@@ -43,7 +43,7 @@ public:
static void readShareList ();
%End
- static bool isDirectoryShared (const QString&);
+ static bool isDirectoryShared (const TQString&);
enum Authorization
{
@@ -54,8 +54,8 @@ public:
};
static KFileShare::Authorization authorization ();
- static QString findExe (const char*);
- static bool setShared (const QString&, bool);
+ static TQString findExe (const char*);
+ static bool setShared (const TQString&, bool);
%If ( KDE_3_3_0 - )
@@ -67,7 +67,7 @@ public:
static bool sharingEnabled ();
static bool isRestricted ();
- static QString fileShareGroup ();
+ static TQString fileShareGroup ();
static KFileShare::ShareMode shareMode ();
static bool sambaEnabled ();
static bool nfsEnabled ();
@@ -77,7 +77,7 @@ public:
public:
%If ( - KDE_3_1_5 )
-//ig static bool setShared (const QString&, bool, bool);
+//ig static bool setShared (const TQString&, bool, bool);
%End