From 1bdf523fc64275010884bd6700d96362fed098f0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 15 Nov 2011 18:48:50 -0600 Subject: Rename KDE_VERSION to TDE_VERSION --- src/common/gui/editlistbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/gui') diff --git a/src/common/gui/editlistbox.cpp b/src/common/gui/editlistbox.cpp index 1bf54cd..b881e0f 100644 --- a/src/common/gui/editlistbox.cpp +++ b/src/common/gui/editlistbox.cpp @@ -104,7 +104,7 @@ void EditListBox::setButtons(Buttons buttons) delete _addButton; _addButton = 0; if ( buttons & Add ) { -#if KDE_VERSION < KDE_MAKE_VERSION(3,4,0) +#if TDE_VERSION < KDE_MAKE_VERSION(3,4,0) _addButton = new KPushButton(KGuiItem(i18n("Add"), "edit_add"), this); #else _addButton = new KPushButton(KStdGuiItem::add(), this); -- cgit v1.2.1