The ever-friendly folks in #qt have pointed out that these errors usually result from not moc'ing a header with a Q_OBJECT call. the header for histPlot.cpp does indeed call Q_OBJECT, but it also does get moc'ed. Upon hearing this, #qt told me to find #qwt Since #qwt does not exist, I suppose this is the next best thing. Any ideas?