diff options
Diffstat (limited to 'filters/kspread/opencalc')
-rw-r--r-- | filters/kspread/opencalc/opencalcexport.h | 2 | ||||
-rw-r--r-- | filters/kspread/opencalc/opencalcimport.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/filters/kspread/opencalc/opencalcexport.h b/filters/kspread/opencalc/opencalcexport.h index 837e49343..2cbfe5c7f 100644 --- a/filters/kspread/opencalc/opencalcexport.h +++ b/filters/kspread/opencalc/opencalcexport.h @@ -39,7 +39,7 @@ class Sheet; class OpenCalcExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kspread/opencalc/opencalcimport.h b/filters/kspread/opencalc/opencalcimport.h index aa6ad89c1..cdb04ed28 100644 --- a/filters/kspread/opencalc/opencalcimport.h +++ b/filters/kspread/opencalc/opencalcimport.h @@ -41,7 +41,7 @@ class Validity; class OpenCalcImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: OpenCalcImport( KoFilter * parent, const char * name, const TQStringList & ); |