Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance

pull/1/head
Timothy Pearson 10 years ago
parent 4d742add45
commit 8e049bad4a

@ -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),"");

Loading…
Cancel
Save