diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-11 22:31:42 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-11 22:31:42 -0600 |
commit | 80f7740fa8f2d5637c8cef6221285d3d81e57267 (patch) | |
tree | 66e9eddb135d84fee39d4a4c2310eb790ca6c173 /servers/sensor_monitor_server_lin/src | |
parent | 1936e344437d5d212705892fa9c82cdc4bf81304 (diff) | |
download | ulab-80f7740fa8f2d5637c8cef6221285d3d81e57267.tar.gz ulab-80f7740fa8f2d5637c8cef6221285d3d81e57267.zip |
Update for latest version of TDE
Diffstat (limited to 'servers/sensor_monitor_server_lin/src')
-rw-r--r-- | servers/sensor_monitor_server_lin/src/Makefile.am | 2 | ||||
-rw-r--r-- | servers/sensor_monitor_server_lin/src/main.cpp | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/servers/sensor_monitor_server_lin/src/Makefile.am b/servers/sensor_monitor_server_lin/src/Makefile.am index 7b28ea9..b246bb0 100644 --- a/servers/sensor_monitor_server_lin/src/Makefile.am +++ b/servers/sensor_monitor_server_lin/src/Makefile.am @@ -6,6 +6,6 @@ bin_PROGRAMS = remotefpga_sensormonserver remotefpga_sensormonserver_SOURCES = main.cpp sensor_conn.cpp remotefpga_sensormonserver_METASOURCES = AUTO -remotefpga_sensormonserver_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor -ltdekrbsocket -ltqtrla +remotefpga_sensormonserver_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -ltdekrbsocket -ltqtrla KDE_OPTIONS = nofinal diff --git a/servers/sensor_monitor_server_lin/src/main.cpp b/servers/sensor_monitor_server_lin/src/main.cpp index 763c6a2..673142c 100644 --- a/servers/sensor_monitor_server_lin/src/main.cpp +++ b/servers/sensor_monitor_server_lin/src/main.cpp @@ -45,16 +45,16 @@ static const char version[] = "v0.0.1"; int main(int argc, char *argv[]) { - KAboutData aboutData( "remotefpga_sensormon_server", I18N_NOOP("RemoteFPGA Sensor Monitor Server"), - version, description, KAboutData::License_GPL, + TDEAboutData aboutData( "remotefpga_sensormon_server", I18N_NOOP("RemoteFPGA Sensor Monitor Server"), + version, description, TDEAboutData::License_GPL, "(c) 2012, Timothy Pearson"); aboutData.addAuthor("Timothy Pearson",0, "kb9vqf@pearsoncomputing.net"); - KCmdLineArgs::init( argc, argv, &aboutData ); - KApplication::disableAutoDcopRegistration(); + TDECmdLineArgs::init( argc, argv, &aboutData ); + TDEApplication::disableAutoDcopRegistration(); - KApplication app(false, false); + TDEApplication app(false, false); - KStartupInfo::appStarted(); + TDEStartupInfo::appStarted(); KSimpleConfig config(TQDir::currentDirPath() + "/remotefpga_sensormonserver.conf", false); config.setGroup("Server"); |