summaryrefslogtreecommitdiffstats
path: root/quanta/dialogs/tagdialogs/tagimgdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/dialogs/tagdialogs/tagimgdlg.h')
-rw-r--r--quanta/dialogs/tagdialogs/tagimgdlg.h48
1 files changed, 24 insertions, 24 deletions
diff --git a/quanta/dialogs/tagdialogs/tagimgdlg.h b/quanta/dialogs/tagdialogs/tagimgdlg.h
index f1229ee2..73730c84 100644
--- a/quanta/dialogs/tagdialogs/tagimgdlg.h
+++ b/quanta/dialogs/tagdialogs/tagimgdlg.h
@@ -20,11 +20,11 @@
#define TAGIMGDLG_H
//Generated area. DO NOT EDIT!!!(begin)
-#include <qwidget.h>
-#include <qlabel.h>
+#include <tqwidget.h>
+#include <tqlabel.h>
#include <klineedit.h>
-#include <qpushbutton.h>
-#include <qcombobox.h>
+#include <tqpushbutton.h>
+#include <tqcombobox.h>
//Generated area. DO NOT EDIT!!!(end)
#include "tagwidget.h"
@@ -38,41 +38,41 @@ class QImage;
*@author Dmitry Poplavsky & Yacovlev Alexander
*/
-class TagImgDlg : public QWidget, TagWidget {
+class TagImgDlg : public TQWidget, TagWidget {
Q_OBJECT
public:
- TagImgDlg(const DTDStruct *dtd, QWidget *parent=0, const char *name=0);
+ TagImgDlg(const DTDStruct *dtd, TQWidget *parent=0, const char *name=0);
~TagImgDlg();
public:
void initDialog();
//Generated area. DO NOT EDIT!!!(begin)
- QLabel *labelImgSource;
+ TQLabel *labelImgSource;
KLineEdit *lineImgSource;
- QPushButton *buttonImgSource;
- QPushButton *buttonRecalcImgSize;
- QLabel *QLabel_4;
+ TQPushButton *buttonImgSource;
+ TQPushButton *buttonRecalcImgSize;
+ TQLabel *QLabel_4;
KLineEdit *lineWidth;
- QLabel *QLabel_5;
+ TQLabel *QLabel_5;
KLineEdit *lineHeight;
- QLabel *QLabel_6;
+ TQLabel *QLabel_6;
KLineEdit *lineHSpace;
- QLabel *QLabel_7;
+ TQLabel *QLabel_7;
KLineEdit *lineVSpace;
- QLabel *QLabel_8;
+ TQLabel *QLabel_8;
KLineEdit *lineAltText;
- QLabel *QLabel_9;
- QSpinBox *spinBorder;
- QLabel *QLabel_10;
- QComboBox *comboAlign;
+ TQLabel *QLabel_9;
+ TQSpinBox *spinBorder;
+ TQLabel *QLabel_10;
+ TQComboBox *comboAlign;
PictureView *widgetImg;
- QPushButton *buttonOk;
- QPushButton *buttonCancel;
+ TQPushButton *buttonOk;
+ TQPushButton *buttonCancel;
//Generated area. DO NOT EDIT!!!(end)
private:
- QImage *img;
- QString imgFileName;
+ TQImage *img;
+ TQString imgFileName;
bool isTmpFile;
const DTDStruct *m_dtd;
@@ -83,8 +83,8 @@ public slots: // Public slots
void slotFileSelect();
void slotLineFileSelect();
- void readAttributes( QDict<QString> *d );
- void writeAttributes( QDict<QString> *d );
+ void readAttributes( TQDict<TQString> *d );
+ void writeAttributes( TQDict<TQString> *d );
/** recalculate image size */
void slotRecalcImgSize();
};