summaryrefslogtreecommitdiffstats
path: root/tdeioslave/floppy/tdeio_floppy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeioslave/floppy/tdeio_floppy.cpp')
-rw-r--r--tdeioslave/floppy/tdeio_floppy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeioslave/floppy/tdeio_floppy.cpp b/tdeioslave/floppy/tdeio_floppy.cpp
index c67af0b39..daa3cd9a0 100644
--- a/tdeioslave/floppy/tdeio_floppy.cpp
+++ b/tdeioslave/floppy/tdeio_floppy.cpp
@@ -49,7 +49,7 @@
using namespace TDEIO;
-extern "C" { KDE_EXPORT int kdemain(int argc, char **argv); }
+extern "C" { TDE_EXPORT int kdemain(int argc, char **argv); }
int kdemain( int argc, char **argv )
{
@@ -1105,7 +1105,7 @@ void FloppyProtocol::put( const KURL& url, int , bool overwrite, bool )
int bytesRead(0);
TQByteArray array;
- //from file.cc
+ //from file.cpp
// Loop until we got 0 (end of data)
do
{