summaryrefslogtreecommitdiffstats
path: root/knights/dlg_selectemail.h
diff options
context:
space:
mode:
Diffstat (limited to 'knights/dlg_selectemail.h')
-rw-r--r--knights/dlg_selectemail.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/knights/dlg_selectemail.h b/knights/dlg_selectemail.h
index 6abf799..c189b4f 100644
--- a/knights/dlg_selectemail.h
+++ b/knights/dlg_selectemail.h
@@ -18,7 +18,7 @@
#ifndef DLG_SELECTEMAIL_H
#define DLG_SELECTEMAIL_H
-#include <qwidget.h>
+#include <tqwidget.h>
#include <kdialogbase.h>
/**
@@ -26,14 +26,15 @@
*/
class resource;
-class QVBox;
-class QLineEdit;
+class TQVBox;
+class TQLineEdit;
class dlg_selectemail : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- dlg_selectemail(QWidget *parent, resource *Rsrc );
+ dlg_selectemail(TQWidget *tqparent, resource *Rsrc );
~dlg_selectemail();
signals:
@@ -45,8 +46,8 @@ class dlg_selectemail : public KDialogBase
private:
resource *myResource;
- QVBox *BOX_Parent;
- QLineEdit *EDIT_Email;
+ TQVBox *BOX_Parent;
+ TQLineEdit *EDIT_Email;
};
#endif