summaryrefslogtreecommitdiffstats
path: root/sip/kio/kfileitem.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/kio/kfileitem.sip')
-rw-r--r--sip/kio/kfileitem.sip10
1 files changed, 5 insertions, 5 deletions
diff --git a/sip/kio/kfileitem.sip b/sip/kio/kfileitem.sip
index 985efdf..3cf982b 100644
--- a/sip/kio/kfileitem.sip
+++ b/sip/kio/kfileitem.sip
@@ -38,7 +38,7 @@ public:
Unknown
};
- KFileItem (const KIO::UDSEntry&, const KURL&, bool = 0, bool = 0);
+ KFileItem (const TDEIO::UDSEntry&, const KURL&, bool = 0, bool = 0);
KFileItem (mode_t, mode_t, const KURL&, bool = 0);
KFileItem (const KURL&, const TQString&, mode_t);
KFileItem (const KFileItem&);
@@ -83,10 +83,10 @@ public:
TQString localPath () const;
%End
- KIO::filesize_t size () const;
+ TDEIO::filesize_t size () const;
%If ( KDE_3_5_0 - )
- KIO::filesize_t size (bool& /Out/) const /PyName=sizeAndExists/;
+ TDEIO::filesize_t size (bool& /Out/) const /PyName=sizeAndExists/;
%End
time_t time (uint) const;
@@ -111,7 +111,7 @@ public:
TQString getToolTipText (int = 6);
bool acceptsDrops ();
void run ();
- const KIO::UDSEntry& entry () const;
+ const TDEIO::UDSEntry& entry () const;
bool isMarked () const;
void mark ();
void unmark ();
@@ -130,7 +130,7 @@ public:
void assign (const KFileItem&);
%If ( KDE_3_4_3 - )
- void setUDSEntry (const KIO::UDSEntry&, const KURL&, bool = 0, bool = 0);
+ void setUDSEntry (const TDEIO::UDSEntry&, const KURL&, bool = 0, bool = 0);
%End