diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-11 20:54:53 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-11 20:54:53 +0000 |
| commit | 88751013c436beeb04e6f3d51cc6a8c3efdf55f3 (patch) | |
| tree | 57e714523079597e34d37bfacf83f27fcdd01447 /src/ui/widget/unit-menu.h | |
| parent | Get rid of deprecated gtk_marshal_* and some old GtkComboBox API (diff) | |
| download | inkscape-88751013c436beeb04e6f3d51cc6a8c3efdf55f3.tar.gz inkscape-88751013c436beeb04e6f3d51cc6a8c3efdf55f3.zip | |
Replace old ComboText with Gtk::ComboBoxText
(bzr r10960)
Diffstat (limited to 'src/ui/widget/unit-menu.h')
| -rw-r--r-- | src/ui/widget/unit-menu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/widget/unit-menu.h b/src/ui/widget/unit-menu.h index 61e93bd65..142b11186 100644 --- a/src/ui/widget/unit-menu.h +++ b/src/ui/widget/unit-menu.h @@ -10,7 +10,7 @@ #ifndef INKSCAPE_UI_WIDGET_UNIT_H #define INKSCAPE_UI_WIDGET_UNIT_H -#include "combo-text.h" +#include <gtkmm/comboboxtext.h> #include "util/units.h" using namespace Inkscape::Util; @@ -22,7 +22,7 @@ namespace Widget { /** * A drop down menu for choosing unit types. */ -class UnitMenu : public ComboText +class UnitMenu : public Gtk::ComboBoxText { public: |
