From c9c0f9d06df541e9ddfc34f525b5148e1813ad78 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Mon, 2 Jul 2007 10:54:00 +0000 Subject: [PATCH] rypton has reimplement configureDialog() though it hasn't actually provided anything in it ... but i figure i may as well add in the setHasConfigurationInterface call it will need eventually as a hint for carsten svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=682294 --- plasma/applets/rypton/rypton.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/plasma/applets/rypton/rypton.cpp b/plasma/applets/rypton/rypton.cpp index 34d94f2..37d38a8 100644 --- a/plasma/applets/rypton/rypton.cpp +++ b/plasma/applets/rypton/rypton.cpp @@ -58,6 +58,7 @@ Rypton::Rypton(QObject *parent, const QStringList &args) m_dialog(0) { setFlags(QGraphicsItem::ItemIsMovable); + //setHasConfigurationInterface(true); dataEngine("chemicaldata")->connectSource("11", this); -- 2.47.3