summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/queries/kexidynamicqueryparameterdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/plugins/queries/kexidynamicqueryparameterdialog.h')
-rw-r--r--kexi/plugins/queries/kexidynamicqueryparameterdialog.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/kexi/plugins/queries/kexidynamicqueryparameterdialog.h b/kexi/plugins/queries/kexidynamicqueryparameterdialog.h
index b315e4f9..60137c1f 100644
--- a/kexi/plugins/queries/kexidynamicqueryparameterdialog.h
+++ b/kexi/plugins/queries/kexidynamicqueryparameterdialog.h
@@ -17,27 +17,28 @@
* Boston, MA 02110-1301, USA.
*/
-#ifndef _KEXI_DYNAMIC_QUERY_PARAMETER_DIALOG_H_
-#define _KEXI_DYNAMIC_QUERY_PARAMETER_DIALOG_H_
+#ifndef _KEXI_DYNAMIC_TQUERY_PARAMETER_DIALOG_H_
+#define _KEXI_DYNAMIC_TQUERY_PARAMETER_DIALOG_H_
#include <kdialogbase.h>
#include <kexidataprovider.h>
-class QVBox;
+class TQVBox;
class KexiDynamicQueryParameterDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- KexiDynamicQueryParameterDialog(QWidget *parent,KexiDataProvider::Parameters *, const KexiDataProvider::ParameterList &);
+ KexiDynamicQueryParameterDialog(TQWidget *tqparent,KexiDataProvider::Parameters *, const KexiDataProvider::ParameterList &);
virtual ~KexiDynamicQueryParameterDialog();
protected:
virtual void slotOk();
private:
//temporary only. Later a different widget will be used
- QVBox *m_mainView;
+ TQVBox *m_mainView;
KexiDataProvider::Parameters *m_values;
};