summaryrefslogtreecommitdiffstats
path: root/libkcal/confirmsavedialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal/confirmsavedialog.cpp')
-rw-r--r--libkcal/confirmsavedialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkcal/confirmsavedialog.cpp b/libkcal/confirmsavedialog.cpp
index 29834148..0b193058 100644
--- a/libkcal/confirmsavedialog.cpp
+++ b/libkcal/confirmsavedialog.cpp
@@ -23,7 +23,7 @@
#include <klistview.h>
#include <klocale.h>
-#include <tqlayout.h>
+#include <layout.h>
#include <tqframe.h>
#include <tqlabel.h>
@@ -40,7 +40,7 @@ ConfirmSaveDialog::ConfirmSaveDialog( const TQString &destination,
TQLabel *label = new TQLabel(
i18n("You have requested to save the following objects to '%1':")
- .tqarg( destination ), topFrame );
+ .arg( destination ), topFrame );
topLayout->addWidget( label );
mListView = new KListView( topFrame );