diff options
author | Chris <xchrisx@uber.space> | 2019-07-17 23:27:31 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-07-21 19:17:02 +0200 |
commit | ab1c971196c5b129e5c71544b16db5a016d69405 (patch) | |
tree | c782c3fa9d50d3f1c0566c64421e5ed108a980ed /tdeio/kssl | |
parent | 9a830d4d8b3c272ba17e3281c5812c8323492a3d (diff) | |
download | tdelibs-ab1c971196c5b129e5c71544b16db5a016d69405.tar.gz tdelibs-ab1c971196c5b129e5c71544b16db5a016d69405.zip |
Fix remaining brandings in tdelibs and adopt to modern age.
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 0e071064b91e64638e14f3756d477f9e2fd3317e)
Diffstat (limited to 'tdeio/kssl')
-rw-r--r-- | tdeio/kssl/ksslcertdlg.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/kssl/ksslcertdlg.cc b/tdeio/kssl/ksslcertdlg.cc index 26550e715..a7344a6bd 100644 --- a/tdeio/kssl/ksslcertdlg.cc +++ b/tdeio/kssl/ksslcertdlg.cc @@ -81,7 +81,7 @@ KSSLCertDlg::KSSLCertDlg(TQWidget *parent, const char *name, bool modal) connect(d->p_pb_dontsend, TQT_SIGNAL(clicked()), TQT_SLOT(slotDont())); #ifndef QT_NO_WIDGET_TOPEXTRA - setCaption(i18n("KDE SSL Certificate Dialog")); + setCaption(i18n("TDE SSL Certificate Dialog")); #endif } |