summaryrefslogtreecommitdiffstats
path: root/ksysv/Properties.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksysv/Properties.cpp')
-rw-r--r--ksysv/Properties.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksysv/Properties.cpp b/ksysv/Properties.cpp
index 6b7b378..96e0ebf 100644
--- a/ksysv/Properties.cpp
+++ b/ksysv/Properties.cpp
@@ -54,7 +54,7 @@ KSVServicesPage::KSVServicesPage (KSVData& data, KPropertiesDialog* props)
ksv::getServiceDescription (data.filename(), text);
mDesc = new TQTextView (TQString("<p>%1</p>").arg (text), TQString(), desc);
- TQButtonGroup* buttons = new TQButtonGroup (1,Qt::Vertical, i18n ("Actions"), mPage);
+ TQButtonGroup* buttons = new TQButtonGroup (1,TQt::Vertical, i18n ("Actions"), mPage);
TQPushButton* b = new TQPushButton (i18n ("&Edit"), buttons);
connect (b, TQT_SIGNAL (clicked()), props, TQT_SLOT (doEdit()));