summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/htmlexport/generator.h
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/htmlexport/generator.h')
-rw-r--r--kipi-plugins/htmlexport/generator.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kipi-plugins/htmlexport/generator.h b/kipi-plugins/htmlexport/generator.h
index a85f99c..99ddd6f 100644
--- a/kipi-plugins/htmlexport/generator.h
+++ b/kipi-plugins/htmlexport/generator.h
@@ -21,7 +21,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#ifndef GENERATOR_H
#define GENERATOR_H
-#include <qobject.h>
+#include <tqobject.h>
namespace KIPI {
class BatchProgressDialog;
@@ -37,8 +37,9 @@ class GalleryInfo;
* This class is responsible for generating the HTML and scaling the images
* according to the settings specified by the user.
*/
-class Generator : public QObject {
+class Generator : public TQObject {
Q_OBJECT
+ TQ_OBJECT
public:
Generator(KIPI::Interface*, GalleryInfo*, KIPI::BatchProgressDialog*);
~Generator();