diff options
Diffstat (limited to 'knode/knmainwidget.h')
-rw-r--r-- | knode/knmainwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/knode/knmainwidget.h b/knode/knmainwidget.h index 1ddba4906..b41894900 100644 --- a/knode/knmainwidget.h +++ b/knode/knmainwidget.h @@ -65,7 +65,7 @@ class KDE_EXPORT KNMainWidget : public KDockArea, virtual public KNodeIface Q_OBJECT TQ_OBJECT public: - KNMainWidget( KXMLGUIClient *client, bool detachable, TQWidget* tqparent, const char* name ); + KNMainWidget( KXMLGUIClient *client, bool detachable, TQWidget* parent, const char* name ); ~KNMainWidget(); /** exit */ @@ -416,7 +416,7 @@ class FetchArticleIdDlg : public KDialogBase Q_OBJECT TQ_OBJECT public: - FetchArticleIdDlg(TQWidget *tqparent, const char */*name*/ ); + FetchArticleIdDlg(TQWidget *parent, const char */*name*/ ); TQString messageId() const; protected slots: |