summaryrefslogtreecommitdiffstats
path: root/ksysv/ksvdraglist.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksysv/ksvdraglist.h')
-rw-r--r--ksysv/ksvdraglist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksysv/ksvdraglist.h b/ksysv/ksvdraglist.h
index 6b1ab7e..a54738d 100644
--- a/ksysv/ksvdraglist.h
+++ b/ksysv/ksvdraglist.h
@@ -155,7 +155,7 @@ class KSVDragList : public KListView
TQ_OBJECT
public:
- KSVDragList ( TQWidget* tqparent = 0, const char* name = 0 );
+ KSVDragList ( TQWidget* parent = 0, const char* name = 0 );
virtual ~KSVDragList();
virtual void clear();
@@ -268,7 +268,7 @@ signals:
class KServiceDragList : public KSVDragList
{
public:
- KServiceDragList (TQWidget* tqparent = 0L, const char* name = 0L);
+ KServiceDragList (TQWidget* parent = 0L, const char* name = 0L);
virtual ~KServiceDragList ();
protected: