author | tille <tille> | 2002-10-31 21:15:33 (UTC) |
---|---|---|
committer | tille <tille> | 2002-10-31 21:15:33 (UTC) |
commit | 9453519728734e52aac9ea81a4ca3a867f013bda (patch) (unidiff) | |
tree | fc5a36cd1f01401f580a76d86fd087e0e41440cb | |
parent | 00a211621ea11ed73d803a3e52c09ce1e76864eb (diff) | |
download | opie-9453519728734e52aac9ea81a4ca3a867f013bda.zip opie-9453519728734e52aac9ea81a4ca3a867f013bda.tar.gz opie-9453519728734e52aac9ea81a4ca3a867f013bda.tar.bz2 |
remove netsystemtime
-rw-r--r-- | core/launcher/main.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/core/launcher/main.cpp b/core/launcher/main.cpp index 715239f..b517c7d 100644 --- a/core/launcher/main.cpp +++ b/core/launcher/main.cpp | |||
@@ -121,10 +121,5 @@ int initApplication( int argc, char ** argv ) | |||
121 | if ( QDate::currentDate ( ). year ( ) < 2000 ) { | 121 | if ( QDate::currentDate ( ). year ( ) < 2000 ) { |
122 | if ( QMessageBox::information ( 0, DesktopApplication::tr( "Information" ), DesktopApplication::tr( "<p>The system date doesn't seem to be valid.\n(%1)</p><p>Do you want to correct the clock ?</p>" ). arg( TimeString::dateString ( QDate::currentDate ( ))), QMessageBox::Yes, QMessageBox::No ) == QMessageBox::Yes ) { | 122 | if ( QMessageBox::information ( 0, DesktopApplication::tr( "Information" ), DesktopApplication::tr( "<p>The system date doesn't seem to be valid.\n(%1)</p><p>Do you want to correct the clock ?</p>" ). arg( TimeString::dateString ( QDate::currentDate ( ))), QMessageBox::Yes, QMessageBox::No ) == QMessageBox::Yes ) { |
123 | QCString app; | 123 | QCopEnvelope e ( "QPE/Application/systemtime", "setDocument(QString)" ); |
124 | if ( QFile::exists ( QPEApplication::qpeDir ( ) + "/bin/netsystemtime" )) | ||
125 | app = "netsystemtime"; | ||
126 | else | ||
127 | app = "systemtime"; | ||
128 | QCopEnvelope e ( "QPE/Application/" + app, "setDocument(QString)" ); | ||
129 | e << QString ( ); | 124 | e << QString ( ); |
130 | } | 125 | } |