summaryrefslogtreecommitdiffstats
path: root/kppp/logview/monthly.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kppp/logview/monthly.cpp')
-rw-r--r--kppp/logview/monthly.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kppp/logview/monthly.cpp b/kppp/logview/monthly.cpp
index e36a6219..1a6b5a1f 100644
--- a/kppp/logview/monthly.cpp
+++ b/kppp/logview/monthly.cpp
@@ -228,7 +228,7 @@ MonthlyWidget::MonthlyWidget(TQWidget *parent) :
connect(cboConnections, TQT_SIGNAL(activated(int)),
this, TQT_SLOT(slotConnections(int)));
- bbox = new KButtonBox(this, Qt::Vertical);
+ bbox = new KButtonBox(this, TQt::Vertical);
prev = bbox->addButton(i18n("&Prev Month"));
next = bbox->addButton(i18n("&Next Month"));
bbox->addStretch(1);