summaryrefslogtreecommitdiffstats
path: root/filters/olefilters/olefilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'filters/olefilters/olefilter.h')
-rw-r--r--filters/olefilters/olefilter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/filters/olefilters/olefilter.h b/filters/olefilters/olefilter.h
index f8c6203d..2759ea50 100644
--- a/filters/olefilters/olefilter.h
+++ b/filters/olefilters/olefilter.h
@@ -43,7 +43,7 @@ public:
public slots:
void commSlotDelayStream( const char* delay );
- void commSlotShapeID( unsigned int& tqshapeID );
+ void commSlotShapeID( unsigned int& shapeID );
protected slots:
// This slot saves the document informations to the KOffice tar storage.
@@ -100,7 +100,7 @@ protected slots:
signals:
// Forwarding signals for inter-filter communication
- void internalCommShapeID( unsigned int& tqshapeID );
+ void internalCommShapeID( unsigned int& shapeID );
void internalCommDelayStream( const char* delay );
private: