diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-03-01 17:57:05 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-03-01 17:57:05 -0500 |
| commit | 4ed55e72070115125732f5125d3da8efd09ffb2b (patch) | |
| tree | 2304593e75b742a7b3d5f8712a6d401fc95cddaa /sigmodr/widgets/AbilityUI.cpp | |
| parent | 70f1be0257f685a2d2fce417ed8dd41ca315168f (diff) | |
Fixed more widgets to use pimpl
Diffstat (limited to 'sigmodr/widgets/AbilityUI.cpp')
| -rw-r--r-- | sigmodr/widgets/AbilityUI.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sigmodr/widgets/AbilityUI.cpp b/sigmodr/widgets/AbilityUI.cpp index ea010e41..97665599 100644 --- a/sigmodr/widgets/AbilityUI.cpp +++ b/sigmodr/widgets/AbilityUI.cpp @@ -29,9 +29,6 @@ #include <KIntNumInput> #include <KLineEdit> -// Qt includes -#include <QtGui/QVBoxLayout> - using namespace Sigcore; using namespace Sigmod; using namespace Sigmodr::CoreWidgets; |
