summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/metadataedit/commenteditdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/metadataedit/commenteditdialog.h')
-rw-r--r--kipi-plugins/metadataedit/commenteditdialog.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/kipi-plugins/metadataedit/commenteditdialog.h b/kipi-plugins/metadataedit/commenteditdialog.h
index 876d64a..280d6db 100644
--- a/kipi-plugins/metadataedit/commenteditdialog.h
+++ b/kipi-plugins/metadataedit/commenteditdialog.h
@@ -23,9 +23,9 @@
#ifndef COMMENTEDITDIALOG_H
#define COMMENTEDITDIALOG_H
-// Qt includes.
+// TQt includes.
-#include <qstring.h>
+#include <tqstring.h>
// KDE includes.
@@ -39,10 +39,11 @@ class CommentEditDialogDialogPrivate;
class CommentEditDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- CommentEditDialog(QWidget* parent);
+ CommentEditDialog(TQWidget* tqparent);
~CommentEditDialog();
bool syncJFIFCommentIsChecked();
@@ -53,7 +54,7 @@ public:
void setCheckedSyncEXIFComment(bool c);
void setCheckedSyncIPTCCaption(bool c);
- QString getComments();
+ TQString getComments();
protected slots:
@@ -63,7 +64,7 @@ protected slots:
protected:
- void closeEvent(QCloseEvent *);
+ void closeEvent(TQCloseEvent *);
private: