OSDN Git Service

Removing redundant error checking related to booking declaration.
[tjqt4port/tj2qt4.git] / taskjuggler / ParserElement.h
index 6bc1fb6..2eb3e81 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * ParserElement.h - TaskJuggler
  *
- * Copyright (c) 2001, 2002, 2003, 2004 by Chris Schlaeger <cs@suse.de>
+ * Copyright (c) 2001, 2002, 2003, 2004 by Chris Schlaeger <cs@kde.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of version 2 of the GNU General Public License as
@@ -17,6 +17,7 @@
 
 class QDomNode;
 class ParserTreeContext;
+class ParserElement;
 class ParserNode;
 class XMLFile;
 
@@ -38,8 +39,6 @@ public:
     const QString& getTag() const { return tag; }
 
 private:
-    ParserElement();    // Don't use!
-
     QString tag;
     /* Pointer to a function that is called before the elements of the node
      * are processed. */