diff options
author | kh1 <[email protected]> | 2010-10-05 14:18:18 +0200 |
---|---|---|
committer | kh1 <[email protected]> | 2010-10-05 14:53:29 +0200 |
commit | 699e3657a9f00f47701fe5d25458c07f05d22749 (patch) | |
tree | d27cf40fcc09002b2448a1e1eb134648e7e02f19 /src/shared/help/indexwindow.cpp | |
parent | 58865c35b084d8dcf6957984dd474dc35fd16dc1 (diff) |
Replace QToolBars with StyledBar. Remove minimum size constraints.
Reviewed-by: con
Diffstat (limited to 'src/shared/help/indexwindow.cpp')
-rw-r--r-- | src/shared/help/indexwindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/help/indexwindow.cpp b/src/shared/help/indexwindow.cpp index d58188b3f13..03795f65ecd 100644 --- a/src/shared/help/indexwindow.cpp +++ b/src/shared/help/indexwindow.cpp @@ -45,7 +45,6 @@ #include <QtGui/QMenu> #include <QtGui/QContextMenuEvent> #include <QtGui/QListWidgetItem> -#include <QtGui/QToolBar> #include <QtHelp/QHelpEngine> #include <QtHelp/QHelpIndexWidget> |