diff options
Diffstat (limited to 'tdeioslave')
-rw-r--r-- | tdeioslave/trash/tdeio_trash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/trash/tdeio_trash.h b/tdeioslave/trash/tdeio_trash.h index 954dbe7a6..550ad55b7 100644 --- a/tdeioslave/trash/tdeio_trash.h +++ b/tdeioslave/trash/tdeio_trash.h @@ -55,7 +55,7 @@ private slots: void jobFinished( TDEIO::Job* job ); private: - typedef enum CopyOrMove { Copy, Move }; + enum CopyOrMove { Copy, Move }; void copyOrMove( const KURL& src, const KURL& dest, bool overwrite, CopyOrMove action ); void createTopLevelDirEntry(TDEIO::UDSEntry& entry); bool createUDSEntry( const TQString& physicalPath, const TQString& fileName, const TQString& url, |