diff options
Diffstat (limited to 'src/settings/additionalinfodialog.h')
| -rw-r--r-- | src/settings/additionalinfodialog.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/settings/additionalinfodialog.h b/src/settings/additionalinfodialog.h index 9048489cc..dd51768e5 100644 --- a/src/settings/additionalinfodialog.h +++ b/src/settings/additionalinfodialog.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007 by Peter Penz ([email protected]) * + * Copyright (C) 2007-2012 by Peter Penz <[email protected]> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -22,6 +22,7 @@ #include <KDialog> #include <QList> +#include <QListWidget> class QCheckBox; @@ -42,7 +43,7 @@ private slots: private: QList<QByteArray> m_visibleRoles; - QList<QCheckBox*> m_checkBoxes; + QListWidget* m_listWidget; }; #endif |
