summaryrefslogtreecommitdiffstats
path: root/kexi/core/kexidragobjects.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/core/kexidragobjects.h')
-rw-r--r--kexi/core/kexidragobjects.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kexi/core/kexidragobjects.h b/kexi/core/kexidragobjects.h
index 26e2b24f..4db4534e 100644
--- a/kexi/core/kexidragobjects.h
+++ b/kexi/core/kexidragobjects.h
@@ -33,12 +33,12 @@ class KEXICORE_EXPORT KexiFieldDrag : public TQStoredDrag
public:
/*! Creates drag object for a single field \a field. */
KexiFieldDrag(const TQString& sourceMimeType, const TQString& sourceName,
- const TQString& field, TQWidget *tqparent, const char *name);
+ const TQString& field, TQWidget *parent, const char *name);
/*! Creates drag object for multiple fields \a fields.
If there's less than two elements in the list, data is set up as for above ctor. */
KexiFieldDrag(const TQString& sourceMimeType, const TQString& sourceName,
- const TQStringList& field, TQWidget *tqparent=0, const char *name=0);
+ const TQStringList& field, TQWidget *parent=0, const char *name=0);
~KexiFieldDrag();
@@ -71,7 +71,7 @@ class KEXICORE_EXPORT KexiDataProviderDrag : public TQStoredDrag
{
public:
KexiDataProviderDrag(const TQString& sourceMimeType, const TQString& sourceName,
- TQWidget *tqparent=0, const char *name=0);
+ TQWidget *parent=0, const char *name=0);
~KexiDataProviderDrag() { };
static bool canDecode( TQDragMoveEvent* e);