summaryrefslogtreecommitdiffstats
path: root/examples/testapp/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/testapp/mainwindow.h')
-rw-r--r--examples/testapp/mainwindow.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/testapp/mainwindow.h b/examples/testapp/mainwindow.h
index 862b5bf0d..301954d5a 100644
--- a/examples/testapp/mainwindow.h
+++ b/examples/testapp/mainwindow.h
@@ -27,8 +27,6 @@
#include <packagemanagercore.h>
#include <settings.h>
-#include <KDUpdater/Application>
-
#include <QtGui/QMainWindow>
class UpdateSettingsDialog;
@@ -50,6 +48,5 @@ private:
UpdateSettingsDialog *m_dialog;
QInstaller::Settings m_settings;
- KDUpdater::Application updaterapp;
QInstaller::PackageManagerCore m_core;
};