Query.st
branchjv
changeset 19227 5e949760a4e8
parent 18011 deb0c3355881
parent 19202 f310f0e159f9
--- a/Query.st	Sat Feb 13 07:51:52 2016 +0000
+++ b/Query.st	Sun Feb 14 07:29:57 2016 +0000
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libbasic' }"
 
+"{ NameSpace: Smalltalk }"
+
 Notification subclass:#Query
 	instanceVariableNames:''
 	classVariableNames:''
@@ -261,22 +263,16 @@
     "
 ! !
 
-!Query class methodsFor:'misc ui support'!
-
-iconInBrowserSymbol
-    <resource: #programImage>
-
-    ^ #queryClassBrowserIcon
-! !
 
 !Query class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Query.st,v 1.13 2009-10-01 13:44:05 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Query.st,v 1.13 2009-10-01 13:44:05 cg Exp $'
+    ^ '$Header$'
 ! !
 
+
 Query initialize!