diff options
Diffstat (limited to 'kexi/core/kexipartguiclient.h')
| -rw-r--r-- | kexi/core/kexipartguiclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/core/kexipartguiclient.h b/kexi/core/kexipartguiclient.h index ed88a8161..3b999fee7 100644 --- a/kexi/core/kexipartguiclient.h +++ b/kexi/core/kexipartguiclient.h @@ -39,7 +39,7 @@ class GUIClient : public TQObject, public KXMLGUIClient public: virtual ~GUIClient() {}; - inline Part *part() { return static_cast<Part*>(TQObject::tqparent()); } + inline Part *part() { return static_cast<Part*>(TQObject::parent()); } protected: /*! Creates a new GUI Client. If \a partInstanceClient is true, the part will be |
