From 7a29e58a3b372f642c68c58ebc056373443637c5 Mon Sep 17 00:00:00 2001 From: Willem Liu Date: Wed, 22 Sep 2010 23:40:24 +0200 Subject: [PATCH] Fixed include. --- debian/changelog | 2 +- easylist.pro.user | 20 ++++++++++---------- src/slidewidget.h | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index df2c26a..4f0da9c 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ easylist (0.3.5) unstable; urgency=low - * Button added for unchecking all checked items. + * Significantly changed the source code. Divided in multiple classes. Using QStackedWidget now for the multiple views. Added uncheck all button. -- Willem Liu Tue, 07 Sep 2010 13:56:12 +0200 diff --git a/easylist.pro.user b/easylist.pro.user index 4877f30..1ca2364 100755 --- a/easylist.pro.user +++ b/easylist.pro.user @@ -2,7 +2,7 @@ ProjectExplorer.Project.ActiveTarget - 0 + 1 ProjectExplorer.Project.EditorSettings @@ -46,7 +46,7 @@ Debug Qt4ProjectManager.Qt4BuildConfiguration 2 - C:/dev/cpp/easylist-0.3.4-build-desktop + C:/dev/cpp/easylist-0.3.5-build-desktop 20 2 false @@ -80,7 +80,7 @@ Release Qt4ProjectManager.Qt4BuildConfiguration 0 - C:/dev/cpp/easylist-0.3.4-build-desktop + C:/dev/cpp/easylist-0.3.5-build-desktop 20 2 true @@ -148,7 +148,7 @@ Debug Qt4ProjectManager.Qt4BuildConfiguration 2 - C:/dev/cpp/easylist-0.3.4 + C:/dev/cpp/easylist-0.3.5 27 9 false @@ -171,11 +171,11 @@ Qt4ProjectManager.MaemoPackageCreationStep - C:/dev/cpp/easylist-0.3.4/src/easylist.desktop - C:/dev/cpp/easylist-0.3.4/src/data/26x26/easylist.png - C:/dev/cpp/easylist-0.3.4/src/data/40x40/easylist.png - C:/dev/cpp/easylist-0.3.4/src/data/48x48/easylist.png - C:/dev/cpp/easylist-0.3.4/src/data/64x64/easylist.png + C:/dev/cpp/easylist-0.3.5/src/easylist.desktop + C:/dev/cpp/easylist-0.3.5/src/data/26x26/easylist.png + C:/dev/cpp/easylist-0.3.5/src/data/40x40/easylist.png + C:/dev/cpp/easylist-0.3.5/src/data/48x48/easylist.png + C:/dev/cpp/easylist-0.3.5/src/data/64x64/easylist.png false /opt/easylist/bin/easylist @@ -204,7 +204,7 @@ Release Qt4ProjectManager.Qt4BuildConfiguration 0 - C:/dev/cpp/easylist-0.3.4 + C:/dev/cpp/easylist-0.3.5 27 9 false diff --git a/src/slidewidget.h b/src/slidewidget.h index 582c7cb..e219ceb 100755 --- a/src/slidewidget.h +++ b/src/slidewidget.h @@ -8,7 +8,7 @@ #include #include #include -#include +#include class SlideWidget : public QWidget { -- 1.7.9.5