From 4c540159c3e6d5ab271d36f0ee3ff8c8e1951d99 Mon Sep 17 00:00:00 2001 From: coolo Date: Tue, 11 Dec 2007 20:14:33 +0000 Subject: [PATCH] make it C++ git-svn-id: http://svn.opensuse.org/svn/yast/trunk/qt4@42997 e0cc52ee-31ee-0310-8b87-e83c4596d67c --- src/pkg/YQPkgSearchFilterView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkg/YQPkgSearchFilterView.h b/src/pkg/YQPkgSearchFilterView.h index 8753db9..2d08339 100644 --- a/src/pkg/YQPkgSearchFilterView.h +++ b/src/pkg/YQPkgSearchFilterView.h @@ -118,7 +118,7 @@ signals: protected: // Caution: Enum order must match corresponding message strings in combo box! - typedef enum SearchMode + enum SearchMode { Contains = 0, BeginsWith, -- 2.39.2