Index: trunk/psModules/src/concepts/pmConcepts.h
===================================================================
--- trunk/psModules/src/concepts/pmConcepts.h	(revision 17911)
+++ trunk/psModules/src/concepts/pmConcepts.h	(revision 18163)
@@ -4,6 +4,6 @@
  * @author Paul Price, IfA
  *
- * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
- * @date $Date: 2008-06-05 01:31:33 $
+ * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2008-06-17 22:16:38 $
  * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
  */
@@ -11,4 +11,6 @@
 #ifndef PM_CONCEPTS_H
 #define PM_CONCEPTS_H
+
+#include <pmConfig.h>
 
 /// @addtogroup Concepts Data Abstraction Concepts
@@ -105,5 +107,5 @@
                     pmCell *cell,       ///< Cell for which to read concepts, or NULL
                     pmConceptSource source, ///< The source of the concepts to read
-                    psDB *db            ///< Database handle
+                    pmConfig *config    ///< Configuration
                    );
 
@@ -120,5 +122,5 @@
                        pmConceptSource source, ///< Source for concepts
                        bool propagateDown, ///< Propagate to lower levels?
-                       psDB *db         ///< Database handle
+                       pmConfig *config         ///< Configuration
                       );
 
@@ -130,5 +132,5 @@
                         pmConceptSource source, ///< Source for concepts
                         bool propagateDown, ///< Propagate to lower levels?
-                        psDB *db        ///< Database handle
+                        pmConfig *config        ///< Configuration
                        );
 
@@ -146,5 +148,5 @@
                         bool propagateUp, ///< Propagate to higher levels?
                         bool propagateDown, ///< Propagate to lower levels?
-                        psDB *db        ///< Database handle
+                        pmConfig *config        ///< Configuration
                        );
 
@@ -157,5 +159,5 @@
                          bool propagateUp,///< Propagate to higher levels?
                          bool propagateDown, ///< Propagate to lower levels?
-                         psDB *db       ///< Database handle
+                         pmConfig *config       ///< Configuration
                         );
 
@@ -172,5 +174,5 @@
                         pmConceptSource source, ///< Source for concepts
                         bool propagateUp, ///< Propagate to higher levels?
-                        psDB *db        ///< Database handle
+                        pmConfig *config        ///< Configuration
                        );
 
@@ -183,5 +185,5 @@
                          pmConceptSource source, ///< Source for concepts
                          bool propagateUp, ///< Propagate to higher levels?
-                         psDB *db       ///< Database handle
+                         pmConfig *config ///< Configuration
                         );
 
