kstars
Go to the documentation of this file.
13 #include <kpushbutton.h>
14 #include <kfiledialog.h>
15 #include <klineedit.h>
16 #include <kconfigdialog.h>
19 #include <QStringList>
34 m_ConfigDialog = KConfigDialog::exists(
"settings" );
36 connect( m_ConfigDialog, SIGNAL( applyClicked() ), SLOT( slotApply() ) );
37 connect( m_ConfigDialog, SIGNAL( okClicked() ), SLOT( slotApply() ) );
38 connect( m_ConfigDialog, SIGNAL( cancelClicked() ), SLOT( slotCancel() ) );
45 void OpsEkos::slotApply()
53 void OpsEkos::slotCancel()
57 #include "opsekos.moc"
EkosManager * ekosManager() const
static KStars * Instance()
This is the main window for KStars.
void refreshRemoteDrivers()
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:20 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.