diff options
author | Timothy Pearson <[email protected]> | 2014-10-13 15:43:43 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-13 15:43:43 -0500 |
commit | 8e049bad4aadff85fdfd50d24cc34204639ad1c1 (patch) | |
tree | 4ab80908b0ff3c9f523d3939a8aa23ff2c3b1bdc | |
parent | 4d742add45b2cebb11dc7b873a4c530e5d54de46 (diff) | |
download | k9copy-8e049bad4aadff85fdfd50d24cc34204639ad1c1.tar.gz k9copy-8e049bad4aadff85fdfd50d24cc34204639ad1c1.zip |
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
-rw-r--r-- | src/k9main.cpp | 2 |
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),""); |