diff options
Diffstat (limited to 'kmail/kmmsgpartdlg.h')
-rw-r--r-- | kmail/kmmsgpartdlg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/kmmsgpartdlg.h b/kmail/kmmsgpartdlg.h index 1a7a83d38..78588eb10 100644 --- a/kmail/kmmsgpartdlg.h +++ b/kmail/kmmsgpartdlg.h @@ -63,7 +63,7 @@ public: /** Sets the size of the file to be attached in bytes. This is strictly informational and thus can't be queried. If @p approx is true, the size is an estimation based on typical */ - void setSize( KIO::filesize_t size, bool estimated=false ); + void setSize( TDEIO::filesize_t size, bool estimated=false ); /** Returns the current file name of the attachment. Note that this doesn't define which file is being attached. It only defines |