summaryrefslogtreecommitdiffstats
path: root/kbabel/kbabel/commentview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbabel/kbabel/commentview.cpp')
-rw-r--r--kbabel/kbabel/commentview.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/kbabel/kbabel/commentview.cpp b/kbabel/kbabel/commentview.cpp
index e8a2e286..44a049dc 100644
--- a/kbabel/kbabel/commentview.cpp
+++ b/kbabel/kbabel/commentview.cpp
@@ -35,11 +35,11 @@
#include "commentview.h"
-#include <layout.h>
+#include <tqlayout.h>
#include <tqlabel.h>
#include <tqwhatsthis.h>
#include <tqdragobject.h>
-#include <textview.h>
+#include <tqtextview.h>
#include <kapplication.h>
#include <kconfig.h>
@@ -67,7 +67,7 @@ CommentView::CommentView(KBCatalog* catalog,TQWidget *parent, Project::Ptr proje
{
setAcceptDrops(true);
- TQVBoxLayout* layout=new TQVBoxLayout(this);
+ TQVBoxLayout* tqlayout=new TQVBoxLayout(this);
commentEdit = new MsgMultiLineEdit(0, 0, this);
commentEdit->setMinimumHeight(50);
@@ -77,12 +77,12 @@ CommentView::CommentView(KBCatalog* catalog,TQWidget *parent, Project::Ptr proje
TQLabel* label=new TQLabel(commentEdit,i18n("&Comment:"),this);
- TQHBoxLayout* hb=new TQHBoxLayout(layout);
+ TQHBoxLayout* hb=new TQHBoxLayout(tqlayout);
hb->addSpacing(KDialog::marginHint());
hb->addWidget(label);
- layout->addWidget(commentEdit);
- layout->setStretchFactor(commentEdit,1);
+ tqlayout->addWidget(commentEdit);
+ tqlayout->setStretchFactor(commentEdit,1);
TQWhatsThis::add(this,
i18n("<qt><p><b>Comment Editor</b></p>\n\