From d33bda0b56a268d0b623e14d8915cd1f1906e86e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 23 Aug 2018 21:42:35 +0900 Subject: Fixed typedef-related warnings from compiler. Signed-off-by: Michele Calgaro --- tdeioslave/trash/tdeio_trash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeioslave/trash') diff --git a/tdeioslave/trash/tdeio_trash.h b/tdeioslave/trash/tdeio_trash.h index 964e05f9a..1f19927ca 100644 --- a/tdeioslave/trash/tdeio_trash.h +++ b/tdeioslave/trash/tdeio_trash.h @@ -56,7 +56,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, -- cgit v1.2.1