summaryrefslogtreecommitdiff
path: root/core/settings/launcher/tabdialog.h
authorsandman <sandman>2002-09-25 23:11:05 (UTC)
committer sandman <sandman>2002-09-25 23:11:05 (UTC)
commit0c6ce9f1600bf1efb7736f87fd14dd8215db851f (patch) (unidiff)
tree13d1367dc79a64d44ef83f57259e04a0be099f8c /core/settings/launcher/tabdialog.h
parentbdbd20a9a0415e2284e21923ed03d4ca3f6615e8 (diff)
downloadopie-0c6ce9f1600bf1efb7736f87fd14dd8215db851f.zip
opie-0c6ce9f1600bf1efb7736f87fd14dd8215db851f.tar.gz
opie-0c6ce9f1600bf1efb7736f87fd14dd8215db851f.tar.bz2
load and save of tab settings works now -- bg image still missing
Diffstat (limited to 'core/settings/launcher/tabdialog.h') (more/less context) (show whitespace changes)
-rw-r--r--core/settings/launcher/tabdialog.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/settings/launcher/tabdialog.h b/core/settings/launcher/tabdialog.h
index d602573..e1935fd 100644
--- a/core/settings/launcher/tabdialog.h
+++ b/core/settings/launcher/tabdialog.h
@@ -16,4 +16,7 @@ public:
16 virtual ~TabDialog ( ); 16 virtual ~TabDialog ( );
17 17
18public slots:
19 virtual void accept ( );
20
18protected slots: 21protected slots:
19 void iconSizeClicked ( int ); 22 void iconSizeClicked ( int );
@@ -35,4 +38,6 @@ private:
35 38
36 QButtonGroup *m_bgtype; 39 QButtonGroup *m_bgtype;
40
41 TabConfig &m_tc;
37}; 42};
38 43