diff options
Diffstat (limited to 'kugar/lib/mreportengine.h')
-rw-r--r-- | kugar/lib/mreportengine.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/kugar/lib/mreportengine.h b/kugar/lib/mreportengine.h index 33b651cc..846d0a3a 100644 --- a/kugar/lib/mreportengine.h +++ b/kugar/lib/mreportengine.h @@ -71,7 +71,7 @@ public slots: void slotCancelRendering(); signals: - void signalRendertqStatus( int ); + void signalRenderStatus( int ); void preferedTemplate( const TQString & ); protected: @@ -170,27 +170,27 @@ private: void initData(); void initTemplate(); - /** Sets the main tqlayout attributes for the report */ + /** Sets the main layout attributes for the report */ void setReportAttributes( TQDomNode* report ); int scaleDeltaWidth( int width ) const; int scaleDeltaHeight( int width ) const; - /** Sets the tqlayout attributes for the given report section */ + /** Sets the layout attributes for the given report section */ void setSectionAttributes( MReportSection* section, TQDomNode* report ); - /** Sets the tqlayout attributes for the detail headers and footers */ + /** Sets the layout attributes for the detail headers and footers */ void setDetMiscAttributes( MReportSection* section, TQDomNode* report ); - /** Sets the tqlayout attributes for the detail section */ + /** Sets the layout attributes for the detail section */ void setDetailAttributes( TQDomNode* report ); - /** Sets a line's tqlayout attributes */ + /** Sets a line's layout attributes */ void setLineAttributes( MLineObject* line, TQDomNamedNodeMap* attr ); - /** Sets a label's tqlayout attributes */ + /** Sets a label's layout attributes */ void setLabelAttributes( MLabelObject* label, TQDomNamedNodeMap* attr ); - /** Sets a special field's tqlayout attributes */ + /** Sets a special field's layout attributes */ void setSpecialAttributes( MSpecialObject* field, TQDomNamedNodeMap* attr ); - /** Sets a field's tqlayout attributes */ + /** Sets a field's layout attributes */ void setFieldAttributes( MFieldObject* field, TQDomNamedNodeMap* attr ); - /** Sets a calculated field's tqlayout attributes */ + /** Sets a calculated field's layout attributes */ void setCalculatedFieldAttributes( MCalcObject* field, TQDomNamedNodeMap* attr ); /** Copies member data from one object to another. |