summaryrefslogtreecommitdiffstats
path: root/ksquirrel/imageedit/sq_imageedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksquirrel/imageedit/sq_imageedit.h')
-rw-r--r--ksquirrel/imageedit/sq_imageedit.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ksquirrel/imageedit/sq_imageedit.h b/ksquirrel/imageedit/sq_imageedit.h
index acece00..a93e26b 100644
--- a/ksquirrel/imageedit/sq_imageedit.h
+++ b/ksquirrel/imageedit/sq_imageedit.h
@@ -18,14 +18,14 @@
#ifndef SQ_IMAGEEDIT_H
#define SQ_IMAGEEDIT_H
-#include <qfont.h>
-#include <qcolor.h>
+#include <tqfont.h>
+#include <tqcolor.h>
#include "fmt_filters.h"
struct SQ_ImageOptions
{
- QString putto;
+ TQString putto;
int where_to_put;
bool close;
};
@@ -38,7 +38,7 @@ struct SQ_ImageBCGOptions
struct SQ_ImageConvertOptions
{
- QString libname;
+ TQString libname;
};
struct SQ_ImageFilterOptions