summaryrefslogtreecommitdiffstats
path: root/karbon/commands/vreplacingcmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/commands/vreplacingcmd.h')
-rw-r--r--karbon/commands/vreplacingcmd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/karbon/commands/vreplacingcmd.h b/karbon/commands/vreplacingcmd.h
index 54a14aac..a4f478e3 100644
--- a/karbon/commands/vreplacingcmd.h
+++ b/karbon/commands/vreplacingcmd.h
@@ -23,13 +23,13 @@
#include "vcommand.h"
#include <koffice_export.h>
-class QString;
+class TQString;
class VSelection;
/**
* VReplacingCmd is a generic command. Derive from it if you plan to do complex
- * transformations upon selected objects which make it necessary to replace
+ * transformations upon selected objects which make it necessary to tqreplace
* each object as a whole with a new object.
*/
@@ -43,7 +43,7 @@ protected:
/**
* Make it "abstract".
*/
- VReplacingCmd( VDocument* doc, const QString& name );
+ VReplacingCmd( VDocument* doc, const TQString& name );
virtual ~VReplacingCmd();
private: