]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/global.h
Merge branch 'release/19.12' of git://anongit.kde.org/dolphin into release/19.12
[dolphin.git] / src / global.h
index fb58036afcc4d96d541186c94bf264c995f9cb43..f203615f1d82bd985f87e21ce803e388fefc11b5 100644 (file)
@@ -22,6 +22,7 @@
 
 #include <QList>
 #include <QUrl>
+#include <QWidget>
 
 namespace Dolphin {
     QList<QUrl> validateUris(const QStringList& uriList);
@@ -52,6 +53,7 @@ namespace Dolphin {
      * TODO: Move this somewhere global to all KDE apps, not just Dolphin
      */
     const int VERTICAL_SPACER_HEIGHT = 18;
+    const int LAYOUT_SPACING_SMALL = 2;
 }
 
 #endif //GLOBAL_H