diff options
Diffstat (limited to 'kpdf/part.h')
-rw-r--r-- | kpdf/part.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpdf/part.h b/kpdf/part.h index 23a12271..791c3d2d 100644 --- a/kpdf/part.h +++ b/kpdf/part.h @@ -63,7 +63,7 @@ Q_OBJECT public: // Default constructor - Part(TQWidget* tqparentWidget, const char* widgetName, + Part(TQWidget* parentWidget, const char* widgetName, TQObject* tqparent, const char* name, const TQStringList& args); // Destructor |