From e6798d7ec0a3b86e412bd67faad24a737a67aa5f Mon Sep 17 00:00:00 2001 From: zecke Date: Mon, 06 Sep 2004 23:51:20 +0000 Subject: Use OKeyConfigWidget/Manager for managing next and prev tab keyboard shortcuts --- (limited to 'noncore/net/opieirc/ircsettings.h') diff --git a/noncore/net/opieirc/ircsettings.h b/noncore/net/opieirc/ircsettings.h index 56e667b..a032aff 100644 --- a/noncore/net/opieirc/ircsettings.h +++ b/noncore/net/opieirc/ircsettings.h @@ -27,6 +27,9 @@ namespace Opie { class OColorButton; +namespace Ui { +class OKeyConfigWidget; +} } class IRCSettings : public QDialog { @@ -45,6 +48,7 @@ protected: Opie::OColorButton *m_server; Opie::OColorButton *m_other; Opie::OColorButton *m_notification; + Opie::Ui::OKeyConfigWidget *m_keyConf; QLineEdit *m_lines; }; -- cgit v0.9.0.2