diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-19 08:21:16 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-19 08:21:16 +0000 |
commit | e0455e8952a8ad82686421cf6725b950e1c2bda1 (patch) | |
tree | 4bedf8ec874093f0f69ac1abf84577c1e8f1537c /kio/kfile/kpropertiesdialog.cpp | |
parent | 26a188969ca3722e932a942ad2bb8b5adc85dca0 (diff) | |
download | tdelibs-e0455e8952a8ad82686421cf6725b950e1c2bda1.tar.gz tdelibs-e0455e8952a8ad82686421cf6725b950e1c2bda1.zip |
Fixed failure to create new application shrtcut from context menu
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1177007 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kio/kfile/kpropertiesdialog.cpp')
-rw-r--r-- | kio/kfile/kpropertiesdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/kfile/kpropertiesdialog.cpp b/kio/kfile/kpropertiesdialog.cpp index 89529830a..0116123f1 100644 --- a/kio/kfile/kpropertiesdialog.cpp +++ b/kio/kfile/kpropertiesdialog.cpp @@ -1317,7 +1317,7 @@ void KFilePropsPlugin::applyChanges() kdDebug(250) << "KFilePropsPlugin::applyChanges" << endl; - if (nameArea->inherits("TQLineEdit")) + if (nameArea->inherits("QLineEdit")) { TQString n = ((TQLineEdit *) nameArea)->text(); // Remove trailing spaces (#4345) |