Commit b3833cfc7dac062f5300a329be15e234a33f20ea

Authored by bhklein
1 parent 7790361b

tGallery -> utGallery

openbr/plugins/gallery/binary.cpp
... ... @@ -204,7 +204,7 @@ BR_REGISTER(Gallery, galGallery)
204 204 * \brief A contiguous array of br_universal_template.
205 205 * \author Josh Klontz \cite jklontz
206 206 */
207   -class tGallery : public BinaryGallery
  207 +class utGallery : public BinaryGallery
208 208 {
209 209 Q_OBJECT
210 210  
... ... @@ -224,7 +224,7 @@ class tGallery : public BinaryGallery
224 224 }
225 225 };
226 226  
227   -BR_REGISTER(Gallery, tGallery)
  227 +BR_REGISTER(Gallery, utGallery)
228 228  
229 229 /*!
230 230 * \ingroup galleries
... ...