diff options
Diffstat (limited to 'kipi-plugins/gpssync/kmlexportconfig.cpp')
-rw-r--r-- | kipi-plugins/gpssync/kmlexportconfig.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kipi-plugins/gpssync/kmlexportconfig.cpp b/kipi-plugins/gpssync/kmlexportconfig.cpp index f885f77..10602d8 100644 --- a/kipi-plugins/gpssync/kmlexportconfig.cpp +++ b/kipi-plugins/gpssync/kmlexportconfig.cpp @@ -59,13 +59,13 @@ namespace KIPIGPSSyncPlugin { /* - * Constructs a KIPIKMLExport::KMLExportConfig which is a child of 'tqparent', with the + * Constructs a KIPIKMLExport::KMLExportConfig which is a child of 'parent', with the * name 'name'.' */ -KMLExportConfig::KMLExportConfig( TQWidget* tqparent, const char* name) +KMLExportConfig::KMLExportConfig( TQWidget* parent, const char* name) : KDialogBase(Plain, i18n("KML Export"), Help|Ok|Cancel, Ok, - tqparent, 0, true, false) + parent, 0, true, false) { if ( !name ) setName( "KMLExportConfig" ); tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, |