diff options
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; |