diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:33:36 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:33:36 -0600 |
commit | 3c5631f74d1c75204f950140331e10f739082ee9 (patch) | |
tree | a2811ff6c81d3c771745cde47734e65b1da3d806 /kuickshow/src/filewidget.cpp | |
parent | 6adb71382c3d5277c3dcbc4ec24c5ff36b4c07ef (diff) | |
download | tdegraphics-3c5631f74d1c75204f950140331e10f739082ee9.tar.gz tdegraphics-3c5631f74d1c75204f950140331e10f739082ee9.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kuickshow/src/filewidget.cpp')
-rw-r--r-- | kuickshow/src/filewidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kuickshow/src/filewidget.cpp b/kuickshow/src/filewidget.cpp index ae7e79b6..9f158c1a 100644 --- a/kuickshow/src/filewidget.cpp +++ b/kuickshow/src/filewidget.cpp @@ -229,8 +229,8 @@ bool FileWidget::eventFilter( TQObject *o, TQEvent *e ) } -// KIO::NetAccess::stat() does NOT give us the right mimetype, while -// KIO::NetAccess::mimetype() does. So we have this hacklet to tell +// TDEIO::NetAccess::stat() does NOT give us the right mimetype, while +// TDEIO::NetAccess::mimetype() does. So we have this hacklet to tell // showImage that the KFileItem is really an image. #define IS_IMAGE 5 #define MY_TYPE 55 |