diff options
Diffstat (limited to 'src/privkeypopup.cpp')
-rw-r--r-- | src/privkeypopup.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/privkeypopup.cpp b/src/privkeypopup.cpp index 931e3cb..3d3b8e4 100644 --- a/src/privkeypopup.cpp +++ b/src/privkeypopup.cpp @@ -25,8 +25,8 @@ #include "privkeypopup.h" -PrivKeyPopup::PrivKeyPopup(TQWidget* tqparent, const char* name, WFlags fl) -: PrivKeyPopupUI(tqparent,name,fl) +PrivKeyPopup::PrivKeyPopup(TQWidget* parent, const char* name, WFlags fl) +: PrivKeyPopupUI(parent,name,fl) { } |