diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2016-10-12 16:27:27 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2016-10-12 16:27:27 +0900 |
commit | 6110a523f9acb34a704fda02b2aa9d5e555358f5 (patch) | |
tree | f77c27a7faca8a5ac98fee2db43760c58985dfdc /tdeioslave/trash/testtrash.cpp | |
parent | ee3091bc41f5cae8be2ba5f8335e0b866edb4711 (diff) | |
download | tdebase-6110a523f9acb34a704fda02b2aa9d5e555358f5.tar.gz tdebase-6110a523f9acb34a704fda02b2aa9d5e555358f5.zip |
Trash limit: clean up previous patch (KDE -> TDE conversion, debug messages, TQt
signals/slots...). Improved error message when a file is too big to fit
within the max trash size limit.
This relates to bug 1923.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeioslave/trash/testtrash.cpp')
-rw-r--r-- | tdeioslave/trash/testtrash.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tdeioslave/trash/testtrash.cpp b/tdeioslave/trash/testtrash.cpp index fc5b358af..60fe2d1a6 100644 --- a/tdeioslave/trash/testtrash.cpp +++ b/tdeioslave/trash/testtrash.cpp @@ -1,4 +1,4 @@ -/* This file is part of the KDE project +/* This file is part of the TDE project Copyright (C) 2004 David Faure <faure@kde.org> This library is free software; you can redistribute it and/or @@ -24,8 +24,6 @@ #include "tdeio_trash.h" #include "testtrash.h" -// #include <config.h> - #include <kurl.h> #include <tdelocale.h> #include <tdeapplication.h> |