summaryrefslogtreecommitdiffstats
path: root/part/kxespecprocinstrdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'part/kxespecprocinstrdialog.h')
-rw-r--r--part/kxespecprocinstrdialog.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/part/kxespecprocinstrdialog.h b/part/kxespecprocinstrdialog.h
index c78301f..128dd20 100644
--- a/part/kxespecprocinstrdialog.h
+++ b/part/kxespecprocinstrdialog.h
@@ -20,7 +20,7 @@
#include "kxespecprocinstrdialogbase.h"
-#include <qwidget.h>
+#include <tqwidget.h>
/**
*@author Lumir Vanek
@@ -31,16 +31,16 @@ class KXESpecProcInstrDialog : public KXESpecProcInstrDialogBase
Q_OBJECT
public:
- KXESpecProcInstrDialog(QWidget *parent=0, const char *name=0);
+ KXESpecProcInstrDialog(TQWidget *parent=0, const char *name=0);
~KXESpecProcInstrDialog();
- QString getData();
+ TQString getData();
/** Initialize dialog from given target and data string */
- void fillDialog(const QString&, const QString&);
+ void fillDialog(const TQString&, const TQString&);
/** Initialize dialog from given data string */
- void fillDialog(const QString);
+ void fillDialog(const TQString);
int exec();