From 1001d761c43555a994a611950292fea9f9bc27cc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 26 Dec 2011 20:09:01 -0600 Subject: Rename KDE_MAKE_VERSION and update TDE version string --- src/common/gui/editlistbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/common/gui/editlistbox.cpp b/src/common/gui/editlistbox.cpp index ca2c675..bac8828 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 TDE_VERSION < KDE_MAKE_VERSION(3,4,0) +#if TDE_VERSION < TDE_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