summaryrefslogtreecommitdiffstats
path: root/kalzium/src/kalziumdataobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'kalzium/src/kalziumdataobject.h')
-rw-r--r--kalzium/src/kalziumdataobject.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kalzium/src/kalziumdataobject.h b/kalzium/src/kalziumdataobject.h
index 6d358510..e8508276 100644
--- a/kalzium/src/kalziumdataobject.h
+++ b/kalzium/src/kalziumdataobject.h
@@ -26,7 +26,7 @@
* @short This class contains all Element objects
*
* This singleton class collects all the information about the elements of the
- * Periodic Table as list of Element (QValueList<Element*>).
+ * Periodic Table as list of Element (TQValueList<Element*>).
* Use:
* @code
* KalziumDataObject::instance()->ElementList;
@@ -48,7 +48,7 @@ class KalziumDataObject
static KalziumDataObject* instance();
/**
- * The list of elements in a QValueList<Element*>
+ * The list of elements in a TQValueList<Element*>
*/
EList ElementList;
@@ -69,7 +69,7 @@ class KalziumDataObject
KalziumDataObject();
~KalziumDataObject();
- EList readData( QDomDocument &dataDocument );
+ EList readData( TQDomDocument &dataDocument );
/**
* Caching the number of elements