diff options
author | Daniel Burrows <dburrows@debian.org> | 2007-11-15 18:38:53 -0800 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2007-11-15 18:38:53 -0800 |
commit | 783df0ae5738ebeaada0317ed03d6ca13b3ff3ce (patch) | |
tree | f2faafaa1ef199545dc927785af52c86410e8033 /src/pkg_item.h | |
parent | 9c25c87595a03fe5501ecfe5836ebec43497c8e9 (diff) | |
download | aptitude-783df0ae5738ebeaada0317ed03d6ca13b3ff3ce.tar.gz |
Uniformly rename style to cwidget::style in headers.
Diffstat (limited to 'src/pkg_item.h')
-rw-r--r-- | src/pkg_item.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pkg_item.h b/src/pkg_item.h index e5a78ee7..86a32870 100644 --- a/src/pkg_item.h +++ b/src/pkg_item.h @@ -80,10 +80,10 @@ public: bool dispatch_key(const cwidget::config::key &k, cwidget::widgets::tree *owner); void dispatch_mouse(short id, int x, mmask_t bstate, cwidget::widgets::tree *owner); - /** Returns the style that would be used to display the given + /** Returns the cwidget::style that would be used to display the given * package. * - * \param package the package to generate a style for + * \param package the package to generate a cwidget::style for * \param highlighted if \b true, the package is highlighted */ static cwidget::style pkg_style(pkgCache::PkgIterator package, bool highlighted); |