stifui/qt/inc/uisetting.h
changeset 35 98924d2efce9
parent 19 4b22a598b890
--- a/stifui/qt/inc/uisetting.h	Wed Jun 23 18:13:31 2010 +0300
+++ b/stifui/qt/inc/uisetting.h	Tue Jul 06 14:17:03 2010 +0300
@@ -20,7 +20,8 @@
 
 const QString KShowOutput = "showoutput";
 const QString KStyleSheet = "StyleSheet";
-
+const QString KFilter = "filter";
+const QString KFilterCaseSens = "filtercasesens";
 
 class UiSetting
     {
@@ -43,3 +44,5 @@
     };
 
 #endif /* UISETTING_H_ */
+
+// End of File