summaryrefslogtreecommitdiffstats
path: root/tdeio/tdefile/kpropertiesdialog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-07 16:09:51 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-07 16:09:51 -0500
commitf8790c70f8b1ce1f143719c19131c50031fd051a (patch)
treeb23ba170a1e0f734da90240e70869c703cd90c43 /tdeio/tdefile/kpropertiesdialog.cpp
parent30c2b7e4bd6fa63d0f3431b8e82fefd81364726f (diff)
downloadtdelibs-f8790c70f8b1ce1f143719c19131c50031fd051a.tar.gz
tdelibs-f8790c70f8b1ce1f143719c19131c50031fd051a.zip
Fix certain shell scripts not being identified
This relates to Bug 656 Clean up some old development debug statements
Diffstat (limited to 'tdeio/tdefile/kpropertiesdialog.cpp')
-rw-r--r--tdeio/tdefile/kpropertiesdialog.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tdeio/tdefile/kpropertiesdialog.cpp b/tdeio/tdefile/kpropertiesdialog.cpp
index 9fd902780..8302f3080 100644
--- a/tdeio/tdefile/kpropertiesdialog.cpp
+++ b/tdeio/tdefile/kpropertiesdialog.cpp
@@ -2937,8 +2937,6 @@ KDevicePropsPlugin::KDevicePropsPlugin( KPropertiesDialog *_props ) : KPropsDlgP
i18n("Device:") ); // new style (combobox)
layout->addWidget(label, 0, 0);
-// RAJA FIXME
-// Disable the OK button if no device is selected!
device = new TQComboBox( true, d->m_frame, "ComboBox_device" );
device->insertStringList( devices );
layout->addWidget(device, 0, 1);