summaryrefslogtreecommitdiffstats
path: root/src/configdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/configdialog.cpp')
-rw-r--r--src/configdialog.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/configdialog.cpp b/src/configdialog.cpp
index 1090040..142ea03 100644
--- a/src/configdialog.cpp
+++ b/src/configdialog.cpp
@@ -538,11 +538,6 @@ void ConfigDialog::setupFetchPage() {
m_newStuffBtn->setIconSet(SmallIconSet(TQString::fromLatin1("knewstuff")));
TQWhatsThis::add(m_newStuffBtn, i18n("Click to download additional data sources via the Internet."));
-#if !KDE_IS_VERSION(3,3,90)
- // only available in KDE 3.4 and up
- m_newStuffBtn->setEnabled(false);
-#endif
-
vlay->addWidget(newSourceBtn);
vlay->addWidget(m_modifySourceBtn);
vlay->addWidget(m_removeSourceBtn);