summaryrefslogtreecommitdiffstats
path: root/src/tools.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools.cpp')
-rw-r--r--src/tools.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools.cpp b/src/tools.cpp
index 81dad55..4226b23 100644
--- a/src/tools.cpp
+++ b/src/tools.cpp
@@ -426,8 +426,8 @@ TQString Tools::fileNameForNewFile(const TQString &wantedName, const TQString &d
bool Tools::isAFileCut(TQMimeSource *source)
{
- if (source->provides("application/x-kde-cutselection")) {
- TQByteArray array = source->encodedData("application/x-kde-cutselection");
+ if (source->provides("application/x-tde-cutselection")) {
+ TQByteArray array = source->encodedData("application/x-tde-cutselection");
return !array.isEmpty() && TQCString(array.data(), array.size() + 1).at(0) == '1';
} else
return false;