diff options
Diffstat (limited to 'kspread/KSpreadLayoutIface.h')
-rw-r--r-- | kspread/KSpreadLayoutIface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kspread/KSpreadLayoutIface.h b/kspread/KSpreadLayoutIface.h index c4231032..84de8ac4 100644 --- a/kspread/KSpreadLayoutIface.h +++ b/kspread/KSpreadLayoutIface.h @@ -95,7 +95,7 @@ k_dcop: //don't print text virtual void setDontPrintText ( bool _b); private: - Format *tqlayout; + Format *layout; }; } //namespace KSpread |