diff options
Diffstat (limited to 'ksquirrel/sidebar/sq_mountview.h')
-rw-r--r-- | ksquirrel/sidebar/sq_mountview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksquirrel/sidebar/sq_mountview.h b/ksquirrel/sidebar/sq_mountview.h index e6d5b2b..a899118 100644 --- a/ksquirrel/sidebar/sq_mountview.h +++ b/ksquirrel/sidebar/sq_mountview.h @@ -36,7 +36,7 @@ class SQ_MountView : public KListView TQ_OBJECT public: - SQ_MountView(TQWidget *tqparent = 0, const char *name = 0); + SQ_MountView(TQWidget *parent = 0, const char *name = 0); ~SQ_MountView(); enum { OPT_COL_MOUNTPOINT = 1, OPT_COL_DEVICE = 2, OPT_COL_FSTYPE = 4, OPT_COL_OPTIONS = 8 }; |