summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kcontrol/locale/kcmlocale.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/kcontrol/locale/kcmlocale.cpp b/kcontrol/locale/kcmlocale.cpp
index b87a8bfd5..baa127e2f 100644
--- a/kcontrol/locale/kcmlocale.cpp
+++ b/kcontrol/locale/kcmlocale.cpp
@@ -101,6 +101,7 @@ KLocaleConfig::KLocaleConfig(KLocale *locale,
lay->setColStretch(1, 1);
lay->setColStretch(2, 1);
+#if 0
// Added jriddell 2007-01-08, for Kubuntu Language Selector spec
TQHBoxLayout* languageSelectorLayout = new TQHBoxLayout();
installLanguage = new TQPushButton(i18n("Install New Language"), this);
@@ -115,6 +116,7 @@ KLocaleConfig::KLocaleConfig(KLocale *locale,
connect( installLanguage, TQT_SIGNAL(clicked()), this, TQT_SLOT(slotInstallLanguage()) );
connect( uninstallLanguage, TQT_SIGNAL(clicked()), this, TQT_SLOT(slotUninstallLanguage()) );
connect( selectLanguage, TQT_SIGNAL(clicked()), this, TQT_SLOT(slotSelectLanguage()) );
+#endif
}