diff options
| author | Peter Penz <[email protected]> | 2007-04-09 19:12:54 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-04-09 19:12:54 +0000 |
| commit | c8a4f1fd8d3c9b50e51b7234123b3fbe0b979552 (patch) | |
| tree | c8e29897fa7457cd31ffb51666c7e3cb8a5a2fea /src/infosidebarpage.h | |
| parent | 30161a7b3fe76578f43a61381c98a5ae475ed52a (diff) | |
adapt Dolphin to kdelibs coding style (http://techbase.kde.org/Policies/Kdelibs_Coding_Style) by using:
astyle --indent=spaces=4 --brackets=linux \
--indent-labels --pad=oper --unpad=paren \
--one-line=keep-statements --convert-tabs \
--indent-preprocessor \
`find -type f -name '*.cpp'` `find -type f -name '*.h'`
svn path=/trunk/KDE/kdebase/apps/; revision=651981
Diffstat (limited to 'src/infosidebarpage.h')
| -rw-r--r-- | src/infosidebarpage.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/infosidebarpage.h b/src/infosidebarpage.h index cd233b6ef..62d0ac1cb 100644 --- a/src/infosidebarpage.h +++ b/src/infosidebarpage.h @@ -33,8 +33,9 @@ #include <kdesktopfileactions.h> #include <kvbox.h> -namespace KIO { - class Job; +namespace KIO +{ +class Job; } class QPixmap; @@ -54,7 +55,7 @@ class MetaDataWidget; */ class InfoSidebarPage : public SidebarPage { - Q_OBJECT + Q_OBJECT public: explicit InfoSidebarPage(QWidget* parent = 0); @@ -139,7 +140,7 @@ private: QTimer* m_timer; KUrl m_shownUrl; KUrl m_urlCandidate; - KFileItemList m_currentSelection; + KFileItemList m_currentSelection; PixmapViewer* m_preview; QLabel* m_name; |
