summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/k9main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k9main.cpp b/src/k9main.cpp
index e0037d8..a2564dd 100644
--- a/src/k9main.cpp
+++ b/src/k9main.cpp
@@ -115,7 +115,7 @@ k9Main::k9Main(TQWidget* parent, const char* name, k9CdDrives *_drives)
connect(drives,TQT_SIGNAL(deviceRemoved( k9CdDrive*)),this,TQT_SLOT(deviceRemoved( k9CdDrive* )));
readSettings();
- bInputOpen->setPixmap(SmallIcon("fileopen"));
+ bInputOpen->setPixmap(SmallIcon("document-open"));
bInputOpenDir->setPixmap(SmallIcon("folder_open"));
emit SelectionChanged(NULL,true);
m_update=new k9UpdateFactor(TQT_TQOBJECT(this),"");