diff options
Diffstat (limited to 'kgeography/src/mapasker.h')
-rw-r--r-- | kgeography/src/mapasker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kgeography/src/mapasker.h b/kgeography/src/mapasker.h index 2ce5d6f2..e70ead24 100644 --- a/kgeography/src/mapasker.h +++ b/kgeography/src/mapasker.h @@ -27,7 +27,7 @@ class mapAsker : public askWidget Q_OBJECT TQ_OBJECT public: - mapAsker(TQWidget *tqparent, KGmap *m, TQWidget *w, bool asker, uint count = 0); + mapAsker(TQWidget *parent, KGmap *m, TQWidget *w, bool asker, uint count = 0); ~mapAsker(); TQSize mapSize() const; |