diff options
Diffstat (limited to 'buildtools/pascal/service.cpp')
-rw-r--r-- | buildtools/pascal/service.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/pascal/service.cpp b/buildtools/pascal/service.cpp index ea3846b2..b49274ea 100644 --- a/buildtools/pascal/service.cpp +++ b/buildtools/pascal/service.cpp @@ -34,7 +34,7 @@ void ServiceComboBox::insertStringList(TQComboBox *combo, const TQValueList<KSer TQString ServiceComboBox::currentText(TQComboBox *combo, const TQStringList &names) { if (combo->currentItem() == -1) - return TQString::null; + return TQString(); return names[combo->currentItem()]; } |