|
|
|
@ -56,7 +56,7 @@ StatPopup::StatPopup(bool useSupportSplit, TQWidget *parent, const char *name) :
|
|
|
|
|
|
|
|
|
|
// Prepare for actions and the config file, but don't actually add
|
|
|
|
|
// any actions or read the configuration.
|
|
|
|
|
config = KGlobal::config();
|
|
|
|
|
config = TDEGlobal::config();
|
|
|
|
|
coll = new KActionCollection(this);
|
|
|
|
|
|
|
|
|
|
// Set up a timer for our periodic updates.
|
|
|
|
@ -116,7 +116,7 @@ void StatPopup::initDock(StatDock* target, KPopupMenu* menu, int whichDock) {
|
|
|
|
|
actColor1->plug(menu);
|
|
|
|
|
menu->insertSeparator();
|
|
|
|
|
menu->insertItem(SmallIcon("help"), i18n("&Help"),
|
|
|
|
|
(new KHelpMenu(0, KGlobal::instance()->aboutData(), false))->menu());
|
|
|
|
|
(new KHelpMenu(0, TDEGlobal::instance()->aboutData(), false))->menu());
|
|
|
|
|
|
|
|
|
|
// Set up display properties for the dock.
|
|
|
|
|
target->setActive(actActive->isChecked());
|
|
|
|
|