diff options
Diffstat (limited to 'kgeography/src/mypopup.h')
-rw-r--r-- | kgeography/src/mypopup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kgeography/src/mypopup.h b/kgeography/src/mypopup.h index d840eb49..71cc5555 100644 --- a/kgeography/src/mypopup.h +++ b/kgeography/src/mypopup.h @@ -20,7 +20,7 @@ Q_OBJECT friend class popupManager; private: - myPopup(TQWidget *tqparent, const TQString &text, const TQString &text2 = TQString(), const TQString &flagFile = TQString()); + myPopup(TQWidget *parent, const TQString &text, const TQString &text2 = TQString(), const TQString &flagFile = TQString()); signals: void deleteMe(); |