diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-11-12 14:48:31 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-11-13 09:49:18 +0000 |
commit | f88473c56a718574e3cf45725f568cb4e1397aa4 (patch) | |
tree | fdafcca510f2aa3259b0d7110c71aebf0a841c22 /padmin | |
parent | c814fba439237cb11f5d880eeba4bb8457752f02 (diff) |
convert extension dialog to .ui
Change-Id: I4d938be9e960f421398dd40bbcf1b3cadc643de1
Diffstat (limited to 'padmin')
-rw-r--r-- | padmin/source/progress.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/padmin/source/progress.hxx b/padmin/source/progress.hxx index dcb8a09a90db..a5f383b193b1 100644 --- a/padmin/source/progress.hxx +++ b/padmin/source/progress.hxx @@ -23,8 +23,7 @@ #include "vcl/dialog.hxx" #include "vcl/fixed.hxx" #include "vcl/button.hxx" - -#include "svtools/prgsbar.hxx" +#include "vcl/prgsbar.hxx" namespace padmin { |