summaryrefslogtreecommitdiffstats
path: root/kplato/kptpart.h
diff options
context:
space:
mode:
Diffstat (limited to 'kplato/kptpart.h')
-rw-r--r--kplato/kptpart.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kplato/kptpart.h b/kplato/kptpart.h
index 25ba542e..1eab7bdd 100644
--- a/kplato/kptpart.h
+++ b/kplato/kptpart.h
@@ -50,7 +50,7 @@ class Part : public KoDocument, public KoTextZoomHandler {
public:
Part(TQWidget *parentWidget = 0, const char *widgetName = 0,
- TQObject* tqparent = 0, const char* name = 0,
+ TQObject* parent = 0, const char* name = 0,
bool singleViewMode = false);
~Part();
@@ -86,7 +86,7 @@ public:
const XMLLoaderObject &xmlLoader() const { return m_xmlLoader; }
protected:
- virtual KoView* createViewInstance(TQWidget* tqparent, const char* name);
+ virtual KoView* createViewInstance(TQWidget* parent, const char* name);
protected slots:
void slotDocumentRestored();