diff options
Diffstat (limited to 'kplato/kptpart.h')
-rw-r--r-- | kplato/kptpart.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kplato/kptpart.h b/kplato/kptpart.h index 6aafea3e..25ba542e 100644 --- a/kplato/kptpart.h +++ b/kplato/kptpart.h @@ -49,7 +49,7 @@ class Part : public KoDocument, public KoTextZoomHandler { TQ_OBJECT public: - Part(TQWidget *tqparentWidget = 0, const char *widgetName = 0, + Part(TQWidget *parentWidget = 0, const char *widgetName = 0, TQObject* tqparent = 0, const char* name = 0, bool singleViewMode = false); ~Part(); @@ -58,7 +58,7 @@ public: bool transparent = FALSE, double zoomX = 1.0, double zoomY = 1.0); - virtual bool initDoc(InitDocFlags flags, TQWidget* tqparentWidget=0); + virtual bool initDoc(InitDocFlags flags, TQWidget* parentWidget=0); /** * Edit the settings of the project |