diff options
Diffstat (limited to 'kwallet/kwmapeditor.h')
-rw-r--r-- | kwallet/kwmapeditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kwallet/kwmapeditor.h b/kwallet/kwmapeditor.h index 3b434af..fc34cbc 100644 --- a/kwallet/kwmapeditor.h +++ b/kwallet/kwmapeditor.h @@ -32,7 +32,7 @@ class KWMapEditor : public TQTable { TQ_OBJECT public: - KWMapEditor(TQMap<TQString,TQString>& map, TQWidget *tqparent = 0, const char *name = 0); + KWMapEditor(TQMap<TQString,TQString>& map, TQWidget *parent = 0, const char *name = 0); virtual ~KWMapEditor(); public slots: |