diff options
Diffstat (limited to 'kate/part/katecodecompletion.h')
-rw-r--r-- | kate/part/katecodecompletion.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kate/part/katecodecompletion.h b/kate/part/katecodecompletion.h index 34d620599..a8c4e5afe 100644 --- a/kate/part/katecodecompletion.h +++ b/kate/part/katecodecompletion.h @@ -44,7 +44,7 @@ class KateCCListBox; class TQLayout; class TQVBox; -class KateCodeCompletionCommentLabel : public QLabel +class KateCodeCompletionCommentLabel : public TQLabel { Q_OBJECT @@ -57,14 +57,14 @@ class KateCodeCompletionCommentLabel : public QLabel setAutoMask( false ); setFrameStyle( TQFrame::Plain | TQFrame::Box ); setLineWidth( 1 ); - setAlignment( AlignAuto | AlignTop ); + tqsetAlignment( AlignAuto | AlignTop ); polish(); setText(text); adjustSize(); } }; -class KateCodeCompletion : public QObject +class KateCodeCompletion : public TQObject { Q_OBJECT @@ -114,7 +114,7 @@ class KateCodeCompletion : public QObject KateCodeCompletionCommentLabel* m_commentLabel; }; -class KateArgHint: public QFrame +class KateArgHint: public TQFrame { Q_OBJECT |