From 8535c2f36544727e24483b8c9b963f9bd163ad6a Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Sun, 28 Aug 2005 22:37:14 +0000 Subject: Fix linking of kpsion. Fix English in several places. Add USB serial ports to list of ports. Use new names of various KDE headers. --- kde2/kpsion/setupdialog.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kde2/kpsion/setupdialog.cpp') diff --git a/kde2/kpsion/setupdialog.cpp b/kde2/kpsion/setupdialog.cpp index 66796b1..8225f84 100644 --- a/kde2/kpsion/setupdialog.cpp +++ b/kde2/kpsion/setupdialog.cpp @@ -27,14 +27,14 @@ #include "kpsionconfig.h" #include "setupdialog.h" -#include +#include #include #include #include #include #include #include -#include +#include #include #include @@ -523,7 +523,7 @@ checkBackupDir(QString &dir) { QDir d(dir); if (!d.exists()) { if (KMessageBox::questionYesNo(this, - i18n("The folder %1 does not exist.
Shall it be created?
").arg(dir)) == KMessageBox::No) { + i18n("The folder %1 does not exist.
Should it be created?
").arg(dir)) == KMessageBox::No) { bdirLabel->setText(tmp); return false; } -- cgit v1.2.3