diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:18:14 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:18:14 -0600 |
commit | b97ee238f88e9578da228388210cd8cab5360778 (patch) | |
tree | 8bf3ab88929af70826ebe3b84434c3403dc71c7d /certmanager/lib/ui/passphrasedialog.cpp | |
parent | 656055dae6f13ee65d66fabf9041b288d81710af (diff) | |
download | tdepim-b97ee238f88e9578da228388210cd8cab5360778.tar.gz tdepim-b97ee238f88e9578da228388210cd8cab5360778.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'certmanager/lib/ui/passphrasedialog.cpp')
-rw-r--r-- | certmanager/lib/ui/passphrasedialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/certmanager/lib/ui/passphrasedialog.cpp b/certmanager/lib/ui/passphrasedialog.cpp index c97493d31..5c7c44bd8 100644 --- a/certmanager/lib/ui/passphrasedialog.cpp +++ b/certmanager/lib/ui/passphrasedialog.cpp @@ -77,7 +77,7 @@ Kleo::PassphraseDialog::PassphraseDialog( const TQString & msg, const TQString & TQHBoxLayout * hlay = new TQHBoxLayout( w, 0, spacingHint() ); TQLabel * label = new TQLabel( w ); - label->setPixmap( DesktopIcon( "pgp-keys", KIcon::SizeMedium ) ); + label->setPixmap( DesktopIcon( "pgp-keys", TDEIcon::SizeMedium ) ); hlay->addWidget( label, 0, AlignTop ); TQVBoxLayout * vlay = new TQVBoxLayout( hlay ); // inherits spacing |