┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/infosidebarpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/infosidebarpage.h')
-rw-r--r--src/infosidebarpage.h9
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;