summaryrefslogtreecommitdiff
path: root/core/settings/launcher/tabdialog.h
Unidiff
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
@@ -15,6 +15,9 @@ public:
15 TabDialog ( const QPixmap *tabicon, const QString &tabname, TabConfig &cfg, QWidget *parent = 0, const char *name = 0, bool modal = false, WFlags = 0 ); 15 TabDialog ( const QPixmap *tabicon, const QString &tabname, TabConfig &cfg, QWidget *parent = 0, const char *name = 0, bool modal = false, WFlags = 0 );
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 );
20 void fontClicked ( const QFont & ); 23 void fontClicked ( const QFont & );
@@ -34,6 +37,8 @@ private:
34 OColorButton *m_solidcolor; 37 OColorButton *m_solidcolor;
35 38
36 QButtonGroup *m_bgtype; 39 QButtonGroup *m_bgtype;
40
41 TabConfig &m_tc;
37}; 42};
38 43
39 44