]> Git trees. - libqmvoc.git/commitdiff
rypton has reimplement configureDialog() though it hasn't actually
authorAaron J. Seigo <aseigo@kde.org>
Mon, 2 Jul 2007 10:54:00 +0000 (10:54 +0000)
committerAaron J. Seigo <aseigo@kde.org>
Mon, 2 Jul 2007 10:54:00 +0000 (10:54 +0000)
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

index 34d94f2b6d452249872a1e68f829583acff2dae5..37d38a80e1e577ef0a64b4658f50748711eac555 100644 (file)
@@ -58,6 +58,7 @@ Rypton::Rypton(QObject *parent, const QStringList &args)
       m_dialog(0)
 {
     setFlags(QGraphicsItem::ItemIsMovable);
+    //setHasConfigurationInterface(true);
 
     dataEngine("chemicaldata")->connectSource("11", this);