summaryrefslogtreecommitdiffstats
path: root/krusader/Dialogs/newftpgui.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:07:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:07:26 -0600
commit19e7a1afa3cd439f94b6892839c821ea82eece5c (patch)
tree13357a85c665b31550cd08791fbf4574dc5f4f00 /krusader/Dialogs/newftpgui.cpp
parent86651d6d989faf513952a3ca848ab6d374b64e6e (diff)
downloadkrusader-19e7a1afa3cd439f94b6892839c821ea82eece5c.tar.gz
krusader-19e7a1afa3cd439f94b6892839c821ea82eece5c.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'krusader/Dialogs/newftpgui.cpp')
-rw-r--r--krusader/Dialogs/newftpgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krusader/Dialogs/newftpgui.cpp b/krusader/Dialogs/newftpgui.cpp
index 7dadc7f..79ef77c 100644
--- a/krusader/Dialogs/newftpgui.cpp
+++ b/krusader/Dialogs/newftpgui.cpp
@@ -56,7 +56,7 @@ newFTPGUI::newFTPGUI( TQWidget* parent, const char* name, bool modal, WFlags fl
hbox_image->setSpacing( 6 );
PixmapLabel1 = new TQLabel( hbox_image, "PixmapLabel1" );
- PixmapLabel1->setPixmap( krLoader->loadIcon("network", KIcon::Desktop, 32) );
+ PixmapLabel1->setPixmap( krLoader->loadIcon("network", TDEIcon::Desktop, 32) );
PixmapLabel1->setSizePolicy( SIZE_MINIMUM );
TextLabel3 = new TQLabel( i18n( "About to connect to..." ), hbox_image, "TextLabel3" );