From d98ac69310a72305fb3d567bb2512e3cff0d0c01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arto=20Hyt=C3=B6nen?= Date: Tue, 21 Aug 2007 07:02:04 +0000 Subject: [PATCH] a lot of i18n tags and other small krazy issues fixed, nothing major svn path=/trunk/KDE/kdebase/apps/konsole/; revision=702784 --- src/EditProfileDialog.h | 6 +++--- src/Part.h | 2 +- src/ProfileList.h | 6 +++--- src/ProfileListWidget.h | 6 +++--- src/Pty.h | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/EditProfileDialog.h b/src/EditProfileDialog.h index 746cb43d..4a592761 100644 --- a/src/EditProfileDialog.h +++ b/src/EditProfileDialog.h @@ -17,8 +17,8 @@ 02110-1301 USA. */ -#ifndef EDITSESSIONDIALOG_H -#define EDITSESSIONDIALOG_H +#ifndef EDITPROFILEDIALOG_H +#define EDITPROFILEDIALOG_H // Qt #include @@ -272,5 +272,5 @@ public: }; } -#endif // EDITSESSIONDIALOG_H +#endif // EDITPROFILEDIALOG_H diff --git a/src/Part.h b/src/Part.h index 10158552..5ea2286e 100644 --- a/src/Part.h +++ b/src/Part.h @@ -57,7 +57,7 @@ Q_OBJECT Q_INTERFACES(TerminalInterface) public: /** Constructs a new Konsole part with the specified parent. */ - Part(QWidget* parentWidget , QObject* parent = 0); + explicit Part(QWidget* parentWidget , QObject* parent = 0); virtual ~Part(); /** Reimplemented from TerminalInterface. */ diff --git a/src/ProfileList.h b/src/ProfileList.h index f1cd8059..d39bd271 100644 --- a/src/ProfileList.h +++ b/src/ProfileList.h @@ -17,8 +17,8 @@ 02110-1301 USA. */ -#ifndef SESSIONLIST_H -#define SESSIONLIST_H +#ifndef PROFILELIST_H +#define PROFILELIST_H #include #include @@ -95,4 +95,4 @@ private: } -#endif +#endif // PROFILELIST_H diff --git a/src/ProfileListWidget.h b/src/ProfileListWidget.h index 97418c03..297708c6 100644 --- a/src/ProfileListWidget.h +++ b/src/ProfileListWidget.h @@ -17,8 +17,8 @@ 02110-1301 USA. */ -#ifndef SESSIONLISTWIDGET_H -#define SESSIONLISTWIDGET_H +#ifndef PROFILELISTWIDGET_H +#define PROFILELISTWIDGET_H // Qt #include @@ -54,4 +54,4 @@ public: const QModelIndex& index) const; };*/ -#endif // SESSIONLISTWIDGET_H +#endif // PROFILELISTWIDGET_H diff --git a/src/Pty.h b/src/Pty.h index b5d6b36c..f5426e12 100644 --- a/src/Pty.h +++ b/src/Pty.h @@ -74,7 +74,7 @@ Q_OBJECT * @param program Path to the program to start * @param arguments Arguments to pass to the program being started * @param environment A list of key=value pairs which will be added - * to the environemnt for the new process. At the very least this + * to the environment for the new process. At the very least this * should include an assignment for the TERM environment variable. * @param winid Specifies the value of the WINDOWID environment variable * in the process's environment. -- GitLab