summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/simpleviewerexport/svedialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/simpleviewerexport/svedialog.h')
-rw-r--r--kipi-plugins/simpleviewerexport/svedialog.h53
1 files changed, 27 insertions, 26 deletions
diff --git a/kipi-plugins/simpleviewerexport/svedialog.h b/kipi-plugins/simpleviewerexport/svedialog.h
index 5480d3e..1c629b3 100644
--- a/kipi-plugins/simpleviewerexport/svedialog.h
+++ b/kipi-plugins/simpleviewerexport/svedialog.h
@@ -36,9 +36,9 @@
#include "kpaboutdata.h"
-class QFrame;
-class QCheckBox;
-class QComboBox;
+class TQFrame;
+class TQCheckBox;
+class TQComboBox;
class KLineEdit;
class KIntNumInput;
@@ -57,20 +57,21 @@ namespace KIPISimpleViewerExportPlugin
class SVEDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- SVEDialog( KIPI::Interface* interface, QWidget *parent=0);
+ SVEDialog( KIPI::Interface* interface, TQWidget *tqparent=0);
~SVEDialog();
void readConfig();
void writeConfig();
void slotOk();
- QValueList<KIPI::ImageCollection> getSelectedAlbums() const;
+ TQValueList<KIPI::ImageCollection> getSelectedAlbums() const;
- QString title() const;
- void setTitle(const QString &title);
+ TQString title() const;
+ void setTitle(const TQString &title);
bool resizeExportImages() const;
void setResizeExportImages(bool resize);
@@ -96,22 +97,22 @@ public:
int stagePadding() const;
void setStagePadding(int stagePadding);
- QColor textColor() const;
- void setTextColor(const QColor &color);
+ TQColor textColor() const;
+ void setTextColor(const TQColor &color);
- QColor frameColor() const;
- void setFrameColor(const QColor &color);
+ TQColor frameColor() const;
+ void setFrameColor(const TQColor &color);
- QColor backgroundColor() const;
- void setBackgroundColor(const QColor &color);
+ TQColor backgroundColor() const;
+ void setBackgroundColor(const TQColor &color);
- QString navDirection() const;
- void setNavDirection(const QString &direction);
+ TQString navDirection() const;
+ void setNavDirection(const TQString &direction);
- QString navPosition() const;
- void setNavPosition(const QString &pos);
+ TQString navPosition() const;
+ void setNavPosition(const TQString &pos);
- QString exportURL() const;
+ TQString exportURL() const;
private:
@@ -125,14 +126,14 @@ private slots:
private:
- QFrame *m_selectionPage;
- QFrame *m_generalPage;
- QFrame *m_lookPage;
+ TQFrame *m_selectionPage;
+ TQFrame *m_generalPage;
+ TQFrame *m_lookPage;
- QCheckBox *m_resizeExportImages;
- QCheckBox *m_showExifComments;
- QComboBox *m_navPosition;
- QComboBox *m_navDirection;
+ TQCheckBox *m_resizeExportImages;
+ TQCheckBox *m_showExifComments;
+ TQComboBox *m_navPosition;
+ TQComboBox *m_navDirection;
KLineEdit *m_title;
KIntNumInput *m_imagesExportSize;
@@ -149,7 +150,7 @@ private:
KIPI::Interface *m_interface;
KIPI::ImageCollectionSelector *m_imageCollectionSelector;
KIPIPlugins::KPAboutData *m_about;
- QValueList<KIPI::ImageCollection> m_selectedAlbums;
+ TQValueList<KIPI::ImageCollection> m_selectedAlbums;
};
} // namespace KIPISimpleViewerExportPlugin