diff options
Diffstat (limited to 'kmail/kmcommands.h')
-rw-r--r-- | kmail/kmcommands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/kmcommands.h b/kmail/kmcommands.h index 173f98ee6..8ebe68b15 100644 --- a/kmail/kmcommands.h +++ b/kmail/kmcommands.h @@ -99,7 +99,7 @@ protected: // Returns the single message retrieved KMMessage *retrievedMessage() const; // Returns the tqparent widget - TQWidget *tqparentWidget() const; + TQWidget *parentWidget() const; bool deletesItself() { return mDeletesItself; } /** Specify whether the subclass takes care of the deletion of the object. |