Rename KLocale to enhance compatibility with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent 44bd352cdc
commit d66d7dc716

@ -43,7 +43,7 @@ SpinBox::SpinBox(int min, int max, TQWidget *parent) : TQSpinBox(min, max, 1, pa
DateWidget::DateWidget(TQWidget* parent_, const char* name_) : TQWidget(parent_, name_) {
TQHBoxLayout* l = new TQHBoxLayout(this, 0, 4);
KLocale* locale = TDEGlobal::locale();
TDELocale* locale = TDEGlobal::locale();
// 0 allows empty value
m_daySpin = new SpinBox(0, 31, this);

Loading…
Cancel
Save