diff options
Diffstat (limited to 'servers/fpga_server_lin/src/main.cpp')
| -rw-r--r-- | servers/fpga_server_lin/src/main.cpp | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/servers/fpga_server_lin/src/main.cpp b/servers/fpga_server_lin/src/main.cpp index cfb67ad..4b19ac3 100644 --- a/servers/fpga_server_lin/src/main.cpp +++ b/servers/fpga_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_fpga_server", I18N_NOOP("RemoteFPGA FPGA Viewer Server"), -		version, description, KAboutData::License_GPL, +	TDEAboutData aboutData( "remotefpga_fpga_server", I18N_NOOP("RemoteFPGA FPGA Viewer 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_fpgaserver.conf", false);  	config.setGroup("Server"); | 
