summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdfinput/pdf-input.h
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-04-18 05:30:50 +0000
committerJohn Smith <removethis.john.q.public@bigmail.com>2012-04-18 05:30:50 +0000
commit2120067e60eabe8918f78f007f7f585ef477abe9 (patch)
treedae175ee42fa9b2b3b282ea49effe3b6da9c6927 /src/extension/internal/pdfinput/pdf-input.h
parentFixed conditional code to avoid unused function warnings. (diff)
downloadinkscape-2120067e60eabe8918f78f007f7f585ef477abe9.tar.gz
inkscape-2120067e60eabe8918f78f007f7f585ef477abe9.zip
Fix for 169888 : Patch for HIG style frames for PDF import dialogs
(bzr r11263)
Diffstat (limited to 'src/extension/internal/pdfinput/pdf-input.h')
-rw-r--r--src/extension/internal/pdfinput/pdf-input.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/extension/internal/pdfinput/pdf-input.h b/src/extension/internal/pdfinput/pdf-input.h
index 7282de322..8334fd2f3 100644
--- a/src/extension/internal/pdfinput/pdf-input.h
+++ b/src/extension/internal/pdfinput/pdf-input.h
@@ -49,6 +49,7 @@ namespace Inkscape {
namespace UI {
namespace Widget {
class SpinButton;
+ class Frame;
}
}
@@ -87,9 +88,7 @@ private:
class Gtk::ComboBoxText * _cropTypeCombo;
class Gtk::HBox * hbox3;
class Gtk::VBox * vbox2;
- class Gtk::Alignment * alignment3;
- class Gtk::Label * _labelPageSettings;
- class Gtk::Frame * _pageSettingsFrame;
+ class Inkscape::UI::Widget::Frame * _pageSettingsFrame;
class Gtk::Label * _labelPrecision;
class Gtk::Label * _labelPrecisionWarning;
class Gtk::HScale * _fallbackPrecisionSlider;
@@ -102,9 +101,7 @@ private:
class Gtk::CheckButton * _localFontsCheck;
class Gtk::CheckButton * _embedImagesCheck;
class Gtk::VBox * vbox3;
- class Gtk::Alignment * alignment4;
- class Gtk::Label * _labelImportSettings;
- class Gtk::Frame * _importSettingsFrame;
+ class Inkscape::UI::Widget::Frame * _importSettingsFrame;
class Gtk::VBox * vbox1;
class Gtk::DrawingArea * _previewArea;
class Gtk::HBox * hbox1;