summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/metadataedit/exifcaption.h
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/metadataedit/exifcaption.h')
-rw-r--r--kipi-plugins/metadataedit/exifcaption.h19
1 files changed, 10 insertions, 9 deletions
diff --git a/kipi-plugins/metadataedit/exifcaption.h b/kipi-plugins/metadataedit/exifcaption.h
index 5aa52c0..8c231d8 100644
--- a/kipi-plugins/metadataedit/exifcaption.h
+++ b/kipi-plugins/metadataedit/exifcaption.h
@@ -23,28 +23,29 @@
#ifndef EXIF_CAPTION_H
#define EXIF_CAPTION_H
-// Qt includes.
+// TQt includes.
-#include <qwidget.h>
-#include <qcstring.h>
-#include <qstring.h>
+#include <tqwidget.h>
+#include <tqcstring.h>
+#include <tqstring.h>
namespace KIPIMetadataEditPlugin
{
class EXIFCaptionPriv;
-class EXIFCaption : public QWidget
+class EXIFCaption : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- EXIFCaption(QWidget* parent);
+ EXIFCaption(TQWidget* tqparent);
~EXIFCaption();
- void applyMetadata(QByteArray& exifData, QByteArray& iptcData);
- void readMetadata(QByteArray& exifData);
+ void applyMetadata(TQByteArray& exifData, TQByteArray& iptcData);
+ void readMetadata(TQByteArray& exifData);
bool syncJFIFCommentIsChecked();
bool syncHOSTCommentIsChecked();
@@ -54,7 +55,7 @@ public:
void setCheckedSyncHOSTComment(bool c);
void setCheckedSyncIPTCCaption(bool c);
- QString getEXIFUserComments();
+ TQString getEXIFUserComments();
signals: