summaryrefslogtreecommitdiffstats
path: root/src/cardwidget.h
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2009-03-18 21:01:03 +0000
committerColin Guthrie <cguthrie@mandriva.org>2009-03-18 21:01:03 +0000
commitc4208bfd8ed9570116ea00c76a7b78b6f20e00b7 (patch)
tree75e7fc8a96fddb9d9c92f9b7cf08fbdf3f1dde39 /src/cardwidget.h
parentc6b73de3084f7996e5060872662de12e3ebbd544 (diff)
Use C style comments as per Lennart's fetish :p
Diffstat (limited to 'src/cardwidget.h')
-rw-r--r--src/cardwidget.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cardwidget.h b/src/cardwidget.h
index bca22c1..d420c83 100644
--- a/src/cardwidget.h
+++ b/src/cardwidget.h
@@ -46,7 +46,7 @@ public:
protected:
virtual void onProfileChange();
- //Tree model columns:
+ /* Tree model columns */
class ModelColumns : public Gtk::TreeModel::ColumnRecord
{
public:
@@ -60,7 +60,6 @@ protected:
ModelColumns profileModel;
- //Child widgets:
Gtk::ComboBox *profileList;
Glib::RefPtr<Gtk::ListStore> treeModel;
};