diff options
author | onestone <onestone> | 2006-12-19 00:31:09 +0000 |
---|---|---|
committer | onestone <onestone> | 2006-12-19 00:31:09 +0000 |
commit | e44afc75929e20f93ed53bc9880d59d1feb66044 (patch) | |
tree | 33786a03bd64d8b75ae078ccc74da44887e17d20 /kcm/main.h | |
parent | 2f44397a29a96715e919bc5173e7dcfacbd16c78 (diff) | |
download | aquamarine-e44afc75929e20f93ed53bc9880d59d1feb66044.tar.gz aquamarine-e44afc75929e20f93ed53bc9880d59d1feb66044.tar.bz2 |
aquamarine: added aquamarine configuration to the kcontrol module
Diffstat (limited to 'kcm/main.h')
-rw-r--r-- | kcm/main.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -24,7 +24,7 @@ #include <kcmodule.h> - +class QTabWidget; class KCMBeryl: public KCModule { @@ -40,6 +40,8 @@ public: private: + QTabWidget *m_tabs; + }; |