From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libkcal/confirmsavedialog.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'libkcal/confirmsavedialog.cpp') diff --git a/libkcal/confirmsavedialog.cpp b/libkcal/confirmsavedialog.cpp index ce2bb0f40..9b7f4d31d 100644 --- a/libkcal/confirmsavedialog.cpp +++ b/libkcal/confirmsavedialog.cpp @@ -23,22 +23,22 @@ #include #include -#include -#include -#include +#include +#include +#include using namespace KCal; -ConfirmSaveDialog::ConfirmSaveDialog( const QString &destination, - QWidget *parent, const char *name ) +ConfirmSaveDialog::ConfirmSaveDialog( const TQString &destination, + TQWidget *parent, const char *name ) : KDialogBase( parent, name, true, i18n("Confirm Save"), Ok | Cancel ) { - QFrame *topFrame = makeMainWidget(); + TQFrame *topFrame = makeMainWidget(); - QBoxLayout *topLayout = new QVBoxLayout( topFrame ); + TQBoxLayout *topLayout = new TQVBoxLayout( topFrame ); topLayout->setSpacing( spacingHint() ); - QLabel *label = new QLabel( + TQLabel *label = new TQLabel( i18n("You have requested to save the following objects to '%1':") .arg( destination ), topFrame ); topLayout->addWidget( label ); @@ -52,7 +52,7 @@ ConfirmSaveDialog::ConfirmSaveDialog( const QString &destination, } void ConfirmSaveDialog::addIncidences( const Incidence::List &incidences, - const QString &operation ) + const TQString &operation ) { Incidence::List::ConstIterator it; for( it = incidences.begin(); it != incidences.end(); ++it ) { -- cgit v1.2.1