diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-05-05 03:06:23 -0500 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-05-05 03:06:23 -0500 |
| commit | 8cd17f9262dfdace115ce709db21d8d145f2919d (patch) | |
| tree | cfe123e96a29a1054b84874551ecf23e690a7851 /src/tdmtheme.h | |
| parent | 85bc59b82666393359e68a26585eefc25ff7a2ac (diff) | |
| download | tdmtheme-8cd17f9262dfdace115ce709db21d8d145f2919d.tar.gz tdmtheme-8cd17f9262dfdace115ce709db21d8d145f2919d.zip | |
Fix theming support when tdmdistrc file is in use
Provide graphical fedback when theming is not available
Diffstat (limited to 'src/tdmtheme.h')
| -rw-r--r-- | src/tdmtheme.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tdmtheme.h b/src/tdmtheme.h index 6bfdeb8..b04006a 100644 --- a/src/tdmtheme.h +++ b/src/tdmtheme.h @@ -56,6 +56,7 @@ class TDMThemeWidget : public TDECModule { TQPushButton *bInstallTheme; TQPushButton *bRemoveTheme; TQCheckBox *cUseTheme; + TQLabel *sakWarning; ThemeData *defaultTheme; TQString themeDir; |
