summaryrefslogtreecommitdiffstats
path: root/sip/kio/previewjob.sip
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-25 00:18:41 -0600
committerTimothy Pearson <[email protected]>2013-01-25 00:18:41 -0600
commit352b2ef6c06332062d35211d7f49942315d2f36a (patch)
tree842a828f1f3c6686c33cd8512d00b80d6feaefdd /sip/kio/previewjob.sip
parent8bd906c03534d2ad9cff2f22e957bf30987c99a9 (diff)
downloadpytde-352b2ef6c06332062d35211d7f49942315d2f36a.tar.gz
pytde-352b2ef6c06332062d35211d7f49942315d2f36a.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'sip/kio/previewjob.sip')
-rw-r--r--sip/kio/previewjob.sip12
1 files changed, 6 insertions, 6 deletions
diff --git a/sip/kio/previewjob.sip b/sip/kio/previewjob.sip
index 195b634..c4e2011 100644
--- a/sip/kio/previewjob.sip
+++ b/sip/kio/previewjob.sip
@@ -23,10 +23,10 @@
// If not, write to the Free Software Foundation, Inc.,
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-namespace KIO
+namespace TDEIO
{
-class PreviewJob : KIO::Job
+class PreviewJob : TDEIO::Job
{
%TypeHeaderCode
#include <previewjob.h>
@@ -59,14 +59,14 @@ protected:
void createThumbnail (TQString);
protected slots:
- virtual void slotResult (KIO::Job*);
+ virtual void slotResult (TDEIO::Job*);
protected:
//igx virtual void virtual_hook (int, void*);
}; // class PreviewJob
-KIO::PreviewJob* filePreview (const KFileItemList&, int, int = 0, int = 0, int = 70, bool = 1, bool = 1, const TQStringList* = 0);
-KIO::PreviewJob* filePreview (const KURL::List&, int, int = 0, int = 0, int = 70, bool = 1, bool = 1, const TQStringList* = 0);
-}; // namespace KIO
+TDEIO::PreviewJob* filePreview (const KFileItemList&, int, int = 0, int = 0, int = 70, bool = 1, bool = 1, const TQStringList* = 0);
+TDEIO::PreviewJob* filePreview (const KURL::List&, int, int = 0, int = 0, int = 70, bool = 1, bool = 1, const TQStringList* = 0);
+}; // namespace TDEIO