diff options
Diffstat (limited to 'lib/kofficeui/KoPartSelectDia.h')
-rw-r--r-- | lib/kofficeui/KoPartSelectDia.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficeui/KoPartSelectDia.h b/lib/kofficeui/KoPartSelectDia.h index f131a857a..6a13084b3 100644 --- a/lib/kofficeui/KoPartSelectDia.h +++ b/lib/kofficeui/KoPartSelectDia.h @@ -43,7 +43,7 @@ public: /** * Constructor. */ - KoPartSelectDia( TQWidget* tqparent = 0, const char* name = 0 ); + KoPartSelectDia( TQWidget* parent = 0, const char* name = 0 ); /** * Retrieves the result of the part selection. @@ -58,7 +58,7 @@ public: * @returns the KoDocumentEntry of the selected KOffice components * or an empty entry. */ - static KoDocumentEntry selectPart( TQWidget *tqparent = 0L ); + static KoDocumentEntry selectPart( TQWidget *parent = 0L ); private slots: void selectionChanged( TQListViewItem * ); |