diff options
Diffstat (limited to 'ksirc/puke/pmenudta.cpp')
-rw-r--r-- | ksirc/puke/pmenudta.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksirc/puke/pmenudta.cpp b/ksirc/puke/pmenudta.cpp index 7ca4ddee..576ebc39 100644 --- a/ksirc/puke/pmenudta.cpp +++ b/ksirc/puke/pmenudta.cpp @@ -13,7 +13,7 @@ PMenuData::PMenuData(PObject *_child) PMenuData::~PMenuData() { - // We don't nuke anything since we're kind of abstract and we let the tqparent take care of it + // We don't nuke anything since we're kind of abstract and we let the parent take care of it } void PMenuData::messageHandler(int , PukeMessage *) |