summaryrefslogtreecommitdiffstats
path: root/krec/krecglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'krec/krecglobal.h')
-rw-r--r--krec/krecglobal.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/krec/krecglobal.h b/krec/krecglobal.h
index e0733022..4cb57681 100644
--- a/krec/krecglobal.h
+++ b/krec/krecglobal.h
@@ -26,7 +26,7 @@ class KStatusBar;
class KRecExportItem;
class KRecGlobal : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
private:
KRecGlobal( TQObject* =0, const char* =0 );
@@ -94,5 +94,3 @@ private:
};
#endif
-
-// vim:sw=4:ts=4