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 7d1fe44..3b434af 100644 --- a/kwallet/kwmapeditor.h +++ b/kwallet/kwmapeditor.h @@ -47,7 +47,7 @@ class KWMapEditor : public TQTable { void copy(); protected: - virtual TQWidget *beginEdit(int row, int col, bool tqreplace); + virtual TQWidget *beginEdit(int row, int col, bool replace); signals: void dirty(); |