diff options
author | Timothy Pearson <[email protected]> | 2012-11-17 14:21:59 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-11-17 14:21:59 -0600 |
commit | 381fd1dcdfc205283428ebba6b3bf38324a93ca5 (patch) | |
tree | fc811900ff3619290b1bcb7145cf6391776971be /kcm_gtk/kcmgtk.h | |
parent | a862630a8353b47d09c8a109051c5f194799f905 (diff) | |
download | gtk-qt-engine-381fd1dcdfc205283428ebba6b3bf38324a93ca5.tar.gz gtk-qt-engine-381fd1dcdfc205283428ebba6b3bf38324a93ca5.zip |
Add GTK3 theme configuration support
Diffstat (limited to 'kcm_gtk/kcmgtk.h')
-rw-r--r-- | kcm_gtk/kcmgtk.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kcm_gtk/kcmgtk.h b/kcm_gtk/kcmgtk.h index 4e827b5..dee376b 100644 --- a/kcm_gtk/kcmgtk.h +++ b/kcm_gtk/kcmgtk.h @@ -56,6 +56,9 @@ class KcmGtk: public KCModule // How to name qtk-qt-engines rc-file static const TQString GTK_TQT_RC_FILE; + static const TQString GTK3_INI_DIR; + static const TQString GTK3_INI_FILE; + public: KcmGtk( TQWidget *parent=0, const char *name=0, const TQStringList& = TQStringList() ); ~KcmGtk(); @@ -92,6 +95,7 @@ private: KcmGtkWidget* widget; TQMap<TQString,TQString> themes; + TQMap<TQString,TQString> gtk3Themes; GtkRcParser parser; KAboutData *myAboutData; TQFont font; |