summaryrefslogtreecommitdiffstats
path: root/libtdepim/ssllabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libtdepim/ssllabel.cpp')
-rw-r--r--libtdepim/ssllabel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdepim/ssllabel.cpp b/libtdepim/ssllabel.cpp
index 8068aa00..6e4717cd 100644
--- a/libtdepim/ssllabel.cpp
+++ b/libtdepim/ssllabel.cpp
@@ -67,7 +67,7 @@ void SSLLabel::setState( State state )
case Encrypted:
TQToolTip::remove( this );
TQToolTip::add( this, i18n("Connection is encrypted") );
- setPixmap( SmallIcon( "encrypted", KGlobal::instance() ) );
+ setPixmap( SmallIcon( "encrypted", TDEGlobal::instance() ) );
show();
break;
case Unencrypted: