diff options
Diffstat (limited to 'kioslave/trash/ktrash.cpp')
-rw-r--r-- | kioslave/trash/ktrash.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kioslave/trash/ktrash.cpp b/kioslave/trash/ktrash.cpp index 0c9710367..157a4215e 100644 --- a/kioslave/trash/ktrash.cpp +++ b/kioslave/trash/ktrash.cpp @@ -42,7 +42,7 @@ int main(int argc, char *argv[]) I18N_NOOP( "ktrash" ), I18N_NOOP( "Helper program to handle the KDE trash can\n" "Note: to move files to the trash, do not use ktrash, but \"kfmclient move 'url' trash:/\"" ), - KDE_VERSION_STRING ); + TDE_VERSION_STRING ); KCmdLineArgs::addCmdLineOptions( options ); KApplication app; |