diff options
Diffstat (limited to 'konq-plugins/kimgalleryplugin/imgallerydialog.h')
-rw-r--r-- | konq-plugins/kimgalleryplugin/imgallerydialog.h | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/konq-plugins/kimgalleryplugin/imgallerydialog.h b/konq-plugins/kimgalleryplugin/imgallerydialog.h index 7aa6163..22cf68e 100644 --- a/konq-plugins/kimgalleryplugin/imgallerydialog.h +++ b/konq-plugins/kimgalleryplugin/imgallerydialog.h @@ -34,14 +34,14 @@ class QSpinBox; class KColorButton; class KConfig; -typedef QMap<QString,QString> CommentMap; +typedef TQMap<TQString,TQString> CommentMap; class KIGPDialog : public KDialogBase { Q_OBJECT public: - KIGPDialog(QWidget *parent=0, const QString& path=0, const char *name=0 ); + KIGPDialog(TQWidget *parent=0, const TQString& path=0, const char *name=0 ); ~KIGPDialog(); bool isDialogOk() const; @@ -58,45 +58,45 @@ class KIGPDialog : public KDialogBase int getThumbnailSize() const; int getColorDepth() const; - const QString getTitle() const; - const QString getImageName() const; - const QString getCommentFile() const; - const QString getFontName() const; - const QString getFontSize() const; + const TQString getTitle() const; + const TQString getImageName() const; + const TQString getCommentFile() const; + const TQString getFontName() const; + const TQString getFontSize() const; - const QColor getBackgroundColor() const; - const QColor getForegroundColor() const; + const TQColor getBackgroundColor() const; + const TQColor getForegroundColor() const; - const QString getImageFormat() const; + const TQString getImageFormat() const; void writeConfig(); protected slots: - void imageUrlChanged(const QString & ); + void imageUrlChanged(const TQString & ); void slotDefault(); private: KColorButton *m_foregroundColor; KColorButton *m_backgroundColor; - QLineEdit *m_title; - QString m_path; + TQLineEdit *m_title; + TQString m_path; KIntNumInput *m_imagesPerRow; KIntNumInput *m_thumbnailSize; KIntNumInput *m_recursionLevel; - QSpinBox *m_fontSize; + TQSpinBox *m_fontSize; - QCheckBox *m_copyOriginalFiles; - QCheckBox *m_imageName; - QCheckBox *m_imageSize; - QCheckBox *m_imageProperty; - QCheckBox *m_useCommentFile; - QCheckBox *m_recurseSubDir; - QCheckBox *m_colorDepthSet; + TQCheckBox *m_copyOriginalFiles; + TQCheckBox *m_imageName; + TQCheckBox *m_imageSize; + TQCheckBox *m_imageProperty; + TQCheckBox *m_useCommentFile; + TQCheckBox *m_recurseSubDir; + TQCheckBox *m_colorDepthSet; - QComboBox* m_fontName; - QComboBox* m_imageFormat; - QComboBox* m_colorDepth; + TQComboBox* m_fontName; + TQComboBox* m_imageFormat; + TQComboBox* m_colorDepth; KURLRequester *m_imageNameReq; KURLRequester *m_commentFileReq; @@ -105,9 +105,9 @@ class KIGPDialog : public KDialogBase KConfig *m_config; private: - void setupLookPage(const QString& path); - void setupDirectoryPage(const QString& path); - void setupThumbnailPage(const QString& path); + void setupLookPage(const TQString& path); + void setupDirectoryPage(const TQString& path); + void setupThumbnailPage(const TQString& path); }; #endif |