diff options
Diffstat (limited to 'kgeography/src/mypopup.cpp')
-rw-r--r-- | kgeography/src/mypopup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kgeography/src/mypopup.cpp b/kgeography/src/mypopup.cpp index d68e3a7e..b37264df 100644 --- a/kgeography/src/mypopup.cpp +++ b/kgeography/src/mypopup.cpp @@ -16,7 +16,7 @@ #include "mypopup.h" -myPopup::myPopup(TQWidget *tqparent, const TQString &text, const TQString &text2, const TQString &flagFile) : TQFrame(tqparent) +myPopup::myPopup(TQWidget *parent, const TQString &text, const TQString &text2, const TQString &flagFile) : TQFrame(parent) { TQHBoxLayout *lay = new TQHBoxLayout(this); lay -> setMargin(4); |