diff options
Diffstat (limited to 'src/k3bprojectinterface.h')
-rw-r--r-- | src/k3bprojectinterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k3bprojectinterface.h b/src/k3bprojectinterface.h index 2a7c38a..1459fd0 100644 --- a/src/k3bprojectinterface.h +++ b/src/k3bprojectinterface.h @@ -65,7 +65,7 @@ class K3bProjectInterface : public DCOPObject /** * \return size of the project in bytes. */ - virtual KIO::filesize_t size() const; + virtual TDEIO::filesize_t size() const; virtual const TQString& imagePath() const; |