]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/settings/additionalinfodialog.h
Fix for crash which was introduced by commit
[dolphin.git] / src / settings / additionalinfodialog.h
index 9048489ccca98aa37c9c2c4957bf93a5fa571844..4197d4794da06e016420ef3b9b2011967c1232bd 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2007 by Peter Penz (peter.penz@gmx.at)                  *
+ *   Copyright (C) 2007-2012 by Peter Penz <peter.penz19@gmail.com>        *
  *                                                                         *
  *   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 <KDialog>
 #include <QList>
+#include <QListWidget>
 
-class QCheckBox;
 
 /**
  * @brief Dialog for changing the additional information shown in the view.
@@ -42,7 +42,7 @@ private slots:
 
 private:
     QList<QByteArray> m_visibleRoles;
-    QList<QCheckBox*> m_checkBoxes;
+    QListWidget* m_listWidget;
 };
 
 #endif