summaryrefslogtreecommitdiffstats
path: root/kbarcode/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbarcode/commands.h')
-rw-r--r--kbarcode/commands.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbarcode/commands.h b/kbarcode/commands.h
index 62b2f4e..7322360 100644
--- a/kbarcode/commands.h
+++ b/kbarcode/commands.h
@@ -53,7 +53,7 @@ class TokenProvider;
// Stuff for undo redo
class CommandUtils : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
public:
CommandUtils(TCanvasItem* item);
@@ -81,7 +81,7 @@ class CommandUtils : public TQObject {
* @author Dominik Seichter
*/
class NewItemCommand : public TQObject, public KCommand {
- Q_OBJECT
+ TQ_OBJECT
public:
NewItemCommand( MyCanvasView* view, const TQString & name );