diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:56:31 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:56:31 -0600 |
| commit | c9cb4f487428aad5d8cda5e3a4b9ad87390d7e54 (patch) | |
| tree | 1ee1912ac4bb966475f0db0f2a78678661b4b4a5 /kugar/lib/mreportengine.h | |
| parent | 94844816550ad672ccfcdc25659c625546239998 (diff) | |
| download | koffice-c9cb4f487428aad5d8cda5e3a4b9ad87390d7e54.tar.gz koffice-c9cb4f487428aad5d8cda5e3a4b9ad87390d7e54.zip | |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 94844816550ad672ccfcdc25659c625546239998.
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 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. |
