summaryrefslogtreecommitdiffstats
path: root/keduca/libkeduca
diff options
context:
space:
mode:
Diffstat (limited to 'keduca/libkeduca')
-rw-r--r--keduca/libkeduca/fileread.h2
-rw-r--r--keduca/libkeduca/kgallerydialog.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/keduca/libkeduca/fileread.h b/keduca/libkeduca/fileread.h
index 9a34c1a8..ed9d54a2 100644
--- a/keduca/libkeduca/fileread.h
+++ b/keduca/libkeduca/fileread.h
@@ -33,7 +33,7 @@ class TQFile;
*/
class FileRead : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/keduca/libkeduca/kgallerydialog.h b/keduca/libkeduca/kgallerydialog.h
index 9be42034..1712a61c 100644
--- a/keduca/libkeduca/kgallerydialog.h
+++ b/keduca/libkeduca/kgallerydialog.h
@@ -34,7 +34,7 @@ class KTempFile;
namespace TDEIO { class Job; }
class KGalleryDialog : public KGalleryDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
KGalleryDialog(TQWidget *parent=0, const char *name=0);