X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/2ba5c2cfc2cea534cccd860f94a7198530b83594..119f7a3f:/src/settings/additionalinfodialog.h diff --git a/src/settings/additionalinfodialog.h b/src/settings/additionalinfodialog.h index 9048489cc..4197d4794 100644 --- a/src/settings/additionalinfodialog.h +++ b/src/settings/additionalinfodialog.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007 by Peter Penz (peter.penz@gmx.at) * + * Copyright (C) 2007-2012 by Peter Penz * * * * 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,8 +22,8 @@ #include #include +#include -class QCheckBox; /** * @brief Dialog for changing the additional information shown in the view. @@ -42,7 +42,7 @@ private slots: private: QList m_visibleRoles; - QList m_checkBoxes; + QListWidget* m_listWidget; }; #endif