disable the GHNS implementation, as not really ready, yet

(hoping it's not too late)

svn path=/trunk/KDE/kdegraphics/okular/; revision=757059
This commit is contained in:
Pino Toscano 2008-01-04 01:14:54 +00:00
parent 46eaee7f44
commit 9c64d8e720

View file

@ -392,12 +392,14 @@ m_cliPresentation(false), m_generatorGuiClient(0)
importPS->setText(i18n("&Import Postscript as PDF..."));
importPS->setIcon(KIcon("document-import"));
connect(importPS, SIGNAL(triggered()), this, SLOT(slotImportPSFile()));
#if 0
QAction * ghns = ac->addAction("get_new_stuff");
ghns->setText(i18n("&Get Books From Internet..."));
ghns->setIcon(KIcon("get-hot-new-stuff"));
connect(ghns, SIGNAL(triggered()), this, SLOT(slotGetNewStuff()));
// TEMP, REMOVE ME!
ghns->setShortcut( Qt::Key_G );
#endif
m_showProperties = ac->addAction("properties");
m_showProperties->setText(i18n("&Properties"));