summaryrefslogtreecommitdiffstats
path: root/cervisia/watchersdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cervisia/watchersdlg.cpp')
-rw-r--r--cervisia/watchersdlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cervisia/watchersdlg.cpp b/cervisia/watchersdlg.cpp
index afe9e7a3..d8427f82 100644
--- a/cervisia/watchersdlg.cpp
+++ b/cervisia/watchersdlg.cpp
@@ -37,7 +37,7 @@ WatchersDialog::WatchersDialog(KConfig& cfg, TQWidget* parent, const char* name)
{
TQFrame* mainWidget = makeMainWidget();
- TQBoxLayout *tqlayout = new TQVBoxLayout(mainWidget, 0, spacingHint());
+ TQBoxLayout *layout = new TQVBoxLayout(mainWidget, 0, spacingHint());
table = new TQTable(mainWidget, "watchersTable");
table->setNumCols(5);
@@ -57,7 +57,7 @@ WatchersDialog::WatchersDialog(KConfig& cfg, TQWidget* parent, const char* name)
header->setLabel(3, i18n("Unedit"));
header->setLabel(4, i18n("Commit"));
- tqlayout->addWidget(table, 1);
+ layout->addWidget(table, 1);
setWFlags(TQt::WDestructiveClose | getWFlags());