diff options
Diffstat (limited to 'korganizer/importdialog.cpp')
-rw-r--r-- | korganizer/importdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/importdialog.cpp b/korganizer/importdialog.cpp index 9d5735101..aa93e34f8 100644 --- a/korganizer/importdialog.cpp +++ b/korganizer/importdialog.cpp @@ -46,11 +46,11 @@ ImportDialog::ImportDialog( const KURL &url, TQWidget *tqparent, bool isPart ) TQVBoxLayout *topLayout = new TQVBoxLayout( topFrame, 0, spacingHint() ); TQString txt = i18n("Import calendar/event at '%1' into KOrganizer.") - .arg( mUrl.prettyURL() ); + .tqarg( mUrl.prettyURL() ); topLayout->addWidget( new TQLabel( txt, topFrame ) ); - TQButtonGroup *radioBox = new TQButtonGroup( 1, Horizontal, topFrame ); + TQButtonGroup *radioBox = new TQButtonGroup( 1, Qt::Horizontal, topFrame ); radioBox->setFlat( true ); topLayout->addWidget( radioBox ); |