[Kst] branches/work/kst/kst1kde4/kst/src
Andrew Walker
arwalker at sumusltd.com
Thu Apr 22 19:22:25 CEST 2010
SVN commit 1117647 by arwalker:
continue kst1kde4
M +0 -4 kst/CMakeLists.txt
M +2 -1 libkstapp/kst.cpp
--- branches/work/kst/kst1kde4/kst/src/kst/CMakeLists.txt #1117646:1117647
@@ -23,7 +23,3 @@
install(FILES kstautosave11.upd kstrcmisc11.upd DESTINATION share/apps/kconf_update)
install(FILES x-kst.desktop DESTINATION share/mimelink/application)
install(FILES kst.desktop DESTINATION share/applications)
-
-# xxx KDE3_INSTALL_ICONS(hicolor)
-# xxx KDE3_INSTALL_ICONS(locolor)
-
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kst.cpp #1117646:1117647
@@ -338,8 +338,9 @@
_actionZoomX->setIcon(QIcon((":/kst_zoomx.png")));
_actionZoomY->setIcon(QIcon((":/kst_zoomy.png")));
_actionZoomXY->setIcon(QIcon((":/kst_zoomxy.png")));
- _actionLayout->setIcon(QIcon((":/kst_gfx_layout.png")));
+ _actionGfxArrow->setIcon(QIcon((":/kst_gfx_arrow.png")));
+
connect(_actionOpen, SIGNAL(triggered()), this, SLOT(slotFileOpen()));
// xxx connect(_actionOpenRecent, SIGNAL(triggered()), this, SLOT(slotFileOpenRecent(const QUrl &));
connect(_actionSave, SIGNAL(triggered()), this, SLOT(slotFileSave()));
More information about the Kst
mailing list