diff options
Diffstat (limited to 'clients/tde/src/part/fpgaprogram/part.h')
-rw-r--r-- | clients/tde/src/part/fpgaprogram/part.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/clients/tde/src/part/fpgaprogram/part.h b/clients/tde/src/part/fpgaprogram/part.h index 48dde79..95ea66c 100644 --- a/clients/tde/src/part/fpgaprogram/part.h +++ b/clients/tde/src/part/fpgaprogram/part.h @@ -15,7 +15,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * (c) 2012 Timothy Pearson + * (c) 2012-2013 Timothy Pearson * Raptor Engineering * http://www.raptorengineeringinc.com */ @@ -29,6 +29,8 @@ #include <tqframe.h> #include <tqimage.h> +#include <ksimpleconfig.h> + #include <tdeparts/browserextension.h> #include <tdeparts/statusbarextension.h> #include <tdeparts/part.h> @@ -81,6 +83,7 @@ namespace RemoteLab private: FPGAProgramBase* m_base; TQMutex* m_connectionMutex; + KSimpleConfig* m_config; TQTimer* m_pingDelayTimer; TQTimer* m_forcedUpdateTimer; TQTimer* m_updateTimeoutTimer; |