diff options
author | Timothy Pearson <[email protected]> | 2013-02-13 23:32:18 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-13 23:32:18 -0600 |
commit | e3ae6c31d659c3599c6b260d29c70db6b7302917 (patch) | |
tree | be61fd5f96484bd73a6339ca24bdef09112c7ffb /sip/tdeio/tdefileitem.sip | |
parent | 8b572dea67da88257802f26be6f2dccfa04d3cc5 (diff) | |
download | pytde-e3ae6c31d659c3599c6b260d29c70db6b7302917.tar.gz pytde-e3ae6c31d659c3599c6b260d29c70db6b7302917.zip |
Fix additional references to KIO
Diffstat (limited to 'sip/tdeio/tdefileitem.sip')
-rw-r--r-- | sip/tdeio/tdefileitem.sip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/tdeio/tdefileitem.sip b/sip/tdeio/tdefileitem.sip index 1f7f35c..b8c9ed9 100644 --- a/sip/tdeio/tdefileitem.sip +++ b/sip/tdeio/tdefileitem.sip @@ -95,7 +95,7 @@ public: time_t time (uint, bool& /Out/) const /PyName=timeAndHasTime/; %End - TQString timeString (uint = KIO ::UDS_MODIFICATION_TIME ) const; + TQString timeString (uint = TDEIO ::UDS_MODIFICATION_TIME ) const; bool isLocalFile () const; const TQString& text () const; const TQString& name (bool = 0) const; |