From e0455e8952a8ad82686421cf6725b950e1c2bda1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 19 Sep 2010 08:21:16 +0000 Subject: 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 --- kio/kfile/kpropertiesdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kio/kfile/kpropertiesdialog.cpp') 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) -- cgit v1.2.1