From b51d88d7b0b517b71ae3b59d8228335f38ca9fc7 Mon Sep 17 00:00:00 2001 From: zecke Date: Tue, 13 Apr 2004 14:53:58 +0000 Subject: Split the KeyConfig Manager and Widget into Ui and Core parts Adjust the only user... Don't add a 2nd example to core but mention the one for the classes in opieui/okeyconfigwidget --- (limited to 'noncore/graphics/opie-eye/gui/imageview.h') diff --git a/noncore/graphics/opie-eye/gui/imageview.h b/noncore/graphics/opie-eye/gui/imageview.h index f61c93f..87e2b32 100644 --- a/noncore/graphics/opie-eye/gui/imageview.h +++ b/noncore/graphics/opie-eye/gui/imageview.h @@ -7,8 +7,6 @@ namespace Opie { namespace Core { class OConfig; - } - namespace Ui { class OKeyConfigManager; } } @@ -24,7 +22,7 @@ class ImageView:public ImageScrollView public: ImageView(Opie::Core::OConfig *cfg, QWidget* parent, const char* name = 0, WFlags fl = 0 ); virtual ~ImageView(); - Opie::Ui::OKeyConfigManager* manager(); + Opie::Core::OKeyConfigManager* manager(); signals: void dispImageInfo(const QString&); @@ -32,7 +30,7 @@ signals: protected: Opie::Core::OConfig * m_cfg; - Opie::Ui::OKeyConfigManager*m_viewManager; + Opie::Core::OKeyConfigManager*m_viewManager; void initKeys(); protected slots: virtual void slotShowImageInfo(); -- cgit v0.9.0.2