diff options
Diffstat (limited to 'kate/part/katecodecompletion.h')
| -rw-r--r-- | kate/part/katecodecompletion.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/kate/part/katecodecompletion.h b/kate/part/katecodecompletion.h index 8279d396e..78c68a759 100644 --- a/kate/part/katecodecompletion.h +++ b/kate/part/katecodecompletion.h @@ -46,7 +46,7 @@ class TQVBox; class KateCodeCompletionCommentLabel : public TQLabel { - Q_OBJECT + TQ_OBJECT public: KateCodeCompletionCommentLabel( TQWidget* parent, const TQString& text) : TQLabel( parent, "toolTipTip", @@ -66,7 +66,7 @@ class KateCodeCompletionCommentLabel : public TQLabel class KateCodeCompletion : public TQObject { - Q_OBJECT + TQ_OBJECT friend class KateViewInternal; @@ -116,7 +116,7 @@ class KateCodeCompletion : public TQObject class KateArgHint: public TQFrame { - Q_OBJECT + TQ_OBJECT public: KateArgHint( KateView* =0, const char* =0 ); @@ -160,5 +160,3 @@ class KateArgHint: public TQFrame }; #endif - -// kate: space-indent on; indent-width 2; replace-tabs on; |
