#include "applyviewpropsjob.h"
#include "viewproperties.h"
-#include <QLabel>
-#include <QProgressBar>
-#include <QTimer>
-#include <QVBoxLayout>
+#include <QtGui/QLabel>
+#include <QtGui/QProgressBar>
+#include <QtCore/QTimer>
+#include <QtGui/QBoxLayout>
#include <assert.h>
#include <klocale.h>
QWidget* main = new QWidget();
QVBoxLayout* topLayout = new QVBoxLayout();
- m_label = new QLabel(i18n("Counting folders: %1", 0), main);
+ m_label = new QLabel(i18nc("@info:progress", "Counting folders: %1", 0), main);
m_progressBar = new QProgressBar(main);
m_progressBar->setMinimum(0);
m_progressBar->setMaximum(0);