┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/viewproperties.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-05-19 19:45:17 +0000
committerPeter Penz <[email protected]>2010-05-19 19:45:17 +0000
commit79b6fe610f51c3cfe7f6b6cbc1af7a934363840a (patch)
tree5f964ffed6159fc61a69fb3fbbbff4ccbdd2eef1 /src/viewproperties.h
parentb7f2464709f5b5a9c89316252063c0d81f52da24 (diff)
SVN_SILENT: Minor coding style and format cleanups. No change of behavior has been done.
svn path=/trunk/KDE/kdebase/apps/; revision=1128629
Diffstat (limited to 'src/viewproperties.h')
-rw-r--r--src/viewproperties.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/viewproperties.h b/src/viewproperties.h
index c1fa19162..517947022 100644
--- a/src/viewproperties.h
+++ b/src/viewproperties.h
@@ -1,6 +1,6 @@
/***************************************************************************
- * Copyright (C) 2006 by Peter Penz (<[email protected]>) *
- * Copyright (C) 2006 by Aaron J. Seigo (<[email protected]>) *
+ * Copyright (C) 2006-2010 by Peter Penz <[email protected]> *
+ * Copyright (C) 2006 by Aaron J. Seigo <[email protected]> *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -156,7 +156,7 @@ private:
private:
bool m_changedProps;
bool m_autoSave;
- QString m_filepath;
+ QString m_filePath;
ViewPropertySettings* m_node;
};