module HROOT.Class.TGraphQQ
  (
    TGraphQQ(..)
  , ITGraphQQ
  , upcastTGraphQQ
  , newTGraphQQ 
  ) where

-- import HROOT.Class.Interface
-- import HROOT.Class.Implementation ()

import HROOT.Class.TGraphQQ.RawType
import HROOT.Class.TGraphQQ.Interface
import HROOT.Class.TGraphQQ.Implementation