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