From 9c64d8e720caa7d85007f3a759982163119a7c23 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Fri, 4 Jan 2008 01:14:54 +0000 Subject: [PATCH] disable the GHNS implementation, as not really ready, yet (hoping it's not too late) svn path=/trunk/KDE/kdegraphics/okular/; revision=757059 --- part.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/part.cpp b/part.cpp index ef81e5278..41fcc8423 100644 --- a/part.cpp +++ b/part.cpp @@ -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"));